Give more click area for sidebar toggle button

This commit is contained in:
Hadi Nategh 2016-04-22 07:54:20 +00:00
parent 00f8cb0a07
commit 27848c3988
3 changed files with 9 additions and 7 deletions

View File

@ -4334,7 +4334,7 @@ td.message span.message {
}
#egw_fw_sidebar #egw_fw_toggler {
display: block;
width: 28px;
width: 30px;
height: 30px;
position: relative;
z-index: 1;
@ -4342,7 +4342,6 @@ td.message span.message {
margin-top: 0;
margin-bottom: -30px;
float: right;
margin-right: -15px;
}
#egw_fw_sidebar #egw_fw_toggler span {
background-color: transparent;
@ -4353,6 +4352,7 @@ td.message span.message {
backface-visibility: hidden;
border-radius: 2px;
top: 11px;
left: 10px;
}
#egw_fw_sidebar #egw_fw_toggler span:before {
transition-duration: 0.7s;
@ -4400,6 +4400,7 @@ td.message span.message {
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
left: 0;
}
#egw_fw_sidebar #egw_fw_sidemenu.egw_fw_sidebar_toggleOn #egw_fw_toggler span:before,
#egw_fw_sidebar #egw_fw_sidemenu.egw_fw_sidebar_toggleOn #egw_fw_toggler span:after {

View File

@ -4323,7 +4323,7 @@ td.message span.message {
}
#egw_fw_sidebar #egw_fw_toggler {
display: block;
width: 28px;
width: 30px;
height: 30px;
position: relative;
z-index: 1;
@ -4331,7 +4331,6 @@ td.message span.message {
margin-top: 0;
margin-bottom: -30px;
float: right;
margin-right: -15px;
}
#egw_fw_sidebar #egw_fw_toggler span {
background-color: transparent;
@ -4342,6 +4341,7 @@ td.message span.message {
backface-visibility: hidden;
border-radius: 2px;
top: 11px;
left: 10px;
}
#egw_fw_sidebar #egw_fw_toggler span:before {
transition-duration: 0.7s;
@ -4389,6 +4389,7 @@ td.message span.message {
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
left: 0;
}
#egw_fw_sidebar #egw_fw_sidemenu.egw_fw_sidebar_toggleOn #egw_fw_toggler span:before,
#egw_fw_sidebar #egw_fw_sidemenu.egw_fw_sidebar_toggleOn #egw_fw_toggler span:after {

View File

@ -328,7 +328,7 @@
// Toggle menu
#egw_fw_toggler {
display: block;
width: 28px;
width: 30px;
height: 30px;
position: relative;
z-index: 1;
@ -336,8 +336,6 @@
margin-top: 0;
margin-bottom: -30px;
float: right;
margin-right:-15px;
span {
background-color: transparent;
&:before{
@ -379,6 +377,7 @@
backface-visibility: hidden;
border-radius: 2px;
top:11px;
left:10px;
}
}
#egw_fw_sidemenu.egw_fw_sidebar_toggleOn {
@ -391,6 +390,7 @@
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
left:0;
&:before, &:after {
transform:none;
-ms-transform: none;