diff --git a/preferences/templates/default/app.css b/preferences/templates/default/app.css index fed17a0bd1..6a4a8a1401 100644 --- a/preferences/templates/default/app.css +++ b/preferences/templates/default/app.css @@ -48,7 +48,12 @@ tr.prefRow:hover .prefHelp { font-size: 150%; margin-top: 10px; margin-right: 5px; - width: 50%; +} +.prefType{ + width:50%; +} +.prefApp { + width:49.50%; } #preferences-password .dialogHeader td { text-align: center; diff --git a/preferences/templates/pixelegg/app.css b/preferences/templates/pixelegg/app.css index 0b16be00bf..bed811058e 100755 --- a/preferences/templates/pixelegg/app.css +++ b/preferences/templates/pixelegg/app.css @@ -65,8 +65,13 @@ textarea.prefValue { font-size: 150%; margin-top: 10px; margin-right: 5px; +} +.prefType { width: 50%; } +.prefApp { + width: 49.50%; +} #preferences-password .dialogHeader td { text-align: center; }