Minor layout tweak

This commit is contained in:
Mathew Kurian 2014-12-21 15:07:18 -06:00
parent b250c8f03b
commit 417807504a

View file

@ -76,7 +76,7 @@ body {
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow-y: auto; overflow-y: auto;
background: #111; background: #000;
} }
.mask { .mask {
@ -434,7 +434,8 @@ body {
max-width: 85%; max-width: 85%;
/* width: 100%; */ /* width: 100%; */
text-align: left; text-align: left;
padding: 15px; /* padding: 15px; */
border-left: 15px solid #111;
} }
.log { .log {
display: table-row; display: table-row;
@ -452,10 +453,16 @@ body {
padding-right: 3px; padding-right: 3px;
text-align: left; text-align: left;
} }
.log__tags {} .log__tags {
background: #111;
}
.log__tag {} .log__tag {}
.log__time {} .log__time {
.log__location {} background: #111;
}
.log__location {
background: #111;
}
.log__location > span { .log__location > span {
color: #2980b9; color: #2980b9;
} }
@ -467,7 +474,7 @@ body {
/* margin-top: -10px; */ /* margin-top: -10px; */
position: relative; position: relative;
/* top: -10px; */ /* top: -10px; */
/* border-left: 1px solid #222; */ border-left: 1px solid #222;
/* box-shadow: inset 2px 0 2px -2px #000; */ /* box-shadow: inset 2px 0 2px -2px #000; */
} }
.log__json { .log__json {