mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Fix preferences dialog gets scrollbar when selectbox Type is readonly
This commit is contained in:
parent
cf8fbf4a58
commit
50bfc960a8
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user