|
@@ -643,7 +643,6 @@ a:hover {
|
|
|
background: #fff;
|
|
|
border-collapse: collapse;
|
|
|
border-radius: 4px;
|
|
|
- box-shadow: 0 2px 0 0 #d0dbe6;
|
|
|
margin-bottom: 2px;
|
|
|
overflow-x: auto;
|
|
|
width: 100%; }
|
|
@@ -723,9 +722,10 @@ a:hover {
|
|
|
border-bottom: 1px solid #f4f4f4; }
|
|
|
.table tbody tr:last-child, #changelist table tbody tr:last-child, table#change-history tbody tr:last-child {
|
|
|
border-bottom: 0; }
|
|
|
+ .table tbody tr th, #changelist table tbody tr th, table#change-history tbody tr th {
|
|
|
+ text-align: left; }
|
|
|
.table tbody tr th, #changelist table tbody tr th, table#change-history tbody tr th, .table tbody tr td, #changelist table tbody tr td, table#change-history tbody tr td {
|
|
|
padding: 8px;
|
|
|
- text-align: left;
|
|
|
font-size: 13px; }
|
|
|
.table tbody tr th.action-checkbox, #changelist table tbody tr th.action-checkbox, table#change-history tbody tr th.action-checkbox, .table tbody tr td.action-checkbox, #changelist table tbody tr td.action-checkbox, table#change-history tbody tr td.action-checkbox {
|
|
|
text-align: center; }
|
|
@@ -2987,6 +2987,7 @@ input[type=checkbox] {
|
|
|
#changelist .results {
|
|
|
overflow-x: auto; }
|
|
|
#changelist table {
|
|
|
+ box-shadow: 0 2px 0 0 #d0dbe6;
|
|
|
width: 100%; }
|
|
|
#changelist .changelist-footer {
|
|
|
margin-top: 20px;
|
|
@@ -3009,6 +3010,7 @@ input[type=checkbox] {
|
|
|
display: none; }
|
|
|
|
|
|
table#change-history {
|
|
|
+ box-shadow: 0 2px 0 0 #d0dbe6;
|
|
|
width: 100%; }
|
|
|
|
|
|
/*
|
|
@@ -4992,7 +4994,8 @@ ul.object-tools {
|
|
|
min-height: 100px;
|
|
|
border-radius: 4px; }
|
|
|
.dashboard-column-wrapper {
|
|
|
- float: left; }
|
|
|
+ float: left;
|
|
|
+ min-width: 200px; }
|
|
|
.dashboard-column.first {
|
|
|
margin-left: 0; }
|
|
|
.dashboard-column.active {
|
|
@@ -5039,6 +5042,11 @@ ul.object-tools {
|
|
|
border-radius: 4px;
|
|
|
box-shadow: 0 2px 0 0 #d0dbe6;
|
|
|
overflow: hidden; }
|
|
|
+ .dashboard-item-content.contrast {
|
|
|
+ background: #59677e;
|
|
|
+ color: #fff; }
|
|
|
+ .dashboard-item-content.contrast .loading-indicator {
|
|
|
+ color: #fff; }
|
|
|
.dashboard-item-content ul:not(.inline) li {
|
|
|
border-bottom: 1px solid #f4f4f4;
|
|
|
font-size: 13px;
|
|
@@ -5066,19 +5074,45 @@ ul.object-tools {
|
|
|
.dashboard-item-content ul:not(.inline) li .warning {
|
|
|
color: #c14747; }
|
|
|
.dashboard-item-content ul.inline {
|
|
|
- display: inline; }
|
|
|
+ display: inline-block; }
|
|
|
.dashboard-item-content ul.inline li {
|
|
|
- display: inline;
|
|
|
- margin-left: 10px;
|
|
|
- line-height: 30px; }
|
|
|
+ display: inline-block;
|
|
|
+ margin-left: 10px; }
|
|
|
.dashboard-item-content ul.inline li:first-child {
|
|
|
margin-left: 0; }
|
|
|
.dashboard-item-content ul.inline li .nowrap {
|
|
|
white-space: nowrap; }
|
|
|
+ .dashboard-item-content ul.inline.bordered li {
|
|
|
+ border-left: 1px solid #d0dbe6;
|
|
|
+ margin-left: 0;
|
|
|
+ padding: 0 10px; }
|
|
|
+ .dashboard-item-content ul.inline.bordered li:first-child {
|
|
|
+ border-left: 0; }
|
|
|
.dashboard-item-content .padding {
|
|
|
padding: 10px; }
|
|
|
.dashboard-item-content .center {
|
|
|
text-align: center; }
|
|
|
+ .dashboard-item-content .big {
|
|
|
+ font-size: 20px;
|
|
|
+ font-weight: bold; }
|
|
|
+ .dashboard-item-content .highlight {
|
|
|
+ color: #47bac1; }
|
|
|
+ .dashboard-item-content .dim {
|
|
|
+ color: #d0dbe6; }
|
|
|
+ .dashboard-item-content canvas .chart-fillColor {
|
|
|
+ color: rgba(99, 154, 245, 0.25); }
|
|
|
+ .dashboard-item-content canvas .chart-strokeColor {
|
|
|
+ color: #639af5; }
|
|
|
+ .dashboard-item-content canvas .chart-pointColor {
|
|
|
+ color: #fff; }
|
|
|
+ .dashboard-item-content canvas .chart-pointHighlightFill {
|
|
|
+ color: #639af5; }
|
|
|
+ .dashboard-item-content canvas .chart-scaleGridLineColor {
|
|
|
+ color: rgba(0, 0, 0, 0.1); }
|
|
|
+ .dashboard-item-content canvas .chart-scaleLineColor {
|
|
|
+ color: rgba(0, 0, 0, 0.1); }
|
|
|
+ .dashboard-item-content canvas .chart-scaleFontColor {
|
|
|
+ color: #fff; }
|
|
|
.dashboard-item-collapse .icon-arrow-up {
|
|
|
display: inline; }
|
|
|
.dashboard-item-collapse .icon-arrow-down {
|