Working on #28, changing template to avoid multi-line navbar:

- moved "burn after reading" & "discussion" into "options" menu in
"bootstrap" template
- added seperate "bootstrap-compact" template that also moves the
  formats into the same "options" menu
- fixing horizontal scroll bar glitch in mobile navbar
This commit is contained in:
El RIDO 2015-09-17 21:55:28 +02:00
parent ec8851e46c
commit f25661beda
6 changed files with 213 additions and 19 deletions

View file

@ -5,6 +5,29 @@ body {
padding: 70px 0 30px 0;
}
.navbar-nav {
margin: 0;
}
.dropdown-menu > li > label, .dropdown-menu > li > div {
clear: both;
display: block;
font-weight: normal;
line-height: 1.42857;
white-space: nowrap;
}
.dropdown-menu > li > label {
color: #333;
padding: 3px 20px 3px 40px;
}
.dropdown-menu > li > div {
color: #777;
padding: 3px 20px;
cursor: default;
}
#deletelink {
float: right;
}