history: rename lists to sidebardata

This commit is contained in:
Nils Schneider 2015-03-21 09:48:25 +01:00
parent 0c08dd44a5
commit eb4d665b48
1 changed files with 9 additions and 9 deletions

View File

@ -82,29 +82,29 @@
margin-left: -50em; margin-left: -50em;
} }
#lists { #sidebardata {
overflow: auto; overflow: auto;
padding: 0 1em 1em; padding: 0 1em 1em;
box-sizing: border-box; box-sizing: border-box;
} }
#lists .icon { #sidebardata .icon {
padding: 0 0.25em; padding: 0 0.25em;
} }
#lists, #map { #sidebardata, #map {
height: 100vh; height: 100vh;
} }
#lists table { #sidebardata table {
width: 100%; width: 100%;
} }
#lists td:not(:first-child) { #sidebardata td:not(:first-child) {
text-align: right; text-align: right;
} }
#lists a { #sidebardata a {
color: #1566A9; color: #1566A9;
} }
@ -124,7 +124,7 @@
flex-direction: column; flex-direction: column;
} }
#lists { #sidebardata {
overflow: visible; overflow: visible;
height: auto; height: auto;
} }
@ -147,7 +147,7 @@
width: auto; width: auto;
} }
#sidebar.hidden #lists { #sidebar.hidden #sidebardata {
display: block; display: block;
} }
} }
@ -170,7 +170,7 @@
<div id="sidebarhandle"> <div id="sidebarhandle">
<span></span> <span></span>
</div> </div>
<div id="lists"> <div id="sidebardata">
<p> <p>
Zeigt Knoten an, die in den letzten 14 Tagen dazu gekommen oder verschwunden sind. Zeigt Knoten an, die in den letzten 14 Tagen dazu gekommen oder verschwunden sind.
Funktioniert nur in wirklich modernen Browsern. Funktioniert nur in wirklich modernen Browsern.