mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 20:14:11 +01:00
Make type selectbox in preferences dialog slightly smaller to get it align with rest of the fields
This commit is contained in:
parent
f0e950849b
commit
1d6985f5b0
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user