summaryrefslogtreecommitdiffhomepage
path: root/libs
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-02-15 15:27:03 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-02-15 15:27:03 +0000
commit857dcdf727b7d36bb383caf608f98ecb3289198f (patch)
treea678931ac3a87f8ff19df09cbc99e2fd5c4cbd1a /libs
parent13beaf8b3d041d6ae79facca3bddba95534683ec (diff)
libs/web: remove more inline styles from tblsection template, fixes action buttons in bootstrap theme
Diffstat (limited to 'libs')
-rw-r--r--libs/web/luasrc/view/cbi/tblsection.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/web/luasrc/view/cbi/tblsection.htm b/libs/web/luasrc/view/cbi/tblsection.htm
index d92d36aee..bee9bf80c 100644
--- a/libs/web/luasrc/view/cbi/tblsection.htm
+++ b/libs/web/luasrc/view/cbi/tblsection.htm
@@ -85,14 +85,14 @@ end
-%>
<%- if self.sortable then -%>
- <td class="cbi-section-table-cell" style="padding:3px; white-space:nowrap">
+ <td class="cbi-section-table-cell">
<input class="cbi-button cbi-button-up" type="button" value="" onclick="return cbi_row_swap(this, true, 'cbi.sts.<%=self.config%>.<%=self.sectiontype%>')" alt="<%:Move up%>" title="<%:Move up%>" />
<input class="cbi-button cbi-button-down" type="button" value="" onclick="return cbi_row_swap(this, false, 'cbi.sts.<%=self.config%>.<%=self.sectiontype%>')" alt="<%:Move down%>" title="<%:Move down%>" />
</td>
<%- end -%>
<%- if self.extedit or self.addremove then -%>
- <td class="cbi-section-table-cell" style="padding:3px; white-space:nowrap">
+ <td class="cbi-section-table-cell">
<%- if self.extedit then -%>
<input class="cbi-button cbi-button-edit" type="button" value="<%:Edit%>"
<%- if type(self.extedit) == "string" then