web: eventlog ui

This commit is contained in:
Maximilian Hils
2014-09-15 18:39:25 +02:00
parent cbf18320cd
commit 1d9b1f79a1
9 changed files with 51 additions and 20 deletions

View File

@@ -64,7 +64,7 @@ header nav a.special:hover {
background-color: #5386c6;
}
header .menu {
height: 100px;
padding: 10px;
border-bottom: solid #a6a6a6 1px;
}
.eventlog {
@@ -76,6 +76,16 @@ header .menu {
height: 200px;
overflow: auto;
}
.eventlog .close-button {
float: right;
margin: -9px;
padding: 4px;
cursor: pointer;
color: grey;
}
.eventlog .close-button:hover {
color: black;
}
footer {
box-shadow: 0 -1px 3px #d3d3d3;
padding: 0px 10px 3px;