history: rename lists to sidebardata
This commit is contained in:
parent
0c08dd44a5
commit
eb4d665b48
18
history.html
18
history.html
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue