Fix selectbox for rc online status

This commit is contained in:
Hadi Nategh 2019-09-16 13:21:24 +02:00
parent a9e27d7128
commit 03f2588d67
4 changed files with 25 additions and 3 deletions

View File

@ -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;

View File

@ -440,7 +440,7 @@
//# SIDEBAR #
//# #
//###################
#egw_fw_sidebar.avatarSubmenu {top:264px;}
#egw_fw_sidebar.avatarSubmenu {top:280px;}
#egw_fw_sidebar{
top: 55px;
bottom: 5px;

View File

@ -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;
}
}

View File

@ -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;
}
}
}