diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-08-16 03:37:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-16 03:37:59 +0000 |
commit | 4a5bc16d841221e8ac7853b3044e50af0c8143d2 (patch) | |
tree | d84f869319b9ef5d209f4b845e98b5164de54816 /gui/app/styles | |
parent | bf15098782f77d750313a60cb2d4ae61529b369d (diff) | |
parent | 9915eca37c459c121c7bee0e0a249eaa498b6d4d (diff) |
Merge "Remove redundancy file and do relative modification"
Diffstat (limited to 'gui/app/styles')
-rw-r--r-- | gui/app/styles/main.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gui/app/styles/main.css b/gui/app/styles/main.css index e13a66bce..d2ea8ba42 100644 --- a/gui/app/styles/main.css +++ b/gui/app/styles/main.css @@ -20,6 +20,8 @@ body { } + + /* Custom page header */ .header { @@ -206,3 +208,7 @@ input:focus{outline: 0} overflow: hidden; } +.bs-sidenav{ + margin-top:21px !important; +} + |