Skip to content

merge modifications #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/css/main.min.css

Large diffs are not rendered by default.

90 changes: 73 additions & 17 deletions public/src/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ margin-left: 0;
}

.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
background-color: #cfe3f4;
background-color: #e6e8ec;
/*cfe3f4*/
}
.navbar { min-height: 64px; }
Expand All @@ -116,7 +116,7 @@ margin-left: 0;
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: #373D42;}

.navbar-default {
background-color: #1d71b8;
background-color: #012060;
margin: 0;
border: 0;
}
Expand Down Expand Up @@ -167,7 +167,7 @@ margin-left: 0;
}

.navbar-form .form-control {
background-color: #1d71b8;
background-color: #012060;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
Expand Down Expand Up @@ -217,7 +217,7 @@ margin-left: 0;
.status {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: #345672;
background-color: #ffffff12;
border-radius: 3px;
margin: 15px 0;
padding: 8px 10px;
Expand Down Expand Up @@ -270,17 +270,21 @@ margin-left: 0;
}

.block-id {
background-color: #373D42;
background-color: #012060;
border: 3px solid #FFFFFF;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
margin: 0 auto;
width: 165px;
color: #fff;
text-align: center;
}

.block-id span {
font-size: 40px;
margin: 30px 0;
color: #FFFFFF;
font-size: 18px;
margin: 10px 0;
}

.block-id h2 {
Expand All @@ -296,6 +300,7 @@ margin-left: 0;
color: #FFFFFF;
font-size: 35px;
margin-top: 10px;
margin-bottom: 10px;
}

.icon-block h3 {
Expand All @@ -317,8 +322,8 @@ margin-left: 0;
border-radius: 2px;
}
.btn-primary {
background-color: #1d71b8;
border: 2px solid #1d71b8;
background-color: #008de4;
border: 2px solid #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
Expand Down Expand Up @@ -364,7 +369,7 @@ margin-left: 0;
}

.txvalues-primary {
background-color: #1d71b8;
background-color: #8a8a8a;
}

.txvalues-default {
Expand All @@ -373,7 +378,7 @@ margin-left: 0;
}

.txvalues-success {
background-color: #2FA4D7;
background-color: #01215f;
}

.txvalues-danger {
Expand All @@ -387,11 +392,11 @@ margin-left: 0;
font-size: 14px;
font-weight: normal;
}
.progress-bar-info { background-color: #1d71b8; }
.progress-bar-info { background-color: #008de4; }

/* Set the fixed height of the footer here */
#footer {
background-color: #373D42;
background-color: #111921;
color: #fff;
height: 51px;
overflow: hidden;
Expand All @@ -407,7 +412,11 @@ margin-left: 0;
color: #fffffe;
}

#footer a.insight small { font-size: 11px; }
#footer a.insight small {
font-size: 11px;
margin-right: 2px;
}

.line-footer { border-top: 2px dashed #ccc; }

#footer .links {
Expand Down Expand Up @@ -739,7 +748,7 @@ a.v_highlight_more {
margin: 15px 0;
}
.block-id span {
font-size: 24px;
font-size: 18px;
margin: 10px 0;
}
.icon-block {
Expand All @@ -762,8 +771,8 @@ a.v_highlight_more {
font-size: 40px;
}
.navbar-default .navbar-nav>li>a {
padding-left: 15px;
padding-right: 15px;
padding-left: 13px;
padding-right: 13px;
}
}

Expand Down Expand Up @@ -856,3 +865,50 @@ a.v_highlight_more {
.uib-day button, .uib-month button, .uib-year button {
min-width: 100%;
}

/* Dash rebrand, 2018-05-28 */
a {
color: #008de4;
}

.btn-info {
background-color: #008de4;
border-color: #ffffff
}

.btn-info:hover {
background-color: #0478c3;
border-color: #ffffff
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
background-color: #008de4;
border-color: #46b8da;
}

.btn-info .badge {
color: #008de4;
background-color: #ffffff;
}

.label-info {
background-color: #008de4;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
color: #333;
background-color: #fff;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
color: #cfe3f4;
background-color: transparent;
}
69 changes: 0 additions & 69 deletions public/src/css/dash.css

This file was deleted.