summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/templates/list-modules.html
diff options
context:
space:
mode:
authorSimon Rettberg2016-08-17 12:30:53 +0200
committerSimon Rettberg2016-08-17 12:30:53 +0200
commit35667fcedba31d809ded2a2c4eb105d75eb2f6f1 (patch)
treeaf6cc079abb521a62924e24341221402c6622fc4 /modules-available/sysconfig/templates/list-modules.html
parent[main] Show submenu as extra row when not in large mode (diff)
downloadslx-admin-35667fcedba31d809ded2a2c4eb105d75eb2f6f1.tar.gz
slx-admin-35667fcedba31d809ded2a2c4eb105d75eb2f6f1.tar.xz
slx-admin-35667fcedba31d809ded2a2c4eb105d75eb2f6f1.zip
Clean up css a bit
Diffstat (limited to 'modules-available/sysconfig/templates/list-modules.html')
-rw-r--r--modules-available/sysconfig/templates/list-modules.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules-available/sysconfig/templates/list-modules.html b/modules-available/sysconfig/templates/list-modules.html
index 5b2c940b..29726c5d 100644
--- a/modules-available/sysconfig/templates/list-modules.html
+++ b/modules-available/sysconfig/templates/list-modules.html
@@ -11,15 +11,15 @@
<table id="modtable" class="slx-table" style="max-width:100px !important">
{{#modules}}
<tr>
- <td class="badge slx-nowrap">{{moduleType}}</td>
- <td data-id="{{id}}" class="modrow slx-width-ignore slx-nowrap" width="100%"><div class="slx-dyn-ellipsis">{{title}}</div></td>
- <td class="slx-nowrap">
+ <td class="badge text-nowrap">{{moduleType}}</td>
+ <td data-id="{{id}}" class="modrow slx-width-ignore text-nowrap" width="100%"><div class="slx-dyn-ellipsis">{{title}}</div></td>
+ <td class="text-nowrap">
{{#allowDownload}}
<button class="btn btn-default btn-xs" name="list" value="{{id}}" title="{{lang_show}}"><span class="glyphicon glyphicon-eye-open"></span></button>
<button class="btn btn-default btn-xs" name="download" value="{{id}}" title="{{lang_download}}"><span class="glyphicon glyphicon-download-alt"></span></button>
{{/allowDownload}}
</td>
- <td class="slx-nowrap">
+ <td class="text-nowrap">
<button
{{#needRebuild}}
class="refmod btn btn-primary btn-xs"