Browse Source

Compile static

Denis K 9 years ago
parent
commit
395eb21b8b
26 changed files with 240 additions and 121 deletions
  1. 54 49
      jet/static/jet/css/icons/style.css
  2. 31 12
      jet/static/jet/css/themes/default/base.css
  3. 0 0
      jet/static/jet/css/themes/default/base.css.map
  4. 0 0
      jet/static/jet/css/themes/default/jquery-ui.theme.css.map
  5. 0 0
      jet/static/jet/css/themes/default/select2.theme.css.map
  6. 31 12
      jet/static/jet/css/themes/green/base.css
  7. 0 0
      jet/static/jet/css/themes/green/base.css.map
  8. 0 0
      jet/static/jet/css/themes/green/jquery-ui.theme.css.map
  9. 0 0
      jet/static/jet/css/themes/green/select2.theme.css.map
  10. 31 12
      jet/static/jet/css/themes/light-blue/base.css
  11. 0 0
      jet/static/jet/css/themes/light-blue/base.css.map
  12. 0 0
      jet/static/jet/css/themes/light-blue/jquery-ui.theme.css.map
  13. 0 0
      jet/static/jet/css/themes/light-blue/select2.theme.css.map
  14. 31 12
      jet/static/jet/css/themes/light-gray/base.css
  15. 0 0
      jet/static/jet/css/themes/light-gray/base.css.map
  16. 0 0
      jet/static/jet/css/themes/light-gray/jquery-ui.theme.css.map
  17. 0 0
      jet/static/jet/css/themes/light-gray/select2.theme.css.map
  18. 31 12
      jet/static/jet/css/themes/light-green/base.css
  19. 0 0
      jet/static/jet/css/themes/light-green/base.css.map
  20. 0 0
      jet/static/jet/css/themes/light-green/jquery-ui.theme.css.map
  21. 0 0
      jet/static/jet/css/themes/light-green/select2.theme.css.map
  22. 31 12
      jet/static/jet/css/themes/light-violet/base.css
  23. 0 0
      jet/static/jet/css/themes/light-violet/base.css.map
  24. 0 0
      jet/static/jet/css/themes/light-violet/jquery-ui.theme.css.map
  25. 0 0
      jet/static/jet/css/themes/light-violet/select2.theme.css.map
  26. 0 0
      jet/static/jet/js/main.min.js

+ 54 - 49
jet/static/jet/css/icons/style.css

@@ -1,118 +1,123 @@
 @font-face {
-	font-family: 'jet-icons';
-	src:url('fonts/jet-icons.eot?-lem1jo');
-	src:url('fonts/jet-icons.eot?#iefix-lem1jo') format('embedded-opentype'),
-		url('fonts/jet-icons.ttf?-lem1jo') format('truetype'),
-		url('fonts/jet-icons.woff?-lem1jo') format('woff'),
-		url('fonts/jet-icons.svg?-lem1jo#jet-icons') format('svg');
-	font-weight: normal;
-	font-style: normal;
+    font-family: 'jet-icons';
+    src:    url('fonts/jet-icons.eot?2orr6h');
+    src:    url('fonts/jet-icons.eot?2orr6h#iefix') format('embedded-opentype'),
+        url('fonts/jet-icons.ttf?2orr6h') format('truetype'),
+        url('fonts/jet-icons.woff?2orr6h') format('woff'),
+        url('fonts/jet-icons.svg?2orr6h#jet-icons') format('svg');
+    font-weight: normal;
+    font-style: normal;
 }
 
 [class^="icon-"], [class*=" icon-"] {
-	font-family: 'jet-icons';
-	speak: none;
-	font-style: normal;
-	font-weight: normal;
-	font-variant: normal;
-	text-transform: none;
-	line-height: 1;
+    /* use !important to prevent issues with browser extensions that change fonts */
+    font-family: 'jet-icons' !important;
+    speak: none;
+    font-style: normal;
+    font-weight: normal;
+    font-variant: normal;
+    text-transform: none;
+    line-height: 1;
 
-	/* Better Font Rendering =========== */
-	-webkit-font-smoothing: antialiased;
-	-moz-osx-font-smoothing: grayscale;
+    /* Better Font Rendering =========== */
+    -webkit-font-smoothing: antialiased;
+    -moz-osx-font-smoothing: grayscale;
 }
 
+.icon-order:before {
+    content: "\e901";
+}
 .icon-reset:before {
-	content: "\e61e";
+    content: "\e61e";
 }
 .icon-search:before {
-	content: "\e61d";
+    content: "\e61d";
 }
 .icon-user:before {
-	content: "\e61c";
+    content: "\e61c";
 }
 .icon-jet:before {
-	content: "\e61b";
+    content: "\e61b";
 }
 .icon-refresh:before {
-	content: "\e61a";
+    content: "\e61a";
 }
 .icon-grid:before {
-	content: "\e619";
+    content: "\e619";
 }
 .icon-star:before {
-	content: "\e618";
+    content: "\e618";
 }
 .icon-pin:before {
-	content: "\e617";
+    content: "\e617";
 }
 .icon-new:before {
-	content: "\e616";
+    content: "\e616";
 }
 .icon-edit:before {
-	content: "\e615";
+    content: "\e615";
 }
 .icon-clock:before {
-	content: "\e611";
+    content: "\e611";
 }
 .icon-calendar:before {
-	content: "\e612";
+    content: "\e612";
 }
 .icon-book:before {
-	content: "\e60d";
+    content: "\e60d";
 }
 .icon-open-external:before {
-	content: "\e60e";
+    content: "\e60e";
 }
 .icon-data:before {
-	content: "\e60f";
+    content: "\e60f";
 }
 .icon-question:before {
-	content: "\e613";
+    content: "\e613";
 }
 .icon-tick:before {
-	content: "\e614";
+    content: "\e614";
 }
 .icon-cross:before {
-	content: "\e610";
+    content: "\e610";
 }
 .icon-key:before {
-	content: "\e60c";
+    content: "\e60c";
 }
 .icon-arrow-right:before {
-	content: "\e60b";
+    content: "\e60b";
 }
 .icon-arrow-left:before {
-	content: "\e60a";
+    content: "\e60a";
 }
 .icon-arrow-down:before {
-	content: "\e608";
+    content: "\e608";
 }
 .icon-arrow-up:before {
-	content: "\e609";
+    content: "\e609";
 }
 .icon-checkbox-outline:before {
-	content: "\e607";
+    content: "\e607";
 }
 .icon-remove:before {
-	content: "\e600";
+    content: "\e600";
 }
 .icon-add2:before {
-	content: "\e601";
+    content: "\e601";
 }
 .icon-exit:before {
-	content: "\e602";
+    content: "\e602";
 }
 .icon-add:before {
-	content: "\e603";
+    content: "\e603";
 }
 .icon-add3:before {
-	content: "\e604";
+    content: "\e604";
 }
 .icon-expand:before {
-	content: "\e605";
+    content: "\e605";
 }
 .icon-checkbox:before {
-	content: "\e606";
+    content: "\e606";
 }
+

+ 31 - 12
jet/static/jet/css/themes/default/base.css

