mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Give more click area for sidebar toggle button
This commit is contained in:
parent
00f8cb0a07
commit
27848c3988
@ -4334,7 +4334,7 @@ td.message span.message {
|
|||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_toggler {
|
#egw_fw_sidebar #egw_fw_toggler {
|
||||||
display: block;
|
display: block;
|
||||||
width: 28px;
|
width: 30px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
@ -4342,7 +4342,6 @@ td.message span.message {
|
|||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: -30px;
|
margin-bottom: -30px;
|
||||||
float: right;
|
float: right;
|
||||||
margin-right: -15px;
|
|
||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_toggler span {
|
#egw_fw_sidebar #egw_fw_toggler span {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
@ -4353,6 +4352,7 @@ td.message span.message {
|
|||||||
backface-visibility: hidden;
|
backface-visibility: hidden;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
top: 11px;
|
top: 11px;
|
||||||
|
left: 10px;
|
||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_toggler span:before {
|
#egw_fw_sidebar #egw_fw_toggler span:before {
|
||||||
transition-duration: 0.7s;
|
transition-duration: 0.7s;
|
||||||
@ -4400,6 +4400,7 @@ td.message span.message {
|
|||||||
transition: all 0.3s;
|
transition: all 0.3s;
|
||||||
-webkit-transition: all 0.3s;
|
-webkit-transition: all 0.3s;
|
||||||
-moz-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:before,
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu.egw_fw_sidebar_toggleOn #egw_fw_toggler span:after {
|
#egw_fw_sidebar #egw_fw_sidemenu.egw_fw_sidebar_toggleOn #egw_fw_toggler span:after {
|
||||||
|
@ -4323,7 +4323,7 @@ td.message span.message {
|
|||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_toggler {
|
#egw_fw_sidebar #egw_fw_toggler {
|
||||||
display: block;
|
display: block;
|
||||||
width: 28px;
|
width: 30px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
@ -4331,7 +4331,6 @@ td.message span.message {
|
|||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: -30px;
|
margin-bottom: -30px;
|
||||||
float: right;
|
float: right;
|
||||||
margin-right: -15px;
|
|
||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_toggler span {
|
#egw_fw_sidebar #egw_fw_toggler span {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
@ -4342,6 +4341,7 @@ td.message span.message {
|
|||||||
backface-visibility: hidden;
|
backface-visibility: hidden;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
top: 11px;
|
top: 11px;
|
||||||
|
left: 10px;
|
||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_toggler span:before {
|
#egw_fw_sidebar #egw_fw_toggler span:before {
|
||||||
transition-duration: 0.7s;
|
transition-duration: 0.7s;
|
||||||
@ -4389,6 +4389,7 @@ td.message span.message {
|
|||||||
transition: all 0.3s;
|
transition: all 0.3s;
|
||||||
-webkit-transition: all 0.3s;
|
-webkit-transition: all 0.3s;
|
||||||
-moz-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:before,
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu.egw_fw_sidebar_toggleOn #egw_fw_toggler span:after {
|
#egw_fw_sidebar #egw_fw_sidemenu.egw_fw_sidebar_toggleOn #egw_fw_toggler span:after {
|
||||||
|
@ -328,7 +328,7 @@
|
|||||||
// Toggle menu
|
// Toggle menu
|
||||||
#egw_fw_toggler {
|
#egw_fw_toggler {
|
||||||
display: block;
|
display: block;
|
||||||
width: 28px;
|
width: 30px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
@ -336,8 +336,6 @@
|
|||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: -30px;
|
margin-bottom: -30px;
|
||||||
float: right;
|
float: right;
|
||||||
margin-right:-15px;
|
|
||||||
|
|
||||||
span {
|
span {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
&:before{
|
&:before{
|
||||||
@ -379,6 +377,7 @@
|
|||||||
backface-visibility: hidden;
|
backface-visibility: hidden;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
top:11px;
|
top:11px;
|
||||||
|
left:10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#egw_fw_sidemenu.egw_fw_sidebar_toggleOn {
|
#egw_fw_sidemenu.egw_fw_sidebar_toggleOn {
|
||||||
@ -391,6 +390,7 @@
|
|||||||
transition: all 0.3s;
|
transition: all 0.3s;
|
||||||
-webkit-transition: all 0.3s;
|
-webkit-transition: all 0.3s;
|
||||||
-moz-transition: all 0.3s;
|
-moz-transition: all 0.3s;
|
||||||
|
left:0;
|
||||||
&:before, &:after {
|
&:before, &:after {
|
||||||
transform:none;
|
transform:none;
|
||||||
-ms-transform: none;
|
-ms-transform: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user