Commit 9bd2ef29 authored by Evren Kutar's avatar Evren Kutar

v0.0.3.1

dashboard seperated navigations style changes apply with little css bug
npm start on port 8080
parent 82c772e4
/* Space out content a bit */ /* Space out content a bit */
body { body {
font-family:'robotoregular'; font-family:'robotoregular';
background-color: #f5f5f5; background-color: #f5f5f5;
overflow:hidden; overflow:hidden;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 5px; width: 5px;
height: 5px; height: 5px;
} }
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {
background-color:#ccc; background-color:#ccc;
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
background-color:#999; background-color:#999;
} }
.form-control { .form-control {
box-shadow:none; box-shadow:none;
border-radius:0; border-radius:0;
border-color:#ececec; border-color:#ececec;
} }
.btn { .btn {
border:none; border:none;
} }
.btn:focus, .btn:focus,
...@@ -38,132 +38,150 @@ body { ...@@ -38,132 +38,150 @@ body {
} }
a { a {
color:#a61229; color:#a61229;
} }
a:hover { a:hover {
color:#941A1A; color:#941A1A;
} }
.breadcrumb { .breadcrumb {
background-color:transparent; background-color:transparent;
padding:0; padding:0;
font-size:18px; font-size:18px;
}
/** BRAND **/
.brand-bg {
background-color:#A61229;
}
button.brand-bg {
background-color:#A61229;
color:#fff;
}
button.brand-bg:hover {
background-color:#941A1A;
color:#fff;
} }
.brand { .brand {
border-bottom:1px solid #ccc; border-bottom:1px solid #ccc;
} }
.logo { .logo {
} }
.logo img { .logo img {
width: 80%; width: 80%;
margin-left: 8%; margin-left: 8%;
margin-top: 22px; margin-top: 22px;
margin-bottom: 22px; margin-bottom: 22px;
} }
/** END OF BRAND **/
/* Everything but the jumbotron gets side spacing for mobile first views */ /* Everything but the jumbotron gets side spacing for mobile first views */
.header, .header,
.marketing, .marketing,
.footer { .footer {
padding-left: 15px; padding-left: 15px;
padding-right: 15px; padding-right: 15px;
} }
/* Custom page header */ /* Custom page header */
.header { .header {
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
} }
/* Make the masthead heading the same height as the navigation */ /* Make the masthead heading the same height as the navigation */
.header h3 { .header h3 {
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
line-height: 40px; line-height: 40px;
padding-bottom: 19px; padding-bottom: 19px;
} }
/* Custom page footer */ /* Custom page footer */
.footer { .footer {
padding-top: 19px; padding-top: 19px;
color: #777; color: #777;
border-top: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5;
} }
nav.navbar { nav.navbar {
background-color: #A61229; background-color: #A61229;
border-color: #941A1A; border-color: #941A1A;
min-height:30px; min-height:30px;
} }
a.navbar-brand img { a.navbar-brand img {
height:45px; height:45px;
margin-top:-6px; margin-top:-6px;
} }
.navbar-default .navbar-toggle .icon-bar { .navbar-default .navbar-toggle .icon-bar {
background-color:#fff; background-color:#fff;
} }
.navbar-default .navbar-toggle:hover { .navbar-default .navbar-toggle:hover {
background-color:#9a1026; background-color:#9a1026;
} }
.navbar-default .navbar-toggle:focus { .navbar-default .navbar-toggle:focus {
background-color:#A61229; background-color:#A61229;
} }
.container-narrow > hr { .container-narrow > hr {
margin: 30px 0; margin: 30px 0;
} }
/* Main marketing message and sign up button */ /* Main marketing message and sign up button */
.jumbotron { .jumbotron {
text-align: center; text-align: center;
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
} }
.jumbotron .btn { .jumbotron .btn {
font-size: 21px; font-size: 21px;
padding: 14px 24px; padding: 14px 24px;
} }
/* Supporting marketing content */ /* Supporting marketing content */
.marketing { .marketing {
margin: 40px 0; margin: 40px 0;
} }
.marketing p + h4 { .marketing p + h4 {
margin-top: 28px; margin-top: 28px;
} }
ul.header-menu { ul.header-menu {
float:left; float:left;
padding-left:23px; padding-left:23px;
} }
ul.header-menu li { ul.header-menu li {
list-style:none; list-style:none;
float:left; float:left;
margin-right:15px; margin-right:15px;
margin-top:10px; margin-top:10px;
} }
ul.header-menu li a{ ul.header-menu li a{
color:#fff; color:#fff;
text-decoration:none; text-decoration:none;
opacity:0.9; opacity:0.9;
} }
ul.header-menu li a:hover{ ul.header-menu li a:hover{
opacity:1; opacity:1;
} }
.nav>li>a { .nav>li>a {
color: #696969; color: #696969;
border-left:3px solid transparent; border-left:3px solid transparent;
-webkit-transition: all .2s; -webkit-transition: all .2s;
-moz-transition: all .2s; -moz-transition: all .2s;
-ms-transition: all .2s; -ms-transition: all .2s;
-o-transition: all .2s; -o-transition: all .2s;
...@@ -171,28 +189,28 @@ ul.header-menu li a:hover{ ...@@ -171,28 +189,28 @@ ul.header-menu li a:hover{
} }
.sidebar .nav>li ul { .sidebar .nav>li ul {
border-left: 3px solid #A61229; border-left: 3px solid #A61229;
} }
.sidebar .nav>li ul>li a { .sidebar .nav>li ul>li a {
font-family:'robotoregular'; font-family:'robotoregular';
background-color:#fdfdfd; background-color:#fdfdfd;
} }
.nav>li>a:visited { .nav>li>a:visited {
} }
.nav>li.active>a { .nav>li.active>a {
text-decoration: none; text-decoration: none;
background-color: #fdfdfd; background-color: #fdfdfd;
color: #565656; color: #565656;
border-color:#A61229; border-color:#A61229;
} }
.nav>li.active>a:hover, .nav>li.active>a:hover,
.sidebar .nav>li ul>li a:hover, .sidebar .nav>li ul>li a:hover,
.nav>li>a:hover { .nav>li>a:hover {
background-color:#f9f9f9; background-color:#f9f9f9;
} }
/*! /*!
...@@ -202,9 +220,9 @@ ul.header-menu li a:hover{ ...@@ -202,9 +220,9 @@ ul.header-menu li a:hover{
*/ */
select { select {
padding: 5px 10px; padding: 5px 10px;
border-color: #dcdcdc; border-color: #dcdcdc;
outline: none; outline: none;
} }
#wrapper { #wrapper {
...@@ -212,39 +230,39 @@ select { ...@@ -212,39 +230,39 @@ select {
} }
.manager-view { .manager-view {
height:100%; height:100%;
width: calc(100% - 250px); width: calc(100% - 250px);
-webkit-width: calc(100% - 250px); -webkit-width: calc(100% - 250px);
position: absolute; position: absolute;
right: 0; right: 0;
background-color:#f5f5f5; background-color:#f5f5f5;
} }
.manager-view-inner { .manager-view-inner {
height:calc(100% - 41px); height:calc(100% - 41px);
-webkit-height:calc(100% - 41px); -webkit-height:calc(100% - 41px);
width:100%; width:100%;
display: -webkit-flex; display: -webkit-flex;
display: flex; display: flex;
-webkit-flex-direction: column; -webkit-flex-direction: column;
flex-direction: column; flex-direction: column;
} }
.manager-view-header { .manager-view-header {
width:100%; width:100%;
padding:10px 15px; padding:10px 15px;
background-color:#fff; background-color:#fff;
border-bottom:1px solid #ccc; border-bottom:1px solid #ccc;
-webkit-flex-shrink: 0; -webkit-flex-shrink: 0;
flex-shrink: 0; flex-shrink: 0;
position:relative; position:relative;
z-index:1; z-index:1;
} }
.manager-view-content { .manager-view-content {
padding:35px 50px; padding:35px 40px;
overflow:auto; overflow:auto;
-webkit-flex-grow: 1; -webkit-flex-grow: 1;
flex-grow: 1; flex-grow: 1;
} }
...@@ -261,8 +279,8 @@ select { ...@@ -261,8 +279,8 @@ select {
} }
.navbar-top-links li a { .navbar-top-links li a {
color:#fff; color:#fff;
cursor:pointer; cursor:pointer;
} }
.navbar-top-links li>a:hover, .navbar-top-links li>a:hover,
...@@ -270,20 +288,20 @@ select { ...@@ -270,20 +288,20 @@ select {
.navbar-top-links .open>a:hover, .navbar-top-links .open>a:hover,
.navbar-top-links .open>a:active, .navbar-top-links .open>a:active,
.navbar-top-links .open>a:focus { .navbar-top-links .open>a:focus {
background-color:#9A1026; background-color:#9A1026;
} }
.navbar-top-links .dropdown-menu li.divider { .navbar-top-links .dropdown-menu li.divider {
margin:0; margin:0;
} }
.navbar-top-links .dropdown-menu li a:hover { .navbar-top-links .dropdown-menu li a:hover {
background-color:#fcfcfc; background-color:#fcfcfc;
} }
.navbar-top-links .open>a, .navbar-top-links .open>a,
.navbar-top-links .open>a:hover { .navbar-top-links .open>a:hover {
border-color:#9A1026; border-color:#9A1026;
} }
.navbar-top-links .dropdown-menu li { .navbar-top-links .dropdown-menu li {
...@@ -297,7 +315,7 @@ select { ...@@ -297,7 +315,7 @@ select {
.navbar-top-links .dropdown-menu li a { .navbar-top-links .dropdown-menu li a {
padding: 10px 20px; padding: 10px 20px;
min-height: 0; min-height: 0;
color:#444; color:#444;
} }
.navbar-top-links .dropdown-menu li a div { .navbar-top-links .dropdown-menu li a div {
...@@ -329,8 +347,8 @@ select { ...@@ -329,8 +347,8 @@ select {
} }
.sidebar { .sidebar {
background-color:#fff; background-color:#fff;
border-right: 1px solid #ccc; border-right: 1px solid #ccc;
} }
.sidebar .sidebar-nav.navbar-collapse { .sidebar .sidebar-nav.navbar-collapse {
...@@ -343,9 +361,9 @@ select { ...@@ -343,9 +361,9 @@ select {
} }
.sidebar ul li { .sidebar ul li {
font-family: 'robotomedium'; font-family: 'robotomedium';
letter-spacing: 0.2px; letter-spacing: 0.2px;
border-bottom: 1px solid #DCDCDC; border-bottom: 1px solid #DCDCDC;
} }
.sidebar ul li a.active { .sidebar ul li a.active {
...@@ -733,114 +751,139 @@ table.dataTable thead .sorting:after { ...@@ -733,114 +751,139 @@ table.dataTable thead .sorting:after {
margin-top: 5px; margin-top: 5px;
} }
/* DASHBOARD */
.dashboard .row {
margin-bottom:30px;
}
.dashboard .major-buttons {
margin-bottom:20px;
}
.dashboard .major-buttons i {
margin-right:10px;
}
.dashboard .major-buttons a button {
width:100%;
height:100px;
font-size: 19px;
font-family: 'robotolight';
}
/* END OF DASHBOARD */
/* PERSONNEL INFO */ /* PERSONNEL INFO */
.generic-profile-picture img { .generic-profile-picture img {
width:220px; width:220px;
height:220px; height:220px;
} }
.personnel-info-container { .personnel-info-container {
width:1000px; width:1000px;
height:530px; height:530px;
margin-left:auto; margin-left:auto;
margin-right:auto; margin-right:auto;
margin-bottom:50px; 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);
box-shadow: 0 0 3px rgba(0,0,0,0.1); box-shadow: 0 0 3px rgba(0,0,0,0.1);
background-color:#fff; background-color:#fff;
position:relative; position:relative;
} }
.personnel-info-left { .personnel-info-left {
width:250px; width:250px;
height:100%; height:100%;
background-color:#fcfcfc; background-color:#fcfcfc;
padding:15px; padding:15px;
position:absolute; position:absolute;
left:0; left:0;
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
border-right: 1px solid #F7F7F7; border-right: 1px solid #F7F7F7;
} }
.personnel-info-left ul { .personnel-info-left ul {
padding:0; padding:0;
margin-top:20px; margin-top:20px;
} }
.personnel-info-left ul li { .personnel-info-left ul li {
list-style:none; list-style:none;
margin-bottom:15px; margin-bottom:15px;
position:relative; position:relative;
padding-left:30px; padding-left:30px;
color:#555; color:#555;
} }
.personnel-info-left ul li:nth-child(1) { .personnel-info-left ul li:nth-child(1) {
padding:0; padding:0;
font-family:'robotobold'; font-family:'robotobold';
font-size:18px; font-size:18px;
color:#333; color:#333;
} }
.personnel-info-left ul li:nth-child(2) { .personnel-info-left ul li:nth-child(2) {
padding:0; padding:0;
font-family:'robotomedium'; font-family:'robotomedium';
font-size:17px; font-size:17px;
color:#666; color:#666;
} }
.personnel-info-left ul li i.fa { .personnel-info-left ul li i.fa {
width:18px; width:18px;
margin-right:15px; margin-right:15px;
font-size:18px; font-size:18px;
position:absolute; position:absolute;
left:0; left:0;
text-align:center; text-align:center;
} }
.personnel-info-right { .personnel-info-right {
width:750px; width:750px;
height:100%; height:100%;
background-color:#fff; background-color:#fff;
padding:40px; padding:40px;
padding-top:15px; padding-top:15px;
position:absolute; position:absolute;
right:0; right:0;
overflow-y:auto; overflow-y:auto;
} }
.personnel-info-right h2 { .personnel-info-right h2 {
margin-top:0; margin-top:0;
margin-bottom:20px; margin-bottom:20px;
font-family:'robotolight'; font-family:'robotolight';
font-size:23px; font-size:23px;
} }
.info-block { .info-block {
margin-bottom:70px; margin-bottom:70px;
} }
.info-block:last-child { .info-block:last-child {
margin-bottom:0px; margin-bottom:0px;
} }
.info-block-body dt { .info-block-body dt {
text-align:left; text-align:left;
font-family:'robotomedium'; font-family:'robotomedium';
font-weight:normal; font-weight:normal;
} }
.info-block-body dl { .info-block-body dl {
margin-bottom:10px; margin-bottom:10px;
color:#444; color:#444;
} }
.personnel-info-edit .personnel-info-left ul li { .personnel-info-edit .personnel-info-left ul li {
padding-left:0; padding-left:0;
} }
...@@ -850,29 +893,29 @@ table.dataTable thead .sorting:after { ...@@ -850,29 +893,29 @@ table.dataTable thead .sorting:after {
/* Responsive: Portrait tablets and up */ /* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
/* Remove the padding we set earlier */ /* Remove the padding we set earlier */
.header, .header,
.marketing, .marketing,
.footer { .footer {
padding-left: 0; padding-left: 0;
padding-right: 0; padding-right: 0;
} }
/* Space out the masthead */ /* Space out the masthead */
.header { .header {
margin-bottom: 30px; margin-bottom: 30px;
} }
/* Remove the bottom border on the jumbotron for visual effect */ /* Remove the bottom border on the jumbotron for visual effect */
.jumbotron { .jumbotron {
border-bottom: 0; border-bottom: 0;
} }
.sidebar { .sidebar {
z-index: 1; z-index: 1;
position: absolute; position: absolute;
width: 250px; width: 250px;
height: 100%; height: 100%;
-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.1); -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.1);
-moz-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); box-shadow: 0 0 25px rgba(0,0,0,0.1);
} }
.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-messages,
...@@ -881,19 +924,19 @@ table.dataTable thead .sorting:after { ...@@ -881,19 +924,19 @@ table.dataTable thead .sorting:after {
margin-left: auto; margin-left: auto;
} }
.container { .container {
max-width: 730px; max-width: 730px;
} }
.manager-view { .manager-view {
height:100%; height:100%;
} }
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.manager-view { .manager-view {
width:100%; width:100%;
} }
ul.timeline:before { ul.timeline:before {
left: 40px; left: 40px;
} }
...@@ -927,72 +970,80 @@ table.dataTable thead .sorting:after { ...@@ -927,72 +970,80 @@ table.dataTable thead .sorting:after {
border-right-width: 14px; border-right-width: 14px;
border-left-width: 0; border-left-width: 0;
} }
.brand { .brand {
text-align:center; text-align:center;
} }
.logo img { .logo img {
width:200px; width:200px;
margin-left:0; margin-left:0;
} }
.manager-view-content { .manager-view-content {
overflow:inherit; overflow:inherit;
} }
body { body {
overflow:auto; overflow:auto;
} }
} }
@media (max-width: 1350px) { @media (max-width: 1350px) {
.personnel-info-container { .personnel-info-container {
width:700px; width:700px;
} }
.personnel-info-right { .personnel-info-right {
width:450px; width:450px;
} }
} }
@media (max-width: 1000px) { @media (max-width: 1000px) {
.personnel-info-container { .personnel-info-container {
width:500px; width:500px;
height:auto; height:auto;
} }
.personnel-info-left { .personnel-info-left {
width:100%; width:100%;
position:relative; position:relative;
height:auto; height:auto;
border:none; border:none;
} }
.personnel-info-right { .personnel-info-right {
width:100%; width:100%;
position:relative; position:relative;
height:auto; height:auto;
} }
.generic-profile-picture, .generic-profile-picture,
.personnel-info-left ul li:nth-child(1), .personnel-info-left ul li:nth-child(1),
.personnel-info-left ul li:nth-child(2) { .personnel-info-left ul li:nth-child(2) {
text-align:center; text-align:center;
} }
.generic-profile-picture img { .generic-profile-picture img {
border-radius:100%; border-radius:100%;
} }
} }
@media (max-width: 560px) { @media (max-width: 560px) {
.personnel-info-container { .personnel-info-container {
width: 350px; width: 350px;
} }
}
@media (max-width: 991px) {
.dashboard .major-buttons a button {
margin-bottom:20px;
}
} }
.tablescroll{ .tablescroll{
...@@ -1017,4 +1068,4 @@ table.dataTable thead .sorting:after { ...@@ -1017,4 +1068,4 @@ table.dataTable thead .sorting:after {
overflow-x: visible; overflow-x: visible;
overflow-y: scroll; overflow-y: scroll;
height: 700px; height: 700px;
} }
\ No newline at end of file
...@@ -13,32 +13,32 @@ ...@@ -13,32 +13,32 @@
/* Space out content a bit */ /* Space out content a bit */
body { body {
font-family:'robotoregular'; font-family:'robotoregular';
background-color: #f5f5f5; background-color: #f5f5f5;
overflow:hidden; overflow:hidden;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 5px; width: 5px;
height: 5px; height: 5px;
} }
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {
background-color:#ccc; background-color:#ccc;
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
background-color:#999; background-color:#999;
} }
.form-control { .form-control {
box-shadow:none; box-shadow:none;
border-radius:0; border-radius:0;
border-color:#ececec; border-color:#ececec;
} }
.btn { .btn {
border:none; border:none;
} }
.btn:focus, .btn:focus,
...@@ -51,132 +51,150 @@ body { ...@@ -51,132 +51,150 @@ body {
} }
a { a {
color:#a61229; color:#a61229;
} }
a:hover { a:hover {
color:#941A1A; color:#941A1A;
} }
.breadcrumb { .breadcrumb {
background-color:transparent; background-color:transparent;
padding:0; padding:0;
font-size:18px; font-size:18px;
}
/** BRAND **/
.brand-bg {
background-color:#A61229;
}
button.brand-bg {
background-color:#A61229;
color:#fff;
}
button.brand-bg:hover {
background-color:#941A1A;
color:#fff;
} }
.brand { .brand {
border-bottom:1px solid #ccc; border-bottom:1px solid #ccc;
} }
.logo { .logo {
} }
.logo img { .logo img {
width: 80%; width: 80%;
margin-left: 8%; margin-left: 8%;
margin-top: 22px; margin-top: 22px;
margin-bottom: 22px; margin-bottom: 22px;
} }
/** END OF BRAND **/
/* Everything but the jumbotron gets side spacing for mobile first views */ /* Everything but the jumbotron gets side spacing for mobile first views */
.header, .header,
.marketing, .marketing,
.footer { .footer {
padding-left: 15px; padding-left: 15px;
padding-right: 15px; padding-right: 15px;
} }
/* Custom page header */ /* Custom page header */
.header { .header {
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
} }
/* Make the masthead heading the same height as the navigation */ /* Make the masthead heading the same height as the navigation */
.header h3 { .header h3 {
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
line-height: 40px; line-height: 40px;
padding-bottom: 19px; padding-bottom: 19px;
} }
/* Custom page footer */ /* Custom page footer */
.footer { .footer {
padding-top: 19px; padding-top: 19px;
color: #777; color: #777;
border-top: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5;
} }
nav.navbar { nav.navbar {
background-color: #A61229; background-color: #A61229;
border-color: #941A1A; border-color: #941A1A;
min-height:30px; min-height:30px;
} }
a.navbar-brand img { a.navbar-brand img {
height:45px; height:45px;
margin-top:-6px; margin-top:-6px;
} }
.navbar-default .navbar-toggle .icon-bar { .navbar-default .navbar-toggle .icon-bar {
background-color:#fff; background-color:#fff;
} }
.navbar-default .navbar-toggle:hover { .navbar-default .navbar-toggle:hover {
background-color:#9a1026; background-color:#9a1026;
} }
.navbar-default .navbar-toggle:focus { .navbar-default .navbar-toggle:focus {
background-color:#A61229; background-color:#A61229;
} }
.container-narrow > hr { .container-narrow > hr {
margin: 30px 0; margin: 30px 0;
} }
/* Main marketing message and sign up button */ /* Main marketing message and sign up button */
.jumbotron { .jumbotron {
text-align: center; text-align: center;
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
} }
.jumbotron .btn { .jumbotron .btn {
font-size: 21px; font-size: 21px;
padding: 14px 24px; padding: 14px 24px;
} }
/* Supporting marketing content */ /* Supporting marketing content */
.marketing { .marketing {
margin: 40px 0; margin: 40px 0;
} }
.marketing p + h4 { .marketing p + h4 {
margin-top: 28px; margin-top: 28px;
} }
ul.header-menu { ul.header-menu {
float:left; float:left;
padding-left:23px; padding-left:23px;
} }
ul.header-menu li { ul.header-menu li {
list-style:none; list-style:none;
float:left; float:left;
margin-right:15px; margin-right:15px;
margin-top:10px; margin-top:10px;
} }
ul.header-menu li a{ ul.header-menu li a{
color:#fff; color:#fff;
text-decoration:none; text-decoration:none;
opacity:0.9; opacity:0.9;
} }
ul.header-menu li a:hover{ ul.header-menu li a:hover{
opacity:1; opacity:1;
} }
.nav>li>a { .nav>li>a {
color: #696969; color: #696969;
border-left:3px solid transparent; border-left:3px solid transparent;
-webkit-transition: all .2s; -webkit-transition: all .2s;
-moz-transition: all .2s; -moz-transition: all .2s;
-ms-transition: all .2s; -ms-transition: all .2s;
-o-transition: all .2s; -o-transition: all .2s;
...@@ -184,28 +202,28 @@ ul.header-menu li a:hover{ ...@@ -184,28 +202,28 @@ ul.header-menu li a:hover{
} }
.sidebar .nav>li ul { .sidebar .nav>li ul {
border-left: 3px solid #A61229; border-left: 3px solid #A61229;
} }
.sidebar .nav>li ul>li a { .sidebar .nav>li ul>li a {
font-family:'robotoregular'; font-family:'robotoregular';
background-color:#fdfdfd; background-color:#fdfdfd;
} }
.nav>li>a:visited { .nav>li>a:visited {
} }
.nav>li.active>a { .nav>li.active>a {
text-decoration: none; text-decoration: none;
background-color: #fdfdfd; background-color: #fdfdfd;
color: #565656; color: #565656;
border-color:#A61229; border-color:#A61229;
} }
.nav>li.active>a:hover, .nav>li.active>a:hover,
.sidebar .nav>li ul>li a:hover, .sidebar .nav>li ul>li a:hover,
.nav>li>a:hover { .nav>li>a:hover {
background-color:#f9f9f9; background-color:#f9f9f9;
} }
/*! /*!
...@@ -215,9 +233,9 @@ ul.header-menu li a:hover{ ...@@ -215,9 +233,9 @@ ul.header-menu li a:hover{
*/ */
select { select {
padding: 5px 10px; padding: 5px 10px;
border-color: #dcdcdc; border-color: #dcdcdc;
outline: none; outline: none;
} }
#wrapper { #wrapper {
...@@ -225,39 +243,39 @@ select { ...@@ -225,39 +243,39 @@ select {
} }
.manager-view { .manager-view {
height:100%; height:100%;
width: calc(100% - 250px); width: calc(100% - 250px);
-webkit-width: calc(100% - 250px); -webkit-width: calc(100% - 250px);
position: absolute; position: absolute;
right: 0; right: 0;
background-color:#f5f5f5; background-color:#f5f5f5;
} }
.manager-view-inner { .manager-view-inner {
height:calc(100% - 41px); height:calc(100% - 41px);
-webkit-height:calc(100% - 41px); -webkit-height:calc(100% - 41px);
width:100%; width:100%;
display: -webkit-flex; display: -webkit-flex;
display: flex; display: flex;
-webkit-flex-direction: column; -webkit-flex-direction: column;
flex-direction: column; flex-direction: column;
} }
.manager-view-header { .manager-view-header {
width:100%; width:100%;
padding:10px 15px; padding:10px 15px;
background-color:#fff; background-color:#fff;
border-bottom:1px solid #ccc; border-bottom:1px solid #ccc;
-webkit-flex-shrink: 0; -webkit-flex-shrink: 0;
flex-shrink: 0; flex-shrink: 0;
position:relative; position:relative;
z-index:1; z-index:1;
} }
.manager-view-content { .manager-view-content {
padding:35px 50px; padding:35px 40px;
overflow:auto; overflow:auto;
-webkit-flex-grow: 1; -webkit-flex-grow: 1;
flex-grow: 1; flex-grow: 1;
} }
...@@ -274,8 +292,8 @@ select { ...@@ -274,8 +292,8 @@ select {
} }
.navbar-top-links li a { .navbar-top-links li a {
color:#fff; color:#fff;
cursor:pointer; cursor:pointer;
} }
.navbar-top-links li>a:hover, .navbar-top-links li>a:hover,
...@@ -283,20 +301,20 @@ select { ...@@ -283,20 +301,20 @@ select {
.navbar-top-links .open>a:hover, .navbar-top-links .open>a:hover,
.navbar-top-links .open>a:active, .navbar-top-links .open>a:active,
.navbar-top-links .open>a:focus { .navbar-top-links .open>a:focus {
background-color:#9A1026; background-color:#9A1026;
} }
.navbar-top-links .dropdown-menu li.divider { .navbar-top-links .dropdown-menu li.divider {
margin:0; margin:0;
} }
.navbar-top-links .dropdown-menu li a:hover { .navbar-top-links .dropdown-menu li a:hover {
background-color:#fcfcfc; background-color:#fcfcfc;
} }
.navbar-top-links .open>a, .navbar-top-links .open>a,
.navbar-top-links .open>a:hover { .navbar-top-links .open>a:hover {
border-color:#9A1026; border-color:#9A1026;
} }
.navbar-top-links .dropdown-menu li { .navbar-top-links .dropdown-menu li {
...@@ -310,7 +328,7 @@ select { ...@@ -310,7 +328,7 @@ select {
.navbar-top-links .dropdown-menu li a { .navbar-top-links .dropdown-menu li a {
padding: 10px 20px; padding: 10px 20px;
min-height: 0; min-height: 0;
color:#444; color:#444;
} }
.navbar-top-links .dropdown-menu li a div { .navbar-top-links .dropdown-menu li a div {
...@@ -342,8 +360,8 @@ select { ...@@ -342,8 +360,8 @@ select {
} }
.sidebar { .sidebar {
background-color:#fff; background-color:#fff;
border-right: 1px solid #ccc; border-right: 1px solid #ccc;
} }
.sidebar .sidebar-nav.navbar-collapse { .sidebar .sidebar-nav.navbar-collapse {
...@@ -356,9 +374,9 @@ select { ...@@ -356,9 +374,9 @@ select {
} }
.sidebar ul li { .sidebar ul li {
font-family: 'robotomedium'; font-family: 'robotomedium';
letter-spacing: 0.2px; letter-spacing: 0.2px;
border-bottom: 1px solid #DCDCDC; border-bottom: 1px solid #DCDCDC;
} }
.sidebar ul li a.active { .sidebar ul li a.active {
...@@ -746,114 +764,139 @@ table.dataTable thead .sorting:after { ...@@ -746,114 +764,139 @@ table.dataTable thead .sorting:after {
margin-top: 5px; margin-top: 5px;
} }
/* DASHBOARD */
.dashboard .row {
margin-bottom:30px;
}
.dashboard .major-buttons {
margin-bottom:20px;
}
.dashboard .major-buttons i {
margin-right:10px;
}
.dashboard .major-buttons a button {
width:100%;
height:100px;
font-size: 19px;
font-family: 'robotolight';
}
/* END OF DASHBOARD */
/* PERSONNEL INFO */ /* PERSONNEL INFO */
.generic-profile-picture img { .generic-profile-picture img {
width:220px; width:220px;
height:220px; height:220px;
} }
.personnel-info-container { .personnel-info-container {
width:1000px; width:1000px;
height:530px; height:530px;
margin-left:auto; margin-left:auto;
margin-right:auto; margin-right:auto;
margin-bottom:50px; 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);
box-shadow: 0 0 3px rgba(0,0,0,0.1); box-shadow: 0 0 3px rgba(0,0,0,0.1);
background-color:#fff; background-color:#fff;
position:relative; position:relative;
} }
.personnel-info-left { .personnel-info-left {
width:250px; width:250px;
height:100%; height:100%;
background-color:#fcfcfc; background-color:#fcfcfc;
padding:15px; padding:15px;
position:absolute; position:absolute;
left:0; left:0;
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
border-right: 1px solid #F7F7F7; border-right: 1px solid #F7F7F7;
} }
.personnel-info-left ul { .personnel-info-left ul {
padding:0; padding:0;
margin-top:20px; margin-top:20px;
} }
.personnel-info-left ul li { .personnel-info-left ul li {
list-style:none; list-style:none;
margin-bottom:15px; margin-bottom:15px;
position:relative; position:relative;
padding-left:30px; padding-left:30px;
color:#555; color:#555;
} }
.personnel-info-left ul li:nth-child(1) { .personnel-info-left ul li:nth-child(1) {
padding:0; padding:0;
font-family:'robotobold'; font-family:'robotobold';
font-size:18px; font-size:18px;
color:#333; color:#333;
} }
.personnel-info-left ul li:nth-child(2) { .personnel-info-left ul li:nth-child(2) {
padding:0; padding:0;
font-family:'robotomedium'; font-family:'robotomedium';
font-size:17px; font-size:17px;
color:#666; color:#666;
} }
.personnel-info-left ul li i.fa { .personnel-info-left ul li i.fa {
width:18px; width:18px;
margin-right:15px; margin-right:15px;
font-size:18px; font-size:18px;
position:absolute; position:absolute;
left:0; left:0;
text-align:center; text-align:center;
} }
.personnel-info-right { .personnel-info-right {
width:750px; width:750px;
height:100%; height:100%;
background-color:#fff; background-color:#fff;
padding:40px; padding:40px;
padding-top:15px; padding-top:15px;
position:absolute; position:absolute;
right:0; right:0;
overflow-y:auto; overflow-y:auto;
} }
.personnel-info-right h2 { .personnel-info-right h2 {
margin-top:0; margin-top:0;
margin-bottom:20px; margin-bottom:20px;
font-family:'robotolight'; font-family:'robotolight';
font-size:23px; font-size:23px;
} }
.info-block { .info-block {
margin-bottom:70px; margin-bottom:70px;
} }
.info-block:last-child { .info-block:last-child {
margin-bottom:0px; margin-bottom:0px;
} }
.info-block-body dt { .info-block-body dt {
text-align:left; text-align:left;
font-family:'robotomedium'; font-family:'robotomedium';
font-weight:normal; font-weight:normal;
} }
.info-block-body dl { .info-block-body dl {
margin-bottom:10px; margin-bottom:10px;
color:#444; color:#444;
} }
.personnel-info-edit .personnel-info-left ul li { .personnel-info-edit .personnel-info-left ul li {
padding-left:0; padding-left:0;
} }
...@@ -863,29 +906,29 @@ table.dataTable thead .sorting:after { ...@@ -863,29 +906,29 @@ table.dataTable thead .sorting:after {
/* Responsive: Portrait tablets and up */ /* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
/* Remove the padding we set earlier */ /* Remove the padding we set earlier */
.header, .header,
.marketing, .marketing,
.footer { .footer {
padding-left: 0; padding-left: 0;
padding-right: 0; padding-right: 0;
} }
/* Space out the masthead */ /* Space out the masthead */
.header { .header {
margin-bottom: 30px; margin-bottom: 30px;
} }
/* Remove the bottom border on the jumbotron for visual effect */ /* Remove the bottom border on the jumbotron for visual effect */
.jumbotron { .jumbotron {
border-bottom: 0; border-bottom: 0;
} }
.sidebar { .sidebar {
z-index: 1; z-index: 1;
position: absolute; position: absolute;
width: 250px; width: 250px;
height: 100%; height: 100%;
-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.1); -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.1);
-moz-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); box-shadow: 0 0 25px rgba(0,0,0,0.1);
} }
.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-messages,
...@@ -894,19 +937,19 @@ table.dataTable thead .sorting:after { ...@@ -894,19 +937,19 @@ table.dataTable thead .sorting:after {
margin-left: auto; margin-left: auto;
} }
.container { .container {
max-width: 730px; max-width: 730px;
} }
.manager-view { .manager-view {
height:100%; height:100%;
} }
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.manager-view { .manager-view {
width:100%; width:100%;
} }
ul.timeline:before { ul.timeline:before {
left: 40px; left: 40px;
} }
...@@ -940,72 +983,80 @@ table.dataTable thead .sorting:after { ...@@ -940,72 +983,80 @@ table.dataTable thead .sorting:after {
border-right-width: 14px; border-right-width: 14px;
border-left-width: 0; border-left-width: 0;
} }
.brand { .brand {
text-align:center; text-align:center;
} }
.logo img { .logo img {
width:200px; width:200px;
margin-left:0; margin-left:0;
} }
.manager-view-content { .manager-view-content {
overflow:inherit; overflow:inherit;
} }
body { body {
overflow:auto; overflow:auto;
} }
} }
@media (max-width: 1350px) { @media (max-width: 1350px) {
.personnel-info-container { .personnel-info-container {
width:700px; width:700px;
} }
.personnel-info-right { .personnel-info-right {
width:450px; width:450px;
} }
} }
@media (max-width: 1000px) { @media (max-width: 1000px) {
.personnel-info-container { .personnel-info-container {
width:500px; width:500px;
height:auto; height:auto;
} }
.personnel-info-left { .personnel-info-left {
width:100%; width:100%;
position:relative; position:relative;
height:auto; height:auto;
border:none; border:none;
} }
.personnel-info-right { .personnel-info-right {
width:100%; width:100%;
position:relative; position:relative;
height:auto; height:auto;
} }
.generic-profile-picture, .generic-profile-picture,
.personnel-info-left ul li:nth-child(1), .personnel-info-left ul li:nth-child(1),
.personnel-info-left ul li:nth-child(2) { .personnel-info-left ul li:nth-child(2) {
text-align:center; text-align:center;
} }
.generic-profile-picture img { .generic-profile-picture img {
border-radius:100%; border-radius:100%;
} }
} }
@media (max-width: 560px) { @media (max-width: 560px) {
.personnel-info-container { .personnel-info-container {
width: 350px; width: 350px;
} }
}
@media (max-width: 991px) {
.dashboard .major-buttons a button {
margin-bottom:20px;
}
} }
.tablescroll{ .tablescroll{
...@@ -1032,6 +1083,7 @@ table.dataTable thead .sorting:after { ...@@ -1032,6 +1083,7 @@ table.dataTable thead .sorting:after {
height: 700px; height: 700px;
} }
/* /*
* metismenu - v1.1.3 * metismenu - v1.1.3
* Easy menu jQuery plugin for Twitter Bootstrap 3 * Easy menu jQuery plugin for Twitter Bootstrap 3
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
"scripts": { "scripts": {
"postinstall": "bower install", "postinstall": "bower install",
"prestart": "npm install", "prestart": "npm install",
"start": "http-server app/ -a localhost -p 8000 -c-1", "start": "http-server app/ -a localhost -p 8080 -c-1",
"pretest": "npm install", "pretest": "npm install",
"test": "karma start karma.conf.js", "test": "karma start karma.conf.js",
"test-single-run": "karma start karma.conf.js --single-run", "test-single-run": "karma start karma.conf.js --single-run",
......
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