forked from extern/egroupware
WIP Mobile and Compact theme styling improvements:
- fix avatar dropdown menu
This commit is contained in:
parent
a67e433396
commit
08c0622219
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user