Some styling adjustments for mobile theme

This commit is contained in:
Hadi Nategh 2018-03-08 10:45:14 +01:00
parent f2457f50f3
commit 14eb243f2d
3 changed files with 26 additions and 30 deletions

View File

@ -4710,10 +4710,6 @@ td.message span.message {
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content_bottom { #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content_bottom {
border-width: 0px 1px 1px 1px; border-width: 0px 1px 1px 1px;
} }
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_bottom {
border-width: 0px;
border-color: #FFFFFF;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_icon { #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_icon {
display: inline-block; display: inline-block;
height: 24px; height: 24px;
@ -6550,6 +6546,7 @@ span.egw_tutorial_title {
body #egw_fw_basecontainer div#egw_fw_topmenu_items { body #egw_fw_basecontainer div#egw_fw_topmenu_items {
width: 100%; width: 100%;
display: block; display: block;
padding-top: 10px;
} }
body #egw_fw_basecontainer div#egw_fw_topmenu_items ul { body #egw_fw_basecontainer div#egw_fw_topmenu_items ul {
display: inline-block; display: inline-block;
@ -6608,7 +6605,7 @@ span.egw_tutorial_title {
background-image: url(../images/topmenu_items/mobile/search.png); background-image: url(../images/topmenu_items/mobile/search.png);
} }
body #egw_fw_basecontainer #egw_fw_userinfo { body #egw_fw_basecontainer #egw_fw_userinfo {
height: 60px; height: 50px;
z-index: 1000; z-index: 1000;
display: inline-block; display: inline-block;
float: right; float: right;
@ -6616,9 +6613,13 @@ span.egw_tutorial_title {
body #egw_fw_basecontainer #egw_fw_userinfo span.avatar { body #egw_fw_basecontainer #egw_fw_userinfo span.avatar {
display: inline-block; display: inline-block;
float: left; float: left;
height: 45px; height: 35px;
width: 45px; width: 35px;
margin-top: 1px; margin: 7px;
cursor: pointer;
}
body #egw_fw_basecontainer #egw_fw_userinfo span.avatar img {
width: 35px;
} }
body #egw_fw_basecontainer #egw_fw_userinfo span.user { body #egw_fw_basecontainer #egw_fw_userinfo span.user {
display: inline-block; display: inline-block;
@ -7009,10 +7010,6 @@ span.egw_tutorial_title {
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content_bottom { body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content_bottom {
border-width: 0px 1px 1px 1px; border-width: 0px 1px 1px 1px;
} }
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header_bottom {
border-width: 0px;
border-color: #FFFFFF;
}
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_icon { body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_icon {
display: inline-block; display: inline-block;
height: 24px; height: 24px;

View File

@ -232,6 +232,7 @@
div#egw_fw_topmenu_items{ div#egw_fw_topmenu_items{
width: 100%; width: 100%;
display: block; display: block;
padding-top:10px;
ul{ ul{
display:inline-block; display:inline-block;
@ -288,16 +289,18 @@
} }
} }
#egw_fw_userinfo { #egw_fw_userinfo {
height:60px; height:50px;
z-index:1000; z-index:1000;
display: inline-block; display: inline-block;
float:right; float:right;
span.avatar { span.avatar {
display: inline-block; display: inline-block;
float:left; float:left;
height: 45px; height: 35px;
width: 45px; width: 35px;
margin-top: 1px; margin: 7px;
cursor: pointer;
img {width:35px}
} }
span.user { span.user {
display: inline-block; display: inline-block;
@ -660,8 +663,7 @@
border-width: 0px 1px 1px 1px; border-width: 0px 1px 1px 1px;
} }
.egw_fw_ui_sidemenu_entry_header_bottom { .egw_fw_ui_sidemenu_entry_header_bottom {
border-width: 0px;
border-color: @gray_0;
} }
.egw_fw_ui_sidemenu_entry_icon { .egw_fw_ui_sidemenu_entry_icon {

View File

@ -4721,10 +4721,6 @@ td.message span.message {
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content_bottom { #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content_bottom {
border-width: 0px 1px 1px 1px; border-width: 0px 1px 1px 1px;
} }
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_bottom {
border-width: 0px;
border-color: #FFFFFF;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_icon { #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_icon {
display: inline-block; display: inline-block;
height: 24px; height: 24px;
@ -6561,6 +6557,7 @@ span.egw_tutorial_title {
body #egw_fw_basecontainer div#egw_fw_topmenu_items { body #egw_fw_basecontainer div#egw_fw_topmenu_items {
width: 100%; width: 100%;
display: block; display: block;
padding-top: 10px;
} }
body #egw_fw_basecontainer div#egw_fw_topmenu_items ul { body #egw_fw_basecontainer div#egw_fw_topmenu_items ul {
display: inline-block; display: inline-block;
@ -6619,7 +6616,7 @@ span.egw_tutorial_title {
background-image: url(../images/topmenu_items/mobile/search.png); background-image: url(../images/topmenu_items/mobile/search.png);
} }
body #egw_fw_basecontainer #egw_fw_userinfo { body #egw_fw_basecontainer #egw_fw_userinfo {
height: 60px; height: 50px;
z-index: 1000; z-index: 1000;
display: inline-block; display: inline-block;
float: right; float: right;
@ -6627,9 +6624,13 @@ span.egw_tutorial_title {
body #egw_fw_basecontainer #egw_fw_userinfo span.avatar { body #egw_fw_basecontainer #egw_fw_userinfo span.avatar {
display: inline-block; display: inline-block;
float: left; float: left;
height: 45px; height: 35px;
width: 45px; width: 35px;
margin-top: 1px; margin: 7px;
cursor: pointer;
}
body #egw_fw_basecontainer #egw_fw_userinfo span.avatar img {
width: 35px;
} }
body #egw_fw_basecontainer #egw_fw_userinfo span.user { body #egw_fw_basecontainer #egw_fw_userinfo span.user {
display: inline-block; display: inline-block;
@ -7020,10 +7021,6 @@ span.egw_tutorial_title {
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content_bottom { body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content_bottom {
border-width: 0px 1px 1px 1px; border-width: 0px 1px 1px 1px;
} }
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header_bottom {
border-width: 0px;
border-color: #FFFFFF;
}
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_icon { body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_icon {
display: inline-block; display: inline-block;
height: 24px; height: 24px;