Personnel Info Edit CSS

Styles has been implemented
parent a4ff99ed
/* Space out content a bit */ /* Space out content a bit */
body { body {
font-family:'robotoregular'; font-family:'robotoregular';
background-color: #222d32; background-color: #f5f5f5;
overflow:hidden; overflow:hidden;
} }
...@@ -18,6 +18,12 @@ body { ...@@ -18,6 +18,12 @@ body {
background-color:#999; background-color:#999;
} }
.form-control {
box-shadow:none;
border-radius:0;
border-color:#ececec;
}
.btn { .btn {
border:none; border:none;
} }
...@@ -326,7 +332,6 @@ select { ...@@ -326,7 +332,6 @@ select {
.sidebar { .sidebar {
background-color:#fff; background-color:#fff;
border-right: 1px solid #ccc; border-right: 1px solid #ccc;
overflow:auto;
} }
.sidebar .sidebar-nav.navbar-collapse { .sidebar .sidebar-nav.navbar-collapse {
...@@ -741,6 +746,7 @@ table.dataTable thead .sorting:after { ...@@ -741,6 +746,7 @@ table.dataTable thead .sorting:after {
height:530px; height:530px;
margin-left:auto; margin-left:auto;
margin-right:auto; margin-right:auto;
margin-bottom:50px;
background-color:#fff; background-color:#fff;
-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1); -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 3px rgba(0,0,0,0.1); -moz-box-shadow: 0 0 3px rgba(0,0,0,0.1);
...@@ -819,6 +825,10 @@ table.dataTable thead .sorting:after { ...@@ -819,6 +825,10 @@ table.dataTable thead .sorting:after {
margin-bottom:70px; margin-bottom:70px;
} }
.info-block:last-child {
margin-bottom:0px;
}
.info-block-body dt { .info-block-body dt {
text-align:left; text-align:left;
font-family:'robotomedium'; font-family:'robotomedium';
...@@ -830,6 +840,11 @@ table.dataTable thead .sorting:after { ...@@ -830,6 +840,11 @@ table.dataTable thead .sorting:after {
color:#444; color:#444;
} }
.personnel-info-edit .personnel-info-left ul li {
padding-left:0;
}
/* END OF PERSONNEL INFO */ /* END OF PERSONNEL INFO */
...@@ -913,6 +928,23 @@ table.dataTable thead .sorting:after { ...@@ -913,6 +928,23 @@ table.dataTable thead .sorting:after {
border-right-width: 14px; border-right-width: 14px;
border-left-width: 0; border-left-width: 0;
} }
.brand {
text-align:center;
}
.logo img {
width:200px;
margin-left:0;
}
.manager-view-content {
overflow:inherit;
}
body {
overflow:auto;
}
} }
...@@ -956,3 +988,10 @@ table.dataTable thead .sorting:after { ...@@ -956,3 +988,10 @@ table.dataTable thead .sorting:after {
border-radius:100%; border-radius:100%;
} }
} }
@media (max-width: 560px) {
.personnel-info-container {
width: 350px;
}
}
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