WIP Mobile and Compact theme styling improvements:

- fix avatar dropdown menu
This commit is contained in:
Hadi Nategh 2021-02-23 16:34:12 +01:00
parent a67e433396
commit 08c0622219
3 changed files with 36 additions and 1 deletions

View File

@ -7277,7 +7277,19 @@ img.et2_button_icon[src*="svg"]:hover {
display: block;
padding-top: 50px;
}
body #egw_fw_basecontainer div#egw_fw_topmenu_items select#rc_status_select {
width: 100%;
height: 40px;
box-shadow: none;
padding-right: 0;
padding-left: 28px;
background-size: auto;
border-left: 0;
border-right: 0;
border-radius: 0;
}
body #egw_fw_basecontainer div#egw_fw_topmenu_items ul {
border-left: 6px solid silver;
display: inline-block;
padding: 0;
margin: 0;

View File

@ -232,8 +232,19 @@
width: 100%;
display: block;
padding-top:50px;
select#rc_status_select {
width: 100%;
height: 40px;
box-shadow: none;
padding-right: 0;
padding-left: 28px;
background-size: auto;
border-left: 0;
border-right: 0;
border-radius: 0;
}
ul{
border-left: 6px solid silver;
display:inline-block;
padding:0;
margin:0;

View File

@ -7111,7 +7111,19 @@ img.et2_button_icon[src*="svg"]:hover {
display: block;
padding-top: 50px;
}
body #egw_fw_basecontainer div#egw_fw_topmenu_items select#rc_status_select {
width: 100%;
height: 40px;
box-shadow: none;
padding-right: 0;
padding-left: 28px;
background-size: auto;
border-left: 0;
border-right: 0;
border-radius: 0;
}
body #egw_fw_basecontainer div#egw_fw_topmenu_items ul {
border-left: 6px solid silver;
display: inline-block;
padding: 0;
margin: 0;