--- a/cms/app-client/public/styles.css Mon Nov 30 17:50:02 2015 +0100
+++ b/cms/app-client/public/styles.css Mon Nov 30 17:50:25 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;
+}