@@ -2000,9 +2000,17 @@ a:hover {
         float: right;
         color: #47bac1;
         font-size: 24px;
-        line-height: 30px !important; }
+        line-height: 30px !important;
+        -webkit-transition: color 0.3s;
+        -moz-transition: color 0.3s;
+        -o-transition: color 0.3s;
+        transition: color 0.3s; }
     .top-user-tools.opened .top-user-tools-welcome-msg-arrow {
-      color: #ecf2f6; }
+      color: #ecf2f6;
+      -webkit-transform: rotate(180deg);
+      -moz-transform: rotate(180deg);
+      -o-transform: rotate(180deg);
+      transform: rotate(180deg); }
     .top-user-tools-contrast-block {
       display: none;
       padding: 8px 14px;
@@ -3455,6 +3463,8 @@ table#change-history {
 .fill_width {
   width: 100% !important; }
 
+.module-separator {
+  height: 1em; }
 .module .form-row {
   padding: 6px 0;
   overflow: hidden; }
@@ -3467,6 +3477,8 @@ table#change-history {
     .module .form-row label + p {
       padding-top: 6px;
       margin: 4px 0 4px 160px; }
+  .module .form-row br {
+    clear: both; }
   .module .form-row.errors label {
     color: #c14747; }
   .module .form-row .checkbox-row label {
@@ -3524,6 +3536,17 @@ table#change-history {
       padding: 0;
       width: auto;
       margin-left: 10px; }
+.module.aligned {
+  background-color: #fff;
+  border-radius: 4px;
+  padding: 20px; }
+  .module.aligned ul label {
+    display: inline;
+    float: none;
+    width: auto; }
+  .module.aligned ul {
+    margin: 0 0 0 160px;
+    padding: 0; }
 
 .submit-row {
   padding: 20px 0; }
@@ -3567,14 +3590,8 @@ table#change-history {
       display: none; }
       .changeform-tabs ~ .module .stacked.inline-related.selected {
         display: block; }
-  .changeform .module {
-    padding: 0;
-    background: none;
-    border-radius: 0; }
-    .changeform .module .form-row .select2 {
-      max-width: 586px; }
-  .changeform .aligned {
-    padding: 20px 20px 0 20px; }
+  .changeform .module .form-row .select2 {
+    max-width: 586px; }
   .changeform .inline-group .errornote {
     color: #c14747;
     margin: 0;
@@ -4776,10 +4793,12 @@ table#change-history {
   font-size: 12px; }
 
 .changeform-object-tools {
-  text-align: right; }
+  text-align: right;
+  overflow: auto; }
 
 ul.object-tools {
-  margin-bottom: 20px !important; }
+  margin-bottom: 20px !important;
+  float: right; }
   ul.object-tools li {
     margin-top: 10px;
     text-align: right; }

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


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


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


+ 31 - 12
jet/static/jet/css/themes/green/base.css

@@ -2031,9 +2031,17 @@ a:hover {
         float: right;
         color: #44b78b;
         font-size: 24px;
-        line-height: 30px !important; }
+        line-height: 30px !important;
+        -webkit-transition: color 0.3s;
+        -moz-transition: color 0.3s;
+        -o-transition: color 0.3s;
+        transition: color 0.3s; }
     .top-user-tools.opened .top-user-tools-welcome-msg-arrow {
-      color: #eff6f5; }
+      color: #eff6f5;
+      -webkit-transform: rotate(180deg);
+      -moz-transform: rotate(180deg);
+      -o-transform: rotate(180deg);
+      transform: rotate(180deg); }
     .top-user-tools-contrast-block {
       display: none;
       padding: 8px 14px;
@@ -3486,6 +3494,8 @@ table#change-history {
 .fill_width {
   width: 100% !important; }
 
+.module-separator {
+  height: 1em; }
 .module .form-row {
   padding: 6px 0;
   overflow: hidden; }
@@ -3498,6 +3508,8 @@ table#change-history {
     .module .form-row label + p {
       padding-top: 6px;
       margin: 4px 0 4px 160px; }
+  .module .form-row br {
+    clear: both; }
   .module .form-row.errors label {
     color: #c14747; }
   .module .form-row .checkbox-row label {
@@ -3555,6 +3567,17 @@ table#change-history {
       padding: 0;
       width: auto;
       margin-left: 10px; }
+.module.aligned {
+  background-color: #fff;
+  border-radius: 4px;
+  padding: 20px; }
+  .module.aligned ul label {
+    display: inline;
+    float: none;
+    width: auto; }
+  .module.aligned ul {
+    margin: 0 0 0 160px;
+    padding: 0; }
 
 .submit-row {
   padding: 20px 0; }
@@ -3598,14 +3621,8 @@ table#change-history {
       display: none; }
       .changeform-tabs ~ .module .stacked.inline-related.selected {
         display: block; }
-  .changeform .module {
-    padding: 0;
-    background: none;
-    border-radius: 0; }
-    .changeform .module .form-row .select2 {
-      max-width: 586px; }
-  .changeform .aligned {
-    padding: 20px 20px 0 20px; }
+  .changeform .module .form-row .select2 {
+    max-width: 586px; }
   .changeform .inline-group .errornote {
     color: #c14747;
     margin: 0;
@@ -4807,10 +4824,12 @@ table#change-history {
   font-size: 12px; }
 
 .changeform-object-tools {
-  text-align: right; }
+  text-align: right;
+  overflow: auto; }
 
 ul.object-tools {
-  margin-bottom: 20px !important; }
+  margin-bottom: 20px !important;
+  float: right; }
   ul.object-tools li {
     margin-top: 10px;
     text-align: right; }

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


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


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


+ 31 - 12
jet/static/jet/css/themes/light-blue/base.css

@@ -2031,9 +2031,17 @@ a:hover {
         float: right;
         color: #78ACE3;
         font-size: 24px;
-        line-height: 30px !important; }
+        line-height: 30px !important;
+        -webkit-transition: color 0.3s;
+        -moz-transition: color 0.3s;
+        -o-transition: color 0.3s;
+        transition: color 0.3s; }
     .top-user-tools.opened .top-user-tools-welcome-msg-arrow {
-      color: #81c5f0; }
+      color: #81c5f0;
+      -webkit-transform: rotate(180deg);
+      -moz-transform: rotate(180deg);
+      -o-transform: rotate(180deg);
+      transform: rotate(180deg); }
     .top-user-tools-contrast-block {
       display: none;
       padding: 8px 14px;
@@ -3486,6 +3494,8 @@ table#change-history {
 .fill_width {
   width: 100% !important; }
 
+.module-separator {
+  height: 1em; }
 .module .form-row {
   padding: 6px 0;
   overflow: hidden; }
@@ -3498,6 +3508,8 @@ table#change-history {
     .module .form-row label + p {
       padding-top: 6px;
       margin: 4px 0 4px 160px; }
+  .module .form-row br {
+    clear: both; }
   .module .form-row.errors label {
     color: #c7254e; }
   .module .form-row .checkbox-row label {
@@ -3555,6 +3567,17 @@ table#change-history {
       padding: 0;
       width: auto;
       margin-left: 10px; }
+.module.aligned {
+  background-color: #fff;
+  border-radius: 4px;
+  padding: 20px; }
+  .module.aligned ul label {
+    display: inline;
+    float: none;
+    width: auto; }
+  .module.aligned ul {
+    margin: 0 0 0 160px;
+    padding: 0; }
 
 .submit-row {
   padding: 20px 0; }
@@ -3598,14 +3621,8 @@ table#change-history {
       display: none; }
       .changeform-tabs ~ .module .stacked.inline-related.selected {
         display: block; }
-  .changeform .module {
-    padding: 0;
-    background: none;
-    border-radius: 0; }
-    .changeform .module .form-row .select2 {
-      max-width: 586px; }
-  .changeform .aligned {
-    padding: 20px 20px 0 20px; }
+  .changeform .module .form-row .select2 {
+    max-width: 586px; }
   .changeform .inline-group .errornote {
     color: #c7254e;
     margin: 0;
@@ -4807,10 +4824,12 @@ table#change-history {
   font-size: 12px; }
 
 .changeform-object-tools {
-  text-align: right; }
+  text-align: right;
+  overflow: auto; }
 
 ul.object-tools {
-  margin-bottom: 20px !important; }
+  margin-bottom: 20px !important;
+  float: right; }
   ul.object-tools li {
     margin-top: 10px;
     text-align: right; }

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


File diff suppressed because it is too large
+ 0 - 0
jet/static/jet/css/themes/light-blue/jquery-ui.theme.css.map


File diff suppressed because it is too large
+ 0 - 0
jet/static/jet/css/themes/light-blue/select2.theme.css.map


+ 31 - 12
jet/static/jet/css/themes/light-gray/base.css

