From 03f2588d6796f624f6104ac9f5773cb433dc2aa5 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 16 Sep 2019 13:21:24 +0200 Subject: [PATCH] Fix selectbox for rc online status --- pixelegg/css/mobile.css | 2 +- pixelegg/css/mobile.less | 2 +- pixelegg/mobile/fw_mobile.css | 13 ++++++++++++- pixelegg/mobile/fw_mobile.less | 11 +++++++++++ 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 8ac4f3cf6d..44824b9d2a 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -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; diff --git a/pixelegg/css/mobile.less b/pixelegg/css/mobile.less index c870262cc0..62c3a396ca 100644 --- a/pixelegg/css/mobile.less +++ b/pixelegg/css/mobile.less @@ -440,7 +440,7 @@ //# SIDEBAR # //# # //################### - #egw_fw_sidebar.avatarSubmenu {top:264px;} + #egw_fw_sidebar.avatarSubmenu {top:280px;} #egw_fw_sidebar{ top: 55px; bottom: 5px; diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index 73d1bba3e0..b49ea7b41f 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -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; + } } diff --git a/pixelegg/mobile/fw_mobile.less b/pixelegg/mobile/fw_mobile.less index 54f79dbe97..5c393baaa7 100644 --- a/pixelegg/mobile/fw_mobile.less +++ b/pixelegg/mobile/fw_mobile.less @@ -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; + } } }