From 482f9f6c30d4fe9b05264a5066564844142bce70 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 21 May 2015 08:25:10 +0000 Subject: [PATCH] Style selectbox background icon better in preferences dialog --- preferences/templates/default/app.css | 4 ++++ preferences/templates/pixelegg/app.css | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/preferences/templates/default/app.css b/preferences/templates/default/app.css index 019749e152..66e76837a3 100644 --- a/preferences/templates/default/app.css +++ b/preferences/templates/default/app.css @@ -51,4 +51,8 @@ tr.prefRow:hover .prefHelp { } #preferences-password .dialogHeader td { text-align: center; +} +/* arrange readonly selectbox background icon*/ +.et2_selectbox.readonly.prefType { + padding-right: 50px; } \ No newline at end of file diff --git a/preferences/templates/pixelegg/app.css b/preferences/templates/pixelegg/app.css index c78681c650..3ff0037219 100755 --- a/preferences/templates/pixelegg/app.css +++ b/preferences/templates/pixelegg/app.css @@ -18,7 +18,7 @@ * @package preferences * @link http://www.egroupware.org * @author Ralf Becker - * @version $Id: app.css 52121 2015-03-12 16:58:01Z hnategh $ + * @version $Id: app.css 52139 2015-03-16 10:28:46Z hnategh $ */ table.prefTable { width: 100%; @@ -69,6 +69,10 @@ textarea.prefValue { #preferences-password .dialogHeader td { text-align: center; } +/* arrange readonly selectbox background icon*/ +.et2_selectbox.readonly.prefType { + padding-right: 50px; +} /* ############################################################################# // iframe // Rahmen + padding**/