@@ -2031,9 +2031,17 @@ a:hover {
         float: right;
         color: #79A7D8;
         font-size: 24px;
-        line-height: 30px !important; }
+        line-height: 30px !important;
+        -webkit-transition: color 0.3s;
+        -moz-transition: color 0.3s;
+        -o-transition: color 0.3s;
+        transition: color 0.3s; }
     .top-user-tools.opened .top-user-tools-welcome-msg-arrow {
-      color: #8b9cb3; }
+      color: #8b9cb3;
+      -webkit-transform: rotate(180deg);
+      -moz-transform: rotate(180deg);
+      -o-transform: rotate(180deg);
+      transform: rotate(180deg); }
     .top-user-tools-contrast-block {
       display: none;
       padding: 8px 14px;
@@ -3486,6 +3494,8 @@ table#change-history {
 .fill_width {
   width: 100% !important; }
 
+.module-separator {
+  height: 1em; }
 .module .form-row {
   padding: 6px 0;
   overflow: hidden; }
@@ -3498,6 +3508,8 @@ table#change-history {
     .module .form-row label + p {
       padding-top: 6px;
       margin: 4px 0 4px 160px; }
+  .module .form-row br {
+    clear: both; }
   .module .form-row.errors label {
     color: #c7254e; }
   .module .form-row .checkbox-row label {
@@ -3555,6 +3567,17 @@ table#change-history {
       padding: 0;
       width: auto;
       margin-left: 10px; }
+.module.aligned {
+  background-color: #fff;
+  border-radius: 4px;
+  padding: 20px; }
+  .module.aligned ul label {
+    display: inline;
+    float: none;
+    width: auto; }
+  .module.aligned ul {
+    margin: 0 0 0 160px;
+    padding: 0; }
 
 .submit-row {
   padding: 20px 0; }
@@ -3598,14 +3621,8 @@ table#change-history {
       display: none; }
       .changeform-tabs ~ .module .stacked.inline-related.selected {
         display: block; }
-  .changeform .module {
-    padding: 0;
-    background: none;
-    border-radius: 0; }
-    .changeform .module .form-row .select2 {
-      max-width: 586px; }
-  .changeform .aligned {
-    padding: 20px 20px 0 20px; }
+  .changeform .module .form-row .select2 {
+    max-width: 586px; }
   .changeform .inline-group .errornote {
     color: #c7254e;
     margin: 0;
@@ -4807,10 +4824,12 @@ table#change-history {
   font-size: 12px; }
 
 .changeform-object-tools {
-  text-align: right; }
+  text-align: right;
+  overflow: auto; }
 
 ul.object-tools {
-  margin-bottom: 20px !important; }
+  margin-bottom: 20px !important;
+  float: right; }
   ul.object-tools li {
     margin-top: 10px;
     text-align: right; }

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


File diff suppressed because it is too large
+ 0 - 0
jet/static/jet/css/themes/light-gray/jquery-ui.theme.css.map


File diff suppressed because it is too large
+ 0 - 0
jet/static/jet/css/themes/light-gray/select2.theme.css.map


+ 31 - 12
jet/static/jet/css/themes/light-green/base.css

@@ -2031,9 +2031,17 @@ a:hover {
         float: right;
         color: #2faa60;
         font-size: 24px;
-        line-height: 30px !important; }
+        line-height: 30px !important;
+        -webkit-transition: color 0.3s;
+        -moz-transition: color 0.3s;
+        -o-transition: color 0.3s;
+        transition: color 0.3s; }
     .top-user-tools.opened .top-user-tools-welcome-msg-arrow {
-      color: #beebdb; }
+      color: #beebdb;
+      -webkit-transform: rotate(180deg);
+      -moz-transform: rotate(180deg);
+      -o-transform: rotate(180deg);
+      transform: rotate(180deg); }
     .top-user-tools-contrast-block {
       display: none;
       padding: 8px 14px;
@@ -3486,6 +3494,8 @@ table#change-history {
 .fill_width {
   width: 100% !important; }
 
+.module-separator {
+  height: 1em; }
 .module .form-row {
   padding: 6px 0;
   overflow: hidden; }
@@ -3498,6 +3508,8 @@ table#change-history {
     .module .form-row label + p {
       padding-top: 6px;
       margin: 4px 0 4px 160px; }
+  .module .form-row br {
+    clear: both; }
   .module .form-row.errors label {
     color: #c7254e; }
   .module .form-row .checkbox-row label {
@@ -3555,6 +3567,17 @@ table#change-history {
       padding: 0;
       width: auto;
       margin-left: 10px; }
+.module.aligned {
+  background-color: #fff;
+  border-radius: 4px;
+  padding: 20px; }
+  .module.aligned ul label {
+    display: inline;
+    float: none;
+    width: auto; }
+  .module.aligned ul {
+    margin: 0 0 0 160px;
+    padding: 0; }
 
 .submit-row {
   padding: 20px 0; }
@@ -3598,14 +3621,8 @@ table#change-history {
       display: none; }
       .changeform-tabs ~ .module .stacked.inline-related.selected {
         display: block; }
-  .changeform .module {
-    padding: 0;
-    background: none;
-    border-radius: 0; }
-    .changeform .module .form-row .select2 {
-      max-width: 586px; }
-  .changeform .aligned {
-    padding: 20px 20px 0 20px; }
+  .changeform .module .form-row .select2 {
+    max-width: 586px; }
   .changeform .inline-group .errornote {
     color: #c7254e;
     margin: 0;
@@ -4807,10 +4824,12 @@ table#change-history {
   font-size: 12px; }
 
 .changeform-object-tools {
-  text-align: right; }
+  text-align: right;
+  overflow: auto; }
 
 ul.object-tools {
-  margin-bottom: 20px !important; }
+  margin-bottom: 20px !important;
+  float: right; }
   ul.object-tools li {
     margin-top: 10px;
     text-align: right; }

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


