Some styling adjustments for mobile theme

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

View File

@ -4740,10 +4740,6 @@ td.message span.message {
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content_bottom {
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 {
display: inline-block;
height: 24px;
@ -6580,6 +6576,7 @@ span.egw_tutorial_title {
body #egw_fw_basecontainer div#egw_fw_topmenu_items {
width: 100%;
display: block;
padding-top: 10px;
}
body #egw_fw_basecontainer div#egw_fw_topmenu_items ul {
display: inline-block;
@ -6638,7 +6635,7 @@ span.egw_tutorial_title {
background-image: url(../images/topmenu_items/mobile/search.png);
}
body #egw_fw_basecontainer #egw_fw_userinfo {
height: 60px;
height: 50px;
z-index: 1000;
display: inline-block;
float: right;
@ -6646,9 +6643,13 @@ span.egw_tutorial_title {
body #egw_fw_basecontainer #egw_fw_userinfo span.avatar {
display: inline-block;
float: left;
height: 45px;
width: 45px;
margin-top: 1px;
height: 35px;
width: 35px;
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 {
display: inline-block;
@ -7039,10 +7040,6 @@ span.egw_tutorial_title {
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content_bottom {
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 {
display: inline-block;
height: 24px;

View File

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

View File

@ -4751,10 +4751,6 @@ td.message span.message {
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content_bottom {
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 {
display: inline-block;
height: 24px;
@ -6591,6 +6587,7 @@ span.egw_tutorial_title {
body #egw_fw_basecontainer div#egw_fw_topmenu_items {
width: 100%;
display: block;
padding-top: 10px;
}
body #egw_fw_basecontainer div#egw_fw_topmenu_items ul {
display: inline-block;
@ -6649,7 +6646,7 @@ span.egw_tutorial_title {
background-image: url(../images/topmenu_items/mobile/search.png);
}
body #egw_fw_basecontainer #egw_fw_userinfo {
height: 60px;
height: 50px;
z-index: 1000;
display: inline-block;
float: right;
@ -6657,9 +6654,13 @@ span.egw_tutorial_title {
body #egw_fw_basecontainer #egw_fw_userinfo span.avatar {
display: inline-block;
float: left;
height: 45px;
width: 45px;
margin-top: 1px;
height: 35px;
width: 35px;
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 {
display: inline-block;
@ -7050,10 +7051,6 @@ span.egw_tutorial_title {
body #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content_bottom {
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 {
display: inline-block;
height: 24px;