diff -r 037687868bc4 -r 182f46ea5a56 cms/app-client/public/styles.css --- a/cms/app-client/public/styles.css Thu Dec 10 16:05:53 2015 +0100 +++ b/cms/app-client/public/styles.css Thu Dec 10 17:04:51 2015 +0100 @@ -3,9 +3,9 @@ } .header { /*background-color: green;*/ - width: 940px; + width: 1108px; height: 90px; - display: block; + display: table; margin-left: auto; margin-right: auto; margin-bottom: 1px; @@ -37,8 +37,8 @@ position:relative; left:50%; padding: 0; - display: inline-block; - width: 100%; + display: table; + width: auto; float: none; margin: 0 auto 0 auto; } @@ -64,3 +64,8 @@ font-weight: 900; background-color: bisque; } + +.sub-menu{ + margin-right: 10px; + cursor: pointer; +}