history: adjust position of sidebartoggle button

This commit is contained in:
Nils Schneider 2015-03-20 23:18:14 +01:00
parent 4d5c367507
commit 0c08dd44a5
1 changed files with 7 additions and 7 deletions

View File

@ -16,10 +16,10 @@
font-family: sans;
font-size: 20pt;
position: absolute;
right: -0.9em;
top: 2em;
right: 1.0em;
top: 0.7em;
z-index: 10;
background: rgba(255, 255, 255, 0.9);
background: rgba(255, 255, 255, 0.7);
height: 1.8em;
width: 1.8em;
border-radius: 0.9em;
@ -41,12 +41,12 @@
}
#sidebarhandle span:after {
padding-right: 0.125em;
content: "\f124";
content: "\f12a";
}
#sidebar.hidden #sidebarhandle span {
transform: scale(-1, 1);
#sidebar.hidden #sidebarhandle span:after {
padding-left: 0.125em;
content: "\f125";
}
#sidebarhandle:hover {