File diff suppressed because it is too large
+ 0 - 0
jet/static/jet/css/themes/light-green/jquery-ui.theme.css.map


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


+ 31 - 12
jet/static/jet/css/themes/light-violet/base.css

@@ -2031,9 +2031,17 @@ a:hover {
         float: right;
         color: #79A7D8;
         font-size: 24px;
-        line-height: 30px !important; }
+        line-height: 30px !important;
+        -webkit-transition: color 0.3s;
+        -moz-transition: color 0.3s;
+        -o-transition: color 0.3s;
+        transition: color 0.3s; }
     .top-user-tools.opened .top-user-tools-welcome-msg-arrow {
-      color: #c8beeb; }
+      color: #c8beeb;
+      -webkit-transform: rotate(180deg);
+      -moz-transform: rotate(180deg);
+      -o-transform: rotate(180deg);
+      transform: rotate(180deg); }
     .top-user-tools-contrast-block {
       display: none;
       padding: 8px 14px;
@@ -3486,6 +3494,8 @@ table#change-history {
 .fill_width {
   width: 100% !important; }
 
+.module-separator {
+  height: 1em; }
 .module .form-row {
   padding: 6px 0;
   overflow: hidden; }
@@ -3498,6 +3508,8 @@ table#change-history {
     .module .form-row label + p {
       padding-top: 6px;
       margin: 4px 0 4px 160px; }
+  .module .form-row br {
+    clear: both; }
   .module .form-row.errors label {
     color: #c7254e; }
   .module .form-row .checkbox-row label {
@@ -3555,6 +3567,17 @@ table#change-history {
       padding: 0;
       width: auto;
       margin-left: 10px; }
+.module.aligned {
+  background-color: #fff;
+  border-radius: 4px;
+  padding: 20px; }
+  .module.aligned ul label {
+    display: inline;
+    float: none;
+    width: auto; }
+  .module.aligned ul {
+    margin: 0 0 0 160px;
+    padding: 0; }
 
 .submit-row {
   padding: 20px 0; }
@@ -3598,14 +3621,8 @@ table#change-history {
       display: none; }
       .changeform-tabs ~ .module .stacked.inline-related.selected {
         display: block; }
-  .changeform .module {
-    padding: 0;
-    background: none;
-    border-radius: 0; }
-    .changeform .module .form-row .select2 {
-      max-width: 586px; }
-  .changeform .aligned {
-    padding: 20px 20px 0 20px; }
+  .changeform .module .form-row .select2 {
+    max-width: 586px; }
   .changeform .inline-group .errornote {
     color: #c7254e;
     margin: 0;
@@ -4807,10 +4824,12 @@ table#change-history {
   font-size: 12px; }
 
 .changeform-object-tools {
-  text-align: right; }
+  text-align: right;
+  overflow: auto; }
 
 ul.object-tools {
-  margin-bottom: 20px !important; }
+  margin-bottom: 20px !important;
+  float: right; }
   ul.object-tools li {
     margin-top: 10px;
     text-align: right; }

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


File diff suppressed because it is too large
+ 0 - 0
jet/static/jet/css/themes/light-violet/jquery-ui.theme.css.map


File diff suppressed because it is too large
+ 0 - 0
jet/static/jet/css/themes/light-violet/select2.theme.css.map


File diff suppressed because it is too large
+ 0 - 0
jet/static/jet/js/main.min.js


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