diff options
author | Christopher Speller <crspeller@gmail.com> | 2015-12-03 14:22:57 -0500 |
---|---|---|
committer | Christopher Speller <crspeller@gmail.com> | 2015-12-03 14:22:57 -0500 |
commit | a598427d6cb5b97f963fb717845e40d65064f1ae (patch) | |
tree | 544de9e0e3905a6254e16bca893437f4c9dd374b /web/sass-files | |
parent | 13a14413e671d29700a46a26be6e7c9f60a09ed5 (diff) | |
parent | 010cc0675f074ce0bb5539847f55a0a4f0693e2c (diff) | |
download | chat-a598427d6cb5b97f963fb717845e40d65064f1ae.tar.gz chat-a598427d6cb5b97f963fb717845e40d65064f1ae.tar.bz2 chat-a598427d6cb5b97f963fb717845e40d65064f1ae.zip |
Merge pull request #1599 from asaadmahmoodspin/ui-improvements
Improvements to the system console
Diffstat (limited to 'web/sass-files')
-rw-r--r-- | web/sass-files/sass/partials/_admin-console.scss | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/web/sass-files/sass/partials/_admin-console.scss b/web/sass-files/sass/partials/_admin-console.scss index 206d5bfca..af827a7f8 100644 --- a/web/sass-files/sass/partials/_admin-console.scss +++ b/web/sass-files/sass/partials/_admin-console.scss @@ -37,13 +37,22 @@ background: #333; padding: 10px 10px; margin: 1px 0 0; + .menu-icon--right { + top: 6px; + right: 12px; + } } } .menu-icon--right { - vertical-align: top; - padding: 5px 10px; - margin: -5px; - float: right; + position: absolute; + right: 10px; + top: 3px; + font-size: 18px; + font-weight: 600; + width: 20px; + height: 20px; + line-height: 20px; + text-align: center; .fa { font-size: 13px; right: -2px; @@ -60,7 +69,7 @@ li { > a { font-size: 13px; - padding: 5px 15px; + padding: 5px 35px 5px 15px; background: transparent; color: #bbb; &:hover { |