mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Fix margin of timezone selectbox
This commit is contained in:
parent
cd373aa7f6
commit
0892675b8e
@ -4130,7 +4130,8 @@ td.message span.message {
|
||||
padding: 5px 0px 5px 0px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items .timezone select {
|
||||
width: 100%;
|
||||
width: calc(80%);
|
||||
margin-left: 10px;
|
||||
}
|
||||
/* ###################################################
|
||||
Slide Effekt
|
||||
|
@ -4119,7 +4119,8 @@ td.message span.message {
|
||||
padding: 5px 0px 5px 0px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items .timezone select {
|
||||
width: 100%;
|
||||
width: calc(80%);
|
||||
margin-left: 10px;
|
||||
}
|
||||
/* ###################################################
|
||||
Slide Effekt
|
||||
|
@ -4130,7 +4130,8 @@ td.message span.message {
|
||||
padding: 5px 0px 5px 0px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items .timezone select {
|
||||
width: 100%;
|
||||
width: calc(80%);
|
||||
margin-left: 10px;
|
||||
}
|
||||
/* ###################################################
|
||||
Slide Effekt
|
||||
|
@ -252,7 +252,8 @@
|
||||
padding: 5px 0px 5px 0px;
|
||||
}
|
||||
select {
|
||||
width: 100%;
|
||||
width: calc(100% - 20px);
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
} // Ende Items
|
||||
|
@ -4141,7 +4141,8 @@ td.message span.message {
|
||||
padding: 5px 0px 5px 0px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items .timezone select {
|
||||
width: 100%;
|
||||
width: calc(80%);
|
||||
margin-left: 10px;
|
||||
}
|
||||
/* ###################################################
|
||||
Slide Effekt
|
||||
|
Loading…
Reference in New Issue
Block a user