mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
left align date in status menu
This commit is contained in:
parent
f705383ecf
commit
0a00b49b48
@ -4410,10 +4410,10 @@ body.scrollVertical {
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items .timezone span {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
display: inline-block;
|
||||
background-color: #fafafa;
|
||||
padding: 5px 0px 5px 0px;
|
||||
padding: 5px 0px 5px 10px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items .timezone select {
|
||||
width: calc(100% - 20px);
|
||||
|
@ -4403,10 +4403,10 @@ body.scrollVertical {
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items .timezone span {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
display: inline-block;
|
||||
background-color: #fafafa;
|
||||
padding: 5px 0px 5px 0px;
|
||||
padding: 5px 0px 5px 10px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items .timezone select {
|
||||
width: calc(100% - 20px);
|
||||
|
@ -207,10 +207,10 @@
|
||||
.timezone {
|
||||
span {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
display: inline-block;
|
||||
background-color: #fafafa;
|
||||
padding: 5px 0px 5px 0px;
|
||||
padding: 5px 0px 5px 10px;
|
||||
}
|
||||
select {
|
||||
width: ~"calc(100% - 20px)";
|
||||
|
Loading…
Reference in New Issue
Block a user