Details improvements

This commit is contained in:
2017-01-13 09:15:15 -05:00
parent 9d0524dd72
commit 3ee9c11666
75 changed files with 21884 additions and 112 deletions
+54 -31
View File
@@ -19,6 +19,14 @@ footer {
.home .blogarchive {
padding-top: 20px; }
.top-buffer {
margin-top: 20px; }
.detail-actions > a, .detail-actions > form > button {
margin-top: 20px;
float: left;
clear: left; }
.banner-link {
white-space: normal;
padding: 20px;
@@ -56,37 +64,32 @@ a.banner-link:hover {
.headline-icon.headline-icon-list h1:after {
content: "\e012"; }
.status:after {
font-family: "Glyphicons Halflings";
font-size: .8em;
padding-left: 5px; }
.status.status-pending {
color: #f0ad4e; }
.status.status-pending:after {
content: "\e023"; }
.status.status-complete {
color: #337ab7; }
.status.status-complete:after {
content: "\e084"; }
.status.status-exception {
color: #a94442; }
.status.status-exception:after {
content: "\e101"; }
.status.status-running, .status.status-starting, .status.status-finishing {
color: #3c763d; }
.status.status-running:after {
content: "\e089"; }
.status.status-starting:after {
content: "\e026"; }
.status.status-finishing:after {
content: "\e027"; }
.status {
white-space: nowrap; }
.status:after {
font-family: "Glyphicons Halflings";
font-size: .8em;
padding-left: 5px; }
.status.status-pending {
color: #f0ad4e; }
.status.status-pending:after {
content: "\e023"; }
.status.status-complete {
color: #337ab7; }
.status.status-complete:after {
content: "\e084"; }
.status.status-exception {
color: #a94442; }
.status.status-exception:after {
content: "\e101"; }
.status.status-running, .status.status-starting, .status.status-finishing {
color: #3c763d; }
.status.status-running:after {
content: "\e089"; }
.status.status-starting:after {
content: "\e026"; }
.status.status-finishing:after {
content: "\e027"; }
#chart {
padding-top: 20px; }
@@ -139,3 +142,23 @@ form .validation-summary-errors ul {
.toggle {
width: 15px; }
.dropdown-menu li form .btn-link {
display: block;
color: #333333;
clear: both;
float: left;
font-size: 1rem;
font-weight: normal;
line-height: 1.42857;
min-width: 160px;
padding: 3px 20px;
text-align: left;
white-space: nowrap; }
.dropdown-menu li form .btn-link:focus, .dropdown-menu li form .btn-link:hover {
text-decoration: none;
color: #262626;
background-color: #f5f5f5; }
.divider-right {
border-right: 1px dashed #333; }