Align controls in texture-fill settings.

This commit is contained in:
Julia Radzhabova 2016-07-08 17:03:42 +03:00
parent aeccc51d5f
commit 59f93b6b7d
6 changed files with 12 additions and 12 deletions

View file

@ -21,7 +21,7 @@
<button type="button" class="btn btn-text-default" id="shape-button-from-file" style="width:90px;"><%= scope.textFromFile %></button> <button type="button" class="btn btn-text-default" id="shape-button-from-file" style="width:90px;"><%= scope.textFromFile %></button>
</td> </td>
<td class="padding-small" width="50%"> <td class="padding-small" width="50%">
<button type="button" class="btn btn-text-default" id="shape-button-from-url" style="width:90px;"><%= scope.textFromUrl %></button> <button type="button" class="btn btn-text-default" id="shape-button-from-url" style="width:90px;float:right;"><%= scope.textFromUrl %></button>
</td> </td>
</tr> </tr>
<tr> <tr>
@ -29,7 +29,7 @@
<div id="shape-combo-fill-type" style="width: 90px;"></div> <div id="shape-combo-fill-type" style="width: 90px;"></div>
</td> </td>
<td rowspan="2"> <td rowspan="2">
<div style="width: 90px; height: 80px; padding: 14px 20px; border: 1px solid #AFAFAF; border-radius: 2px; background: #ffffff;"> <div style="width: 90px; height: 80px; padding: 14px 20px; border: 1px solid #AFAFAF; border-radius: 2px; background: #ffffff;float:right;">
<div id="shape-texture-img" style="width: 50px;height: 50px;"></div> <div id="shape-texture-img" style="width: 50px;height: 50px;"></div>
</div> </div>
</td> </td>

View file

@ -21,7 +21,7 @@
<button type="button" class="btn btn-text-default" id="shape-button-from-file" style="width:90px;"><%= scope.textFromFile %></button> <button type="button" class="btn btn-text-default" id="shape-button-from-file" style="width:90px;"><%= scope.textFromFile %></button>
</td> </td>
<td class="padding-small" width="50%"> <td class="padding-small" width="50%">
<button type="button" class="btn btn-text-default" id="shape-button-from-url" style="width:90px;"><%= scope.textFromUrl %></button> <button type="button" class="btn btn-text-default" id="shape-button-from-url" style="width:90px;float:right;"><%= scope.textFromUrl %></button>
</td> </td>
</tr> </tr>
<tr> <tr>
@ -29,7 +29,7 @@
<div id="shape-combo-fill-type" style="width: 90px;"></div> <div id="shape-combo-fill-type" style="width: 90px;"></div>
</td> </td>
<td rowspan="2"> <td rowspan="2">
<div style="width: 90px; height: 80px; padding: 14px 20px; border: 1px solid #AFAFAF; border-radius: 2px; background: #ffffff;"> <div style="width: 90px; height: 80px; padding: 14px 20px; border: 1px solid #AFAFAF; border-radius: 2px; background: #ffffff;float:right;">
<div id="shape-texture-img" style="width: 50px;height: 50px;"></div> <div id="shape-texture-img" style="width: 50px;height: 50px;"></div>
</div> </div>
</td> </td>

View file

@ -21,7 +21,7 @@
<button type="button" class="btn btn-text-default" id="slide-button-from-file" style="width:90px;"><%= scope.textFromFile %></button> <button type="button" class="btn btn-text-default" id="slide-button-from-file" style="width:90px;"><%= scope.textFromFile %></button>
</td> </td>
<td class="padding-small" width="50%"> <td class="padding-small" width="50%">
<button type="button" class="btn btn-text-default" id="slide-button-from-url" style="width:90px;"><%= scope.textFromUrl %></button> <button type="button" class="btn btn-text-default" id="slide-button-from-url" style="width:90px;float:right;"><%= scope.textFromUrl %></button>
</td> </td>
</tr> </tr>
<tr> <tr>
@ -29,7 +29,7 @@
<div id="slide-combo-fill-type" style="width: 90px;"></div> <div id="slide-combo-fill-type" style="width: 90px;"></div>
</td> </td>
<td rowspan="2"> <td rowspan="2">
<div style="width: 90px; height: 80px; padding: 14px 20px; border: 1px solid #AFAFAF; border-radius: 2px; background: #ffffff;"> <div style="width: 90px; height: 80px; padding: 14px 20px; border: 1px solid #AFAFAF; border-radius: 2px; background: #ffffff;float:right;">
<div id="slide-texture-img" style="width: 50px;height: 50px;"></div> <div id="slide-texture-img" style="width: 50px;height: 50px;"></div>
</div> </div>
</td> </td>

View file

@ -36,7 +36,7 @@
<button type="button" class="btn btn-text-default" id="textart-button-from-file" style="width:90px;"><%= scope.textFromFile %></button> <button type="button" class="btn btn-text-default" id="textart-button-from-file" style="width:90px;"><%= scope.textFromFile %></button>
</td> </td>
<td class="padding-small" width="50%"> <td class="padding-small" width="50%">
<button type="button" class="btn btn-text-default" id="textart-button-from-url" style="width:90px;"><%= scope.textFromUrl %></button> <button type="button" class="btn btn-text-default" id="textart-button-from-url" style="width:90px;float:right;"><%= scope.textFromUrl %></button>
</td> </td>
</tr> </tr>
<tr> <tr>
@ -44,7 +44,7 @@
<div id="textart-combo-fill-type" style="width: 90px;"></div> <div id="textart-combo-fill-type" style="width: 90px;"></div>
</td> </td>
<td rowspan="2"> <td rowspan="2">
<div style="width: 90px; height: 80px; padding: 14px 20px; border: 1px solid #AFAFAF; border-radius: 2px; background: #ffffff;"> <div style="width: 90px; height: 80px; padding: 14px 20px; border: 1px solid #AFAFAF; border-radius: 2px; background: #ffffff;float:right;">
<div id="textart-texture-img" style="width: 50px;height: 50px;"></div> <div id="textart-texture-img" style="width: 50px;height: 50px;"></div>
</div> </div>
</td> </td>

View file

@ -21,7 +21,7 @@
<button type="button" class="btn btn-text-default" id="shape-button-from-file" style="width:90px;"><%= scope.textFromFile %></button> <button type="button" class="btn btn-text-default" id="shape-button-from-file" style="width:90px;"><%= scope.textFromFile %></button>
</td> </td>
<td class="padding-small" width="50%"> <td class="padding-small" width="50%">
<button type="button" class="btn btn-text-default" id="shape-button-from-url" style="width:90px;"><%= scope.textFromUrl %></button> <button type="button" class="btn btn-text-default" id="shape-button-from-url" style="width:90px;float:right;"><%= scope.textFromUrl %></button>
</td> </td>
</tr> </tr>
<tr> <tr>
@ -29,7 +29,7 @@
<div id="shape-combo-fill-type" style="width: 90px;"></div> <div id="shape-combo-fill-type" style="width: 90px;"></div>
</td> </td>
<td rowspan="2"> <td rowspan="2">
<div style="width: 90px; height: 80px; padding: 14px 20px; border: 1px solid #AFAFAF; border-radius: 2px; background: #ffffff;"> <div style="width: 90px; height: 80px; padding: 14px 20px; border: 1px solid #AFAFAF; border-radius: 2px; background: #ffffff;float:right;">
<div id="shape-texture-img" style="width: 50px;height: 50px;"></div> <div id="shape-texture-img" style="width: 50px;height: 50px;"></div>
</div> </div>
</td> </td>

View file

@ -36,7 +36,7 @@
<button type="button" class="btn btn-text-default" id="textart-button-from-file" style="width:90px;"><%= scope.textFromFile %></button> <button type="button" class="btn btn-text-default" id="textart-button-from-file" style="width:90px;"><%= scope.textFromFile %></button>
</td> </td>
<td class="padding-small" width="50%"> <td class="padding-small" width="50%">
<button type="button" class="btn btn-text-default" id="textart-button-from-url" style="width:90px;"><%= scope.textFromUrl %></button> <button type="button" class="btn btn-text-default" id="textart-button-from-url" style="width:90px;float:right;"><%= scope.textFromUrl %></button>
</td> </td>
</tr> </tr>
<tr> <tr>
@ -44,7 +44,7 @@
<div id="textart-combo-fill-type" style="width: 90px;"></div> <div id="textart-combo-fill-type" style="width: 90px;"></div>
</td> </td>
<td rowspan="2"> <td rowspan="2">
<div style="width: 90px; height: 80px; padding: 14px 20px; border: 1px solid #AFAFAF; border-radius: 2px; background: #ffffff;"> <div style="width: 90px; height: 80px; padding: 14px 20px; border: 1px solid #AFAFAF; border-radius: 2px; background: #ffffff;float:right;">
<div id="textart-texture-img" style="width: 50px;height: 50px;"></div> <div id="textart-texture-img" style="width: 50px;height: 50px;"></div>
</div> </div>
</td> </td>