Modal for settings instead of dropdown

This commit is contained in:
Tor Hveem 2014-02-26 02:09:10 +01:00 committed by David Cormier
commit d21267289c
2 changed files with 102 additions and 74 deletions

View file

@ -36,7 +36,7 @@ body {
box-shadow: rgba(255, 255, 255, 0.07) -1px 0 0;
border-left: 1px solid #121212;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
.panel-group .panel-heading + .panel-collapse .panel-body, .modal-body, .modal-header, .modal-footer {
-webkit-box-shadow: rgba(255, 255, 255, 0.07) 0 -1px 0;
-moz-box-shadow: rgba(255, 255, 255, 0.07) 0 -1px 0;
box-shadow: rgba(255, 255, 255, 0.07) 0 -1px 0;
@ -165,7 +165,7 @@ input[type=text], input[type=password], .badge {
padding-right: 6px;
}
#topbar, #sidebar, .panel, .dropdown-menu {
#topbar, #sidebar, .panel, .dropdown-menu, .modal-content {
background: #282828;
}
#sidebar {
@ -333,6 +333,18 @@ table.notimestamp td.time {
display: none;
}
.modal ul {
list-style: none;
padding-left: 15px;
}
.modal li {
font-size: larger;
margin-bottom: 10px;
}
.modal-header {
border-bottom: 0;
}
/* */
/* Mobile layout */
/* */