mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
More restylin
This commit is contained in:
@@ -149,15 +149,13 @@ input[type="color"],
|
||||
.uneditable-input {
|
||||
display: inline-block;
|
||||
height: 20px;
|
||||
padding: 4px 6px;
|
||||
padding: 6px 6px;
|
||||
margin-bottom: 10px;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
color: #555555;
|
||||
vertical-align: middle;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
input,
|
||||
@@ -239,13 +237,13 @@ input[type="checkbox"] {
|
||||
|
||||
select,
|
||||
input[type="file"] {
|
||||
height: 30px;
|
||||
height: 34px;
|
||||
/* In IE7, the height of the select element cannot be changed by height, only font-size */
|
||||
|
||||
*margin-top: 4px;
|
||||
/* For IE7, add top margin to align select with labels */
|
||||
|
||||
line-height: 30px;
|
||||
line-height: 34px;
|
||||
}
|
||||
|
||||
select {
|
||||
|
Reference in New Issue
Block a user