Design Improve

Styles has been edited
parent 6b4558f9
......@@ -14,12 +14,35 @@ body {
outline: none;
}
a {
color:#a61229;
}
a:hover {
color:#941A1A;
}
.breadcrumb {
background-color:transparent;
padding:0;
font-size:18px;
}
.brand {
border-bottom:1px solid #ccc;
}
.logo {
}
.logo img {
width: 80%;
margin-left: 8%;
margin-top: 23px;
margin-bottom: 23px;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
......@@ -50,7 +73,7 @@ body {
nav.navbar {
background-color: #A61229;
border-color: #941A1A;
min-height:65px;
min-height:30px;
}
a.navbar-brand img {
......@@ -92,10 +115,31 @@ a.navbar-brand img {
margin-top: 28px;
}
ul.header-menu {
float:left;
padding-left:23px;
}
ul.header-menu li {
list-style:none;
float:left;
margin-right:15px;
margin-top:10px;
}
ul.header-menu li a{
color:#fff;
text-decoration:none;
opacity:0.9;
}
ul.header-menu li a:hover{
opacity:1;
}
.nav>li>a {
color: #696969;
border-left: 3px solid transparent;
padding:15px;
border-left:3px solid transparent;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-ms-transition: all .2s;
......@@ -103,19 +147,30 @@ a.navbar-brand img {
transition: all .2s;
}
.sidebar .nav>li ul {
border-bottom: 3px solid #E4E4E4;
border-left: 3px solid #A61229;
}
.sidebar .nav>li ul>li a {
font-family:'robotoregular';
background-color:#f5f5f5;
}
.nav>li>a:visited {
background-color: #f0eeee;
}
.nav>li.active>a {
text-decoration: none;
background-color: #E0E0E8;
color: #2B2B2B;
background-color: #f5f5f5;
color: #565656;
border-color:#A61229;
}
.nav>li.active>a:hover,
.sidebar .nav>li ul>li a:hover,
.nav>li>a:hover {
background-color:#E0E0E8;
background-color:#f9f9f9;
}
/*!
......@@ -136,28 +191,39 @@ select {
.manager-view {
height:100%;
background-color: #fff;
width: calc(100% - 250px);
-webkit-width: calc(100% - 250px);
position: absolute;
right: 0;
background-color:#fcfcfc;
background-color:#f5f5f5;
}
.manager-view-inner {
height:100%;
height:calc(100% - 41px);
-webkit-height:calc(100% - 41px);
width:100%;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
}
.manager-view-header {
width:100%;
padding:10px 15px;
background-color:#f0eeee;
background-color:#fff;
border-bottom:1px solid #ccc;
-webkit-flex-shrink: 0;
flex-shrink: 0;
position:relative;
z-index:1;
}
.manager-view-content {
padding:35px 50px;
overflow:auto;
-webkit-flex-grow: 1;
flex-grow: 1;
}
.navbar-top-links {
......@@ -173,8 +239,6 @@ select {
}
.navbar-top-links li a {
padding: 22px 20px;
min-height: 65px;
color:#fff;
cursor:pointer;
}
......@@ -243,8 +307,9 @@ select {
}
.sidebar {
background-color:#f0eeee;
background-color:#fff;
border-right: 1px solid #ccc;
overflow:auto;
}
.sidebar .sidebar-nav.navbar-collapse {
......@@ -257,6 +322,9 @@ select {
}
.sidebar ul li {
font-family: 'robotomedium';
letter-spacing: 0.2px;
border-bottom: 1px solid #DCDCDC;
}
.sidebar ul li a.active {
......@@ -666,6 +734,9 @@ table.dataTable thead .sorting:after {
position: absolute;
width: 250px;
height: 100%;
-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 25px rgba(0,0,0,0.1);
box-shadow: 0 0 25px rgba(0,0,0,0.1);
}
.navbar-top-links .dropdown-messages,
......
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