From 75b3330188563fdd2a50ec875a0c89c77af8550c Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Fri, 26 Aug 2016 16:01:42 +0200 Subject: [PATCH] Make type selectbox in preferences dialog slightly smaller to get it align with rest of the fields --- preferences/templates/default/app.css | 7 ++++++- preferences/templates/pixelegg/app.css | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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; }