mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Fix selectbox for rc online status
This commit is contained in:
parent
a9e27d7128
commit
03f2588d67
@ -6653,7 +6653,7 @@ span.egw_tutorial_title {
|
||||
background-color: #B4B4B4;
|
||||
}
|
||||
body #egw_fw_sidebar.avatarSubmenu {
|
||||
top: 264px;
|
||||
top: 280px;
|
||||
}
|
||||
body #egw_fw_sidebar {
|
||||
top: 55px;
|
||||
|
@ -440,7 +440,7 @@
|
||||
//# SIDEBAR #
|
||||
//# #
|
||||
//###################
|
||||
#egw_fw_sidebar.avatarSubmenu {top:264px;}
|
||||
#egw_fw_sidebar.avatarSubmenu {top:280px;}
|
||||
#egw_fw_sidebar{
|
||||
top: 55px;
|
||||
bottom: 5px;
|
||||
|
@ -6664,7 +6664,7 @@ span.egw_tutorial_title {
|
||||
background-color: #B4B4B4;
|
||||
}
|
||||
body #egw_fw_sidebar.avatarSubmenu {
|
||||
top: 264px;
|
||||
top: 280px;
|
||||
}
|
||||
body #egw_fw_sidebar {
|
||||
top: 55px;
|
||||
@ -8761,4 +8761,15 @@ form[id^="ranking-"] .dialogHeadbar {
|
||||
font-size: 12pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
body 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;
|
||||
}
|
||||
}
|
||||
|
@ -1581,5 +1581,16 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user