diff options
author | Simon Rettberg | 2016-08-17 12:30:53 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-08-17 12:30:53 +0200 |
commit | 35667fcedba31d809ded2a2c4eb105d75eb2f6f1 (patch) | |
tree | af6cc079abb521a62924e24341221402c6622fc4 /modules-available/locations | |
parent | [main] Show submenu as extra row when not in large mode (diff) | |
download | slx-admin-35667fcedba31d809ded2a2c4eb105d75eb2f6f1.tar.gz slx-admin-35667fcedba31d809ded2a2c4eb105d75eb2f6f1.tar.xz slx-admin-35667fcedba31d809ded2a2c4eb105d75eb2f6f1.zip |
Clean up css a bit
Diffstat (limited to 'modules-available/locations')
-rw-r--r-- | modules-available/locations/templates/locations.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/modules-available/locations/templates/locations.html b/modules-available/locations/templates/locations.html index bb13131e..5fec2e2e 100644 --- a/modules-available/locations/templates/locations.html +++ b/modules-available/locations/templates/locations.html @@ -9,10 +9,10 @@ <th> {{#havestatistics}}{{lang_machineCount}}{{/havestatistics}} </th> - <th class="slx-nowrap"> + <th class="text-nowrap"> {{#havebaseconfig}}{{lang_editConfigVariables}}{{/havebaseconfig}} </th> - <th class="slx-nowrap"> + <th class="text-nowrap"> {{#havesysconfig}}{{lang_sysConfig}}{{/havesysconfig}} </th> </tr> @@ -22,13 +22,13 @@ <div style="display:inline-block;width:{{depth}}em"></div> <a href="#" onclick="slxOpenLocation(this, {{locationid}})">{{locationname}} <b class="caret"></b></a> </td> - <td class="slx-nowrap" align="right"> + <td class="text-nowrap" align="right"> {{#havestatistics}} {{clientCount}} <a class="btn btn-default btn-xs" href="?do=Statistics&show=list&filters=location={{locationid}}"><span class="glyphicon glyphicon-eye-open"></span></a> {{/havestatistics}} </td> - <td class="slx-nowrap"> + <td class="text-nowrap"> {{#havebaseconfig}} <div class="pull-right" style="z-index:-1"> <a class="btn btn-default btn-xs" href="?do=baseconfig&module=locations&locationid={{locationid}}"><span class="glyphicon glyphicon-edit"></span></a> @@ -38,7 +38,7 @@ {{/overriddenVars}} {{/havebaseconfig}} </td> - <td class="slx-nowrap"> + <td class="text-nowrap"> {{#havesysconfig}} <div class="pull-right"> <a class="btn btn-default btn-xs" href="?do=sysconfig&locationid={{locationid}}"><span class="glyphicon glyphicon-edit"></span></a> @@ -53,7 +53,7 @@ {{#unassignedCount}} <tr> <td>{{lang_unassignedMachines}}</td> - <td class="slx-nowrap" align="right"> + <td class="text-nowrap" align="right"> {{unassignedCount}} <a class="btn btn-default btn-xs" href="?do=Statistics&show=list&filters=location=0"> <span class="glyphicon glyphicon-eye-open"></span> |