WIP mobile framework: Change handler on menu, add animation to pref gear icon and remove not used wizard_tool_tip from template

This commit is contained in:
Hadi Nategh 2014-11-27 12:46:05 +00:00
parent 1e0f90bd65
commit 0c6ee82946
3 changed files with 13 additions and 4 deletions

View File

@ -6365,6 +6365,10 @@ a.textSidebox {
background-size: 32px 32px; background-size: 32px 32px;
display: inline-block; display: inline-block;
} }
#egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_prefs:active {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
#egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_acl:before { #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_acl:before {
content: ""; content: "";
background-repeat: no-repeat; background-repeat: no-repeat;

View File

@ -122,7 +122,8 @@ and open the template in the editor.
background-size: 32px 32px; background-size: 32px 32px;
display:none; display:none;
} }
a#topmenu_prefs:before { a#topmenu_prefs {
&:before {
content: ""; content: "";
background-image: url(../images/topmenu_items/mobile/setup.png); background-image: url(../images/topmenu_items/mobile/setup.png);
background-repeat: no-repeat; background-repeat: no-repeat;
@ -130,8 +131,13 @@ and open the template in the editor.
height: 32px; height: 32px;
background-size: 32px 32px; background-size: 32px 32px;
display: inline-block; display: inline-block;
}
&:active {
-webkit-transform:rotate(180deg);
transform: rotate(180deg);
}
} }
a#topmenu_acl:before { a#topmenu_acl:before {
content: ""; content: "";
background-repeat: no-repeat; background-repeat: no-repeat;

View File

@ -22,7 +22,6 @@
{java_script} {java_script}
</head> </head>
<body {body_tags}> <body {body_tags}>
{include_wz_tooltip}
<div id="divAppboxHeader" class="onlyPrint">{app_header}</div> <div id="divAppboxHeader" class="onlyPrint">{app_header}</div>
<!-- END head --> <!-- END head -->
<!-- BEGIN framework --> <!-- BEGIN framework -->
@ -33,7 +32,7 @@
<div id="egw_fw_print" title="{title_print}"></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> <div id="egw_fw_menu" title="{title_menu}"></div>
</div> </div>
<div id="egw_fw_sidebar"> <div id="egw_fw_sidebar">
<div id="egw_fw_sidemenu"> <div id="egw_fw_sidemenu">
</div> </div>