themes/bootstrap: some whitespace fixes in CSS
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 15 Feb 2012 21:48:48 +0000 (21:48 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 15 Feb 2012 21:48:48 +0000 (21:48 +0000)
themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css

index e5fbbd3..7477063 100644 (file)
@@ -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 {