mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +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 {
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items .timezone span {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: left;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background-color: #fafafa;
|
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 {
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items .timezone select {
|
||||||
width: calc(100% - 20px);
|
width: calc(100% - 20px);
|
||||||
|
@ -4403,10 +4403,10 @@ body.scrollVertical {
|
|||||||
}
|
}
|
||||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items .timezone span {
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items .timezone span {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: left;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background-color: #fafafa;
|
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 {
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items .timezone select {
|
||||||
width: calc(100% - 20px);
|
width: calc(100% - 20px);
|
||||||
|
@ -207,10 +207,10 @@
|
|||||||
.timezone {
|
.timezone {
|
||||||
span {
|
span {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: left;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background-color: #fafafa;
|
background-color: #fafafa;
|
||||||
padding: 5px 0px 5px 0px;
|
padding: 5px 0px 5px 10px;
|
||||||
}
|
}
|
||||||
select {
|
select {
|
||||||
width: ~"calc(100% - 20px)";
|
width: ~"calc(100% - 20px)";
|
||||||
|
Loading…
Reference in New Issue
Block a user