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:
Samuel Georges 2015-07-15 18:13:47 +10:00
parent 846858f2cb
commit af6eb9da2d
4 changed files with 7 additions and 1 deletions

View File

@ -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;

View File

@ -40,6 +40,7 @@
.important-update {
padding: 7px 0 0 0;
float: right;
width: 200px;
}
}

View File

@ -320,6 +320,10 @@
background: white;
}
}
.select2-selection__rendered {
padding: 0 22px 0 0;
}
}
tr.changed {

View File

@ -270,7 +270,7 @@
.select2-selection__rendered {
color: @input-color;
padding: 0 22px 0 0;
padding: 0;
}
.select2-selection__placeholder {