Fixes various styling bugs in select
The extra right-side padding is only needed within inspector, outside usage shows too much padding Constrain the select width for important updates
This commit is contained in:
parent
846858f2cb
commit
af6eb9da2d
|
|
@ -32,6 +32,7 @@
|
|||
.control-updatelist .update-item .item-header .important-update {
|
||||
padding: 7px 0 0 0;
|
||||
float: right;
|
||||
width: 200px;
|
||||
}
|
||||
.control-updatelist .update-item dl {
|
||||
padding: 10px;
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
.important-update {
|
||||
padding: 7px 0 0 0;
|
||||
float: right;
|
||||
width: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -320,6 +320,10 @@
|
|||
background: white;
|
||||
}
|
||||
}
|
||||
|
||||
.select2-selection__rendered {
|
||||
padding: 0 22px 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
tr.changed {
|
||||
|
|
|
|||
|
|
@ -270,7 +270,7 @@
|
|||
|
||||
.select2-selection__rendered {
|
||||
color: @input-color;
|
||||
padding: 0 22px 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.select2-selection__placeholder {
|
||||
|
|
|
|||
Loading…
Reference in New Issue