From a0af7d7afedc243f9b3f5105399c071fafcad163 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 15 Feb 2012 21:48:48 +0000 Subject: [PATCH] themes/bootstrap: some whitespace fixes in CSS --- .../htdocs/luci-static/bootstrap/cascade.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css index e5fbbd353..747706339 100644 --- a/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -107,12 +107,12 @@ textarea { font-size: 100%; margin: 0; vertical-align: baseline; - *vertical-align: middle; + *vertical-align: middle; } button, input { line-height: normal; - *overflow: visible; + *overflow: visible; } button::-moz-focus-inner, input::-moz-focus-inner { @@ -405,10 +405,10 @@ fieldset legend { line-height: 1; color: #404040; padding-top: 20px; - *padding: 0 0 5px 0px; + *padding: 0 0 5px 0px; /* IE6-7 */ - *line-height: 1.5; + *line-height: 1.5; /* IE6-7 */ } @@ -487,7 +487,7 @@ input[type=checkbox], input[type=radio] { height: auto; padding: 0; margin: 3px 0; - *margin-top: 0; + *margin-top: 0; /* IE6-7 */ line-height: normal; @@ -511,9 +511,9 @@ input[type=button], input[type=reset], input[type=submit] { select, input[type=file] { height: 27px; - *height: auto; + *height: auto; line-height: 27px; - *margin-top: 4px; + *margin-top: 4px; /* For IE7, add top margin to align select with labels */ } @@ -681,10 +681,10 @@ textarea[readonly] { .help-inline { padding-left: 5px; - *position: relative; + *position: relative; /* IE6-7 */ - *top: -5px; + *top: -5px; /* IE6-7 */ } @@ -1494,7 +1494,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { .alert-message .close { margin-top: 1px; - *margin-top: 0; + *margin-top: 0; } .alert-message a { -- 2.11.0