diff --git a/preferences/templates/default/app.css b/preferences/templates/default/app.css index 35d6c61751..ac91161410 100644 --- a/preferences/templates/default/app.css +++ b/preferences/templates/default/app.css @@ -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; diff --git a/preferences/templates/mobile/app.css b/preferences/templates/mobile/app.css index 0748afca2b..4bac5ee8b4 100644 --- a/preferences/templates/mobile/app.css +++ b/preferences/templates/mobile/app.css @@ -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; diff --git a/preferences/templates/pixelegg/app.css b/preferences/templates/pixelegg/app.css index fea732a0b5..85efeecd26 100755 --- a/preferences/templates/pixelegg/app.css +++ b/preferences/templates/pixelegg/app.css @@ -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;