Skip to content

Commit

Permalink
minor layout cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
d0kt0r0 committed Jul 27, 2017
1 parent 800561d commit 88bb4bf
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,26 @@ button {
padding-right: 15px;
}

.logo {
display: inline-block;
}

.server {
display: inline-block;
}

.webDirt { /* webDirt status area in top right of header */
display: inline-block;
float: right;
/* width: 49%; */
}

.webDirtMute {
float: right;
font-size: 60%;
}


.textWidgetTextArea {
width: 100%;
border: none;
Expand All @@ -72,15 +92,7 @@ button {
width: 50%;
}

.webDirt { /* webDirt status area in top right of header */
display: inline-block;
width: 49%;
}

.webDirtMute {
float: right;
font-size: 60%;
}

.pageMenu { /* contains page menu in bottom left of header */
display: inline-block;
Expand Down

0 comments on commit 88bb4bf

Please sign in to comment.