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**/