Browse Source

Compile css

Denis K 9 years ago
parent
commit
8dc48d7144

+ 41 - 7
jet/static/jet/css/themes/default/base.css

@@ -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 {

File diff suppressed because it is too large
+ 0 - 0
jet/static/jet/css/themes/default/base.css.map


+ 41 - 7
jet/static/jet/css/themes/green/base.css

@@ -674,7 +674,6 @@ a:hover {
   background: white;
   border-collapse: collapse;
   border-radius: 4px;
-  box-shadow: 0 2px 0 0 #cceae4;
   margin-bottom: 2px;
   overflow-x: auto;
   width: 100%; }
@@ -754,9 +753,10 @@ a:hover {
     border-bottom: 1px solid #f5f3f4; }
     .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; }
@@ -3018,6 +3018,7 @@ input[type=checkbox] {
 #changelist .results {
   overflow-x: auto; }
 #changelist table {
+  box-shadow: 0 2px 0 0 #cceae4;
   width: 100%; }
 #changelist .changelist-footer {
   margin-top: 20px;
@@ -3040,6 +3041,7 @@ input[type=checkbox] {
       display: none; }
 
 table#change-history {
+  box-shadow: 0 2px 0 0 #cceae4;
   width: 100%; }
 
 /*
@@ -5023,7 +5025,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 {
@@ -5070,6 +5073,11 @@ ul.object-tools {
       border-radius: 4px;
       box-shadow: 0 2px 0 0 #cceae4;
       overflow: hidden; }
+      .dashboard-item-content.contrast {
+        background: #3c706b;
+        color: white; }
+        .dashboard-item-content.contrast .loading-indicator {
+          color: white; }
       .dashboard-item-content ul:not(.inline) li {
         border-bottom: 1px solid #f5f3f4;
         font-size: 13px;
@@ -5097,19 +5105,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 #cceae4;
+          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: #7FB1DC; }
+      .dashboard-item-content .dim {
+        color: #cceae4; }
+      .dashboard-item-content canvas .chart-fillColor {
+        color: rgba(68, 183, 139, 0.25); }
+      .dashboard-item-content canvas .chart-strokeColor {
+        color: #44b78b; }
+      .dashboard-item-content canvas .chart-pointColor {
+        color: white; }
+      .dashboard-item-content canvas .chart-pointHighlightFill {
+        color: #44b78b; }
+      .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: white; }
     .dashboard-item-collapse .icon-arrow-up {
       display: inline; }
     .dashboard-item-collapse .icon-arrow-down {

File diff suppressed because it is too large
+ 0 - 0
jet/static/jet/css/themes/green/base.css.map


Some files were not shown because too many files changed in this diff