UI Improvements

Styles
parent 5884f1b9
......@@ -91,19 +91,33 @@ button.brand-bg:hover {
}
.brand {
height:98px;
border-bottom:1px solid #ccc;
position: absolute;
width: 120px;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.logo {
a.logo {
height: 42px;
display: block;
text-align: center;
line-height: 38px;
opacity: 0.8;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-ms-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
a.logo:hover {
opacity:1;
}
.logo img {
width: 80%;
margin-left: 8%;
margin-top: 22px;
margin-bottom: 22px;
width: 100px;
}
/** END OF BRAND **/
......@@ -340,7 +354,7 @@ select {
}
.manager-view-content {
padding:35px 40px;
padding:5px 40px;
overflow:auto;
-webkit-flex-grow: 1;
flex-grow: 1;
......@@ -1036,6 +1050,7 @@ table.dataTable thead .sorting:after {
border-right: none;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
margin-right: -5px;
}
.dashboard-main-search .fa {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment