mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 12:51:52 +02:00
Fix couple of glitches in mobile theme:
- Fix extra gap between topmenu icons - Shows no print button - Resize sidebox
This commit is contained in:
parent
68f3b2bb28
commit
e8786649e3
@ -6335,22 +6335,6 @@ a.textSidebox {
|
|||||||
#egw_fw_basecontainer #egw_fw_top_toolbar div.egw_fw_ui_tabs_header span h1 {
|
#egw_fw_basecontainer #egw_fw_top_toolbar div.egw_fw_ui_tabs_header span h1 {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
#egw_fw_basecontainer div#egw_fw_logout {
|
|
||||||
left: 310px;
|
|
||||||
top: 20px;
|
|
||||||
width: 24px;
|
|
||||||
height: 24px;
|
|
||||||
background-size: 24px 24px;
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
#egw_fw_basecontainer div#egw_fw_print {
|
|
||||||
left: 268px;
|
|
||||||
top: 20px;
|
|
||||||
width: 24px;
|
|
||||||
height: 24px;
|
|
||||||
background-size: 24px 24px;
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
#egw_fw_basecontainer .egw_fw_top_toolbar > div:hover {
|
#egw_fw_basecontainer .egw_fw_top_toolbar > div:hover {
|
||||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
@ -6381,7 +6365,7 @@ a.textSidebox {
|
|||||||
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
#egw_fw_basecontainer div#egw_fw_topmenu_items {
|
#egw_fw_basecontainer div#egw_fw_topmenu_items {
|
||||||
width: 250px;
|
width: 280px;
|
||||||
display: inline;
|
display: inline;
|
||||||
float: left;
|
float: left;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@ -6397,13 +6381,23 @@ a.textSidebox {
|
|||||||
#egw_fw_basecontainer div#egw_fw_topmenu_items ul li {
|
#egw_fw_basecontainer div#egw_fw_topmenu_items ul li {
|
||||||
display: -webkit-inline-box;
|
display: -webkit-inline-box;
|
||||||
display: -moz-inline-box;
|
display: -moz-inline-box;
|
||||||
padding-right: 0.5em;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
#egw_fw_basecontainer div#egw_fw_topmenu_items ul li:hover {
|
#egw_fw_basecontainer div#egw_fw_topmenu_items ul li:hover {
|
||||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
|
||||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
|
#egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_logout:before {
|
||||||
|
content: "";
|
||||||
|
background-image: url(../images/logout.png);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
width: 32px;
|
||||||
|
height: 32px;
|
||||||
|
background-size: 30px 30px;
|
||||||
|
display: inline-block;
|
||||||
|
background-position: center;
|
||||||
|
}
|
||||||
#egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_home:before {
|
#egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_home:before {
|
||||||
content: " ";
|
content: " ";
|
||||||
background-image: url(../images/topmenu_items/mobile/home.png);
|
background-image: url(../images/topmenu_items/mobile/home.png);
|
||||||
@ -6422,6 +6416,7 @@ a.textSidebox {
|
|||||||
height: 32px;
|
height: 32px;
|
||||||
background-size: 32px 32px;
|
background-size: 32px 32px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
background-position: center;
|
||||||
}
|
}
|
||||||
#egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_prefs:active {
|
#egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_prefs:active {
|
||||||
-webkit-transform: rotate(180deg);
|
-webkit-transform: rotate(180deg);
|
||||||
@ -6435,6 +6430,7 @@ a.textSidebox {
|
|||||||
background-size: 32px 32px;
|
background-size: 32px 32px;
|
||||||
background-image: url(../images/topmenu_items/mobile/access.png);
|
background-image: url(../images/topmenu_items/mobile/access.png);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
background-position: center;
|
||||||
}
|
}
|
||||||
#egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_cats:before {
|
#egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_cats:before {
|
||||||
background-image: url(../images/topmenu_items/mobile/category.png);
|
background-image: url(../images/topmenu_items/mobile/category.png);
|
||||||
@ -6444,6 +6440,7 @@ a.textSidebox {
|
|||||||
height: 32px;
|
height: 32px;
|
||||||
background-size: 32px 32px;
|
background-size: 32px 32px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
background-position: center;
|
||||||
}
|
}
|
||||||
#egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_password:before {
|
#egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_password:before {
|
||||||
background-image: url(../images/topmenu_items/mobile/password.png);
|
background-image: url(../images/topmenu_items/mobile/password.png);
|
||||||
@ -6453,6 +6450,7 @@ a.textSidebox {
|
|||||||
height: 32px;
|
height: 32px;
|
||||||
background-size: 32px 32px;
|
background-size: 32px 32px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
background-position: center;
|
||||||
}
|
}
|
||||||
#egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_manual:before {
|
#egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_manual:before {
|
||||||
background-image: url(../images/topmenu_items/mobile/help.png);
|
background-image: url(../images/topmenu_items/mobile/help.png);
|
||||||
@ -6471,11 +6469,7 @@ a.textSidebox {
|
|||||||
height: 32px;
|
height: 32px;
|
||||||
background-size: 32px 32px;
|
background-size: 32px 32px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
background-position: center;
|
||||||
#egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_search:active {
|
|
||||||
transform: scale(-2);
|
|
||||||
-webkit-transform: scale(-2);
|
|
||||||
-webkit-transition: 1s ease;
|
|
||||||
}
|
}
|
||||||
.egw_fw_ui_tabs_header {
|
.egw_fw_ui_tabs_header {
|
||||||
margin: 0px 0 0 0;
|
margin: 0px 0 0 0;
|
||||||
@ -6963,9 +6957,7 @@ a.textSidebox {
|
|||||||
.sidebar-toggle #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header_active h1 {
|
.sidebar-toggle #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header_active h1 {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.sidebar-toggle #egw_fw_logout,
|
.sidebar-toggle #egw_fw_topmenu_items {
|
||||||
.sidebar-toggle #egw_fw_topmenu_items,
|
|
||||||
.sidebar-toggle #egw_fw_print {
|
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
.tabs-header-portrait-collapsed {
|
.tabs-header-portrait-collapsed {
|
||||||
|
@ -132,25 +132,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//FW Logout
|
|
||||||
div#egw_fw_logout{
|
|
||||||
left: 310px;
|
|
||||||
top: 20px;
|
|
||||||
width: 24px;
|
|
||||||
height: 24px;
|
|
||||||
background-size: 24px 24px;
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
//FW Print
|
|
||||||
div#egw_fw_print{
|
|
||||||
left: 268px;
|
|
||||||
top: 20px;
|
|
||||||
width: 24px;
|
|
||||||
height: 24px;
|
|
||||||
background-size: 24px 24px;
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
.egw_fw_top_toolbar>div:hover{
|
.egw_fw_top_toolbar>div:hover{
|
||||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
@ -184,7 +166,7 @@
|
|||||||
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
div#egw_fw_topmenu_items{
|
div#egw_fw_topmenu_items{
|
||||||
width: 250px;
|
width: 280px;
|
||||||
display: inline;
|
display: inline;
|
||||||
float: left;
|
float: left;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@ -198,13 +180,25 @@
|
|||||||
li{
|
li{
|
||||||
display: -webkit-inline-box;
|
display: -webkit-inline-box;
|
||||||
display: -moz-inline-box;
|
display: -moz-inline-box;
|
||||||
padding-right: 0.5em;
|
padding:2px;
|
||||||
&:hover {
|
&:hover {
|
||||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
|
||||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
a#topmenu_logout{
|
||||||
|
&:before {
|
||||||
|
content: "";
|
||||||
|
background-image: url(../images/logout.png);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
width: 32px;
|
||||||
|
height: 32px;
|
||||||
|
background-size: 30px 30px;
|
||||||
|
display: inline-block;
|
||||||
|
background-position: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
a#topmenu_home:before {
|
a#topmenu_home:before {
|
||||||
content: " ";
|
content: " ";
|
||||||
background-image: url(../images/topmenu_items/mobile/home.png);
|
background-image: url(../images/topmenu_items/mobile/home.png);
|
||||||
@ -224,6 +218,7 @@
|
|||||||
height: 32px;
|
height: 32px;
|
||||||
background-size: 32px 32px;
|
background-size: 32px 32px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
background-position: center;
|
||||||
}
|
}
|
||||||
&:active {
|
&:active {
|
||||||
-webkit-transform:rotate(180deg);
|
-webkit-transform:rotate(180deg);
|
||||||
@ -239,6 +234,7 @@
|
|||||||
background-size: 32px 32px;
|
background-size: 32px 32px;
|
||||||
background-image: url(../images/topmenu_items/mobile/access.png);
|
background-image: url(../images/topmenu_items/mobile/access.png);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
background-position: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
a#topmenu_cats:before {
|
a#topmenu_cats:before {
|
||||||
@ -249,6 +245,7 @@
|
|||||||
height: 32px;
|
height: 32px;
|
||||||
background-size: 32px 32px;
|
background-size: 32px 32px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
background-position: center;
|
||||||
}
|
}
|
||||||
a#topmenu_password:before {
|
a#topmenu_password:before {
|
||||||
background-image: url(../images/topmenu_items/mobile/password.png);
|
background-image: url(../images/topmenu_items/mobile/password.png);
|
||||||
@ -258,6 +255,7 @@
|
|||||||
height: 32px;
|
height: 32px;
|
||||||
background-size: 32px 32px;
|
background-size: 32px 32px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
background-position: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
a#topmenu_manual:before {
|
a#topmenu_manual:before {
|
||||||
@ -279,11 +277,7 @@
|
|||||||
height: 32px;
|
height: 32px;
|
||||||
background-size: 32px 32px;
|
background-size: 32px 32px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
background-position: center;
|
||||||
&:active {
|
|
||||||
transform: scale(-2);
|
|
||||||
-webkit-transform:scale(-2);
|
|
||||||
-webkit-transition: 1s ease;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -717,7 +711,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#egw_fw_logout, #egw_fw_topmenu_items, #egw_fw_print{
|
#egw_fw_topmenu_items {
|
||||||
display:none !important;
|
display:none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -28,8 +28,6 @@
|
|||||||
{hook_after_navbar}
|
{hook_after_navbar}
|
||||||
<div id="egw_fw_basecontainer">
|
<div id="egw_fw_basecontainer">
|
||||||
<div id="egw_fw_top_toolbar">
|
<div id="egw_fw_top_toolbar">
|
||||||
<div id="egw_fw_logout" title="{title_logout}" data-logout-url="{link_logout}"></div>
|
|
||||||
<div id="egw_fw_print" title="{title_print}"></div>
|
|
||||||
<div id="egw_fw_topmenu_items">{topmenu_items}</div>
|
<div id="egw_fw_topmenu_items">{topmenu_items}</div>
|
||||||
<div id="egw_fw_menu" title="{title_menu}">
|
<div id="egw_fw_menu" title="{title_menu}">
|
||||||
<audio id="egw_fw_menuAudioTag" autobuffer="autobuffer">
|
<audio id="egw_fw_menuAudioTag" autobuffer="autobuffer">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user