mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 12:41:10 +01:00
Style selectbox background icon better in preferences dialog
This commit is contained in:
parent
89ab122d3a
commit
482f9f6c30
@ -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;
|
||||
}
|
@ -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**/
|
||||
|
Loading…
Reference in New Issue
Block a user