summaryrefslogtreecommitdiff
path: root/web-ui/app/scss
diff options
context:
space:
mode:
authorGabriel Albo <gabriel@albo.com.br>2014-12-30 20:28:12 -0200
committerGabriel Albo <gabriel@albo.com.br>2014-12-30 20:28:12 -0200
commit8b4731775ad43e0f2ff6a7e033827ecb281cd221 (patch)
tree9f0eca8c109094d0770eafd77dee8f2b86501ac8 /web-ui/app/scss
parente9a9ca5309280619e6750f84b7264ba6cca85c6d (diff)
#217 - Adding Pixelated logo to user agent UI
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r--web-ui/app/scss/styles.scss15
1 files changed, 8 insertions, 7 deletions
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss
index bd7ea2b5..c146b875 100644
--- a/web-ui/app/scss/styles.scss
+++ b/web-ui/app/scss/styles.scss
@@ -378,8 +378,6 @@ section {
}
}
-
-
.buttons-group {
clear: both;
margin: 20px 0 0;
@@ -446,10 +444,6 @@ button {
}
}
-#menu {
- padding-top: 55px;
-}
-
.collapsed-nav {
width: 50px;
position: absolute;
@@ -466,9 +460,16 @@ button {
top: 0;
z-index: 10000;
position: relative;
+
+ img {
+ padding-top: 1px;
+ }
+
+ .toggle {
+ padding-top: 20px;
+ }
}
ul.shortcuts {
- margin-top: 10px;
li {
position: relative;
margin-bottom: 5px;