Fix preferences dialog gets scrollbar when selectbox Type is readonly

This commit is contained in:
Hadi Nategh 2018-03-08 11:10:51 +01:00
parent 14eb243f2d
commit bf9cffcf6c
3 changed files with 3 additions and 8 deletions

View File

@ -75,10 +75,7 @@ tr.prefRow:hover .prefHelp {
#preferences-password .dialogHeader td {
text-align: center;
}
/* arrange readonly selectbox background icon*/
.et2_selectbox.readonly.prefType {
padding-right: 50px;
}
.et2_selectbox.readonly.prefType {padding: 5px;}
.prefValueColumn select.prefValue {
white-space: pre-line;

View File

@ -94,9 +94,8 @@ textarea.prefValue {
#preferences-password .dialogHeader td {
text-align: center;
}
/* arrange readonly selectbox background icon*/
.et2_selectbox.readonly.prefType {
padding-right: 50px;
padding: 5px;
}
.prefValueColumn select.prefValue {
white-space: pre-line;

View File

@ -94,9 +94,8 @@ textarea.prefValue {
#preferences-password .dialogHeader td {
text-align: center;
}
/* arrange readonly selectbox background icon*/
.et2_selectbox.readonly.prefType {
padding-right: 50px;
padding: 5px;
}
.prefValueColumn select.prefValue {
white-space: pre-line;