From 30b2719c4a8ca09b11235d21445e72d28887f975 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 15 Feb 2012 20:19:50 +0000 Subject: [PATCH] themes/bootstrap: move pageaction buttons to the right, fixes display on pages with additional action on the left side, like "Return to overview" --- themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css | 1 + 1 file changed, 1 insertion(+) 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{ -- 2.11.0