diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-15 20:19:50 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-15 20:19:50 +0000 |
commit | 30b2719c4a8ca09b11235d21445e72d28887f975 (patch) | |
tree | 7b09901f13f1dfb7a961e73af51c1c5bfc9391f2 /themes/bootstrap | |
parent | 4262d901246ef57a21bd0594d5e2dfb945f430da (diff) |
themes/bootstrap: move pageaction buttons to the right, fixes display on pages with additional action on the left side, like "Return to overview"
Diffstat (limited to 'themes/bootstrap')
-rw-r--r-- | themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css index 05ac4e4ee..6c1e3e320 100644 --- a/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -596,6 +596,7 @@ textarea[readonly] { -webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; + text-align: right; } .actions .secondary-action, .cbi-page-actions .secondary-action{ |