diff options
author | Christian Klinger | 2016-06-15 16:42:18 +0200 |
---|---|---|
committer | Christian Klinger | 2016-06-15 16:42:18 +0200 |
commit | 6fcf1047caa1d8f57f4f1fbc355f4007656d15d2 (patch) | |
tree | a421bac6697148bb9bc0a6a35b5da389a2de3ada /style | |
parent | Multiple locations per exam. (diff) | |
download | slx-admin-6fcf1047caa1d8f57f4f1fbc355f4007656d15d2.tar.gz slx-admin-6fcf1047caa1d8f57f4f1fbc355f4007656d15d2.tar.xz slx-admin-6fcf1047caa1d8f57f4f1fbc355f4007656d15d2.zip |
small style changes
Diffstat (limited to 'style')
-rw-r--r-- | style/default.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/style/default.css b/style/default.css index 9fa2db8d..d49bcb18 100644 --- a/style/default.css +++ b/style/default.css @@ -347,7 +347,7 @@ nav.sidebar li { margin-top: 32px; min-width: 900px; position: absolute; - width: calc(100% - 200px); + width: calc(100% - 220px); } .navbar-inverse,.sidebar-bg @@ -377,7 +377,7 @@ nav.sidebar li { display: none; } - .dropdown-toggle + nav .dropdown-toggle { background-color: transparent !important; color: #fff !important; |