1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-05 03:33:27 +00:00

Fixed CSS for navigator and zoomer

This commit is contained in:
Jeremy Ruston 2012-06-07 12:28:22 +01:00
parent db34b346a4
commit 4afcd60b8a

View File

@ -134,7 +134,7 @@ a.tw-tiddlylink-missing {
font-family: Helvetica, Arial, sans-serif;
}
.navigation-panel div {
.navigation-panel {
position: absolute;
left: 0;
top: 0;
@ -142,7 +142,7 @@ a.tw-tiddlylink-missing {
height: 100%; /* Makes the element the same height as the body, since the body is position: relative */
}
.navigation-panel div ul {
.navigation-panel ul {
position: relative;
top: 0;
margin: 0 0 0 0;
@ -152,7 +152,7 @@ a.tw-tiddlylink-missing {
border-right: 1px solid #aaa;
}
.navigation-panel div ul li {
.navigation-panel ul li {
padding: 2px 4px 2px 4px;
}
@ -169,7 +169,7 @@ body.in-zoomer {
-webkit-transition: none;
}
.zoomer-panel div {
.zoomer-panel {
position: absolute;
right: 0;
top: 0;
@ -177,7 +177,7 @@ body.in-zoomer {
height: 100%; /* Makes the element the same height as the body, since the body is position: relative */
}
body.in-zoomer .zoomer-panel div {
body.in-zoomer .zoomer-panel {
background: rgba(235,235,235,0.5);
}