diff --git a/couchpotato/static/style/main.css b/couchpotato/static/style/main.css index c71f65ed..dd792b87 100644 --- a/couchpotato/static/style/main.css +++ b/couchpotato/static/style/main.css @@ -198,6 +198,7 @@ body > .spinner, .mask{ .header .navigation li a { display: block; padding: 15px; + position: relative; } .header .navigation li:first-child a { padding-left: 10px; } .header .navigation li span { @@ -209,9 +210,10 @@ body > .spinner, .mask{ content: ''; display: inline-block; height: 2px; - width: 100%; - position: relative; - top: -20px; + width: 76%; + left: 12%; + position: absolute; + top: 46px; background-color: #46505e; outline: none; box-shadow: inset 0 1px 8px rgba(0,0,0,0.05), 0 1px 0px rgba(255,255,255,0.15);