mirror of https://github.com/node-red/node-red.git
Remove IE7 CSS hacks
parent
f78e6b6944
commit
bed26b716b
|
|
@ -38,7 +38,6 @@
|
|||
button,
|
||||
div[contenteditable="true"],
|
||||
input {
|
||||
*overflow: visible;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
|
|
@ -452,7 +451,6 @@
|
|||
.input-prepend .uneditable-input {
|
||||
position: relative;
|
||||
margin-bottom: 0;
|
||||
*margin-left: 0;
|
||||
vertical-align: top;
|
||||
border-radius: 0 4px 4px 0;
|
||||
}
|
||||
|
|
@ -612,10 +610,8 @@
|
|||
.form-inline .input-append,
|
||||
.form-horizontal .input-append {
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
margin-bottom: 0;
|
||||
vertical-align: middle;
|
||||
*zoom: 1;
|
||||
}
|
||||
|
||||
.form-search .hide,
|
||||
|
|
@ -667,7 +663,6 @@
|
|||
|
||||
.form-horizontal .control-group {
|
||||
margin-bottom: 20px;
|
||||
*zoom: 1;
|
||||
}
|
||||
|
||||
.form-horizontal .control-group:before,
|
||||
|
|
@ -689,14 +684,7 @@
|
|||
}
|
||||
|
||||
.form-horizontal .controls {
|
||||
*display: inline-block;
|
||||
*padding-left: 20px;
|
||||
margin-left: 180px;
|
||||
*margin-left: 0;
|
||||
}
|
||||
|
||||
.form-horizontal .controls:first-child {
|
||||
*padding-left: 180px;
|
||||
}
|
||||
|
||||
.form-horizontal .help-block {
|
||||
|
|
|
|||
Loading…
Reference in New Issue