Style selectbox background icon better in preferences dialog

This commit is contained in:
Hadi Nategh 2015-05-21 08:25:10 +00:00
parent 89ab122d3a
commit 482f9f6c30
2 changed files with 9 additions and 1 deletions

View File

@ -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;
}

View File

@ -18,7 +18,7 @@
* @package preferences
* @link http://www.egroupware.org
* @author Ralf Becker <RalfBecker@outdoor-training.de>
* @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**/