themes/bootstrap: some whitespace fixes in CSS
This commit is contained in:
parent
36fa6575ed
commit
a0af7d7afe
1 changed files with 10 additions and 10 deletions
|
@ -107,12 +107,12 @@ textarea {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
*vertical-align: middle;
|
*vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
button, input {
|
button, input {
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
*overflow: visible;
|
*overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
button::-moz-focus-inner, input::-moz-focus-inner {
|
button::-moz-focus-inner, input::-moz-focus-inner {
|
||||||
|
@ -405,10 +405,10 @@ fieldset legend {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
color: #404040;
|
color: #404040;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
*padding: 0 0 5px 0px;
|
*padding: 0 0 5px 0px;
|
||||||
/* IE6-7 */
|
/* IE6-7 */
|
||||||
|
|
||||||
*line-height: 1.5;
|
*line-height: 1.5;
|
||||||
/* IE6-7 */
|
/* IE6-7 */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -487,7 +487,7 @@ input[type=checkbox], input[type=radio] {
|
||||||
height: auto;
|
height: auto;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 3px 0;
|
margin: 3px 0;
|
||||||
*margin-top: 0;
|
*margin-top: 0;
|
||||||
/* IE6-7 */
|
/* IE6-7 */
|
||||||
|
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
|
@ -511,9 +511,9 @@ input[type=button], input[type=reset], input[type=submit] {
|
||||||
|
|
||||||
select, input[type=file] {
|
select, input[type=file] {
|
||||||
height: 27px;
|
height: 27px;
|
||||||
*height: auto;
|
*height: auto;
|
||||||
line-height: 27px;
|
line-height: 27px;
|
||||||
*margin-top: 4px;
|
*margin-top: 4px;
|
||||||
/* For IE7, add top margin to align select with labels */
|
/* For IE7, add top margin to align select with labels */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -681,10 +681,10 @@ textarea[readonly] {
|
||||||
|
|
||||||
.help-inline {
|
.help-inline {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
*position: relative;
|
*position: relative;
|
||||||
/* IE6-7 */
|
/* IE6-7 */
|
||||||
|
|
||||||
*top: -5px;
|
*top: -5px;
|
||||||
/* IE6-7 */
|
/* IE6-7 */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1494,7 +1494,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
||||||
|
|
||||||
.alert-message .close {
|
.alert-message .close {
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
*margin-top: 0;
|
*margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert-message a {
|
.alert-message a {
|
||||||
|
|
Loading…
Reference in a new issue