Denis K 8 лет назад
Родитель
Сommit
a57bdcb02b

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
jet/static/admin/js/admin/RelatedObjectLookups.min.js


+ 1 - 0
jet/static/admin/js/related-widget-wrapper.min.js

@@ -0,0 +1 @@
+

+ 35 - 2
jet/static/jet/css/themes/default/base.css

@@ -1955,6 +1955,12 @@ a:hover {
 .fill_width {
   width: 100% !important; }
 
+.breadcrumbs {
+  white-space: nowrap;
+  text-overflow: ellipsis;
+  padding-right: 200px;
+  overflow: hidden; }
+
 .top {
   padding: 20px; }
   .top-breadcrumbs {
@@ -2362,7 +2368,7 @@ a:hover {
 .fill_width {
   width: 100% !important; }
 
-.base_input, .sidebar-popup-search, .input, .background-form .input, input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="number"], textarea, .button, input[type="submit"], input[type="button"], .button:visited, input[type="submit"]:visited, input[type="button"]:visited, .button:hover, input[type="submit"]:hover, input[type="button"]:hover {
+.base_input, .sidebar-popup-search, .input, .background-form .input, input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="number"], textarea, .button, input[type="submit"], input[type="button"], .button:visited, input[type="submit"]:visited, input[type="button"]:visited, .button:hover, input[type="submit"]:hover, input[type="button"]:hover, .segmented-button, .segmented-button:visited, .segmented-button:hover {
   border: 0;
   border-radius: 4px;
   font-size: 13px;
@@ -2430,7 +2436,31 @@ a:hover {
   background-color: #6f7e95;
   color: #fff; }
 
-a.button {
+.segmented-button, .segmented-button:visited, .segmented-button:hover {
+  font-size: 12px;
+  text-align: center;
+  background-color: #d0dbe6;
+  color: #6f7e95;
+  padding: 0 10px;
+  display: inline-block;
+  text-transform: none;
+  border-radius: 0; }
+.segmented-button:hover {
+  background-color: #639af5;
+  color: #fff; }
+.segmented-button:active {
+  background-color: #6f7e95;
+  color: #fff; }
+.segmented-button.disabled {
+  background-color: #d0dbe6 !important;
+  color: #6f7e95;
+  opacity: 0.5; }
+.segmented-button.left {
+  border-radius: 4px 0 0 4px; }
+.segmented-button.right {
+  border-radius: 0 4px 4px 0; }
+
+a.button, a.segmented-button {
   line-height: 32px; }
 
 textarea {
@@ -3559,6 +3589,9 @@ table#change-history {
   background-color: #fff;
   border-radius: 4px;
   min-width: 800px; }
+  .changeform-navigation {
+    float: left;
+    margin-bottom: 20px; }
   .changeform-tabs {
     border-bottom: 2px solid #ecf2f6;
     padding-left: 16px !important; }

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
jet/static/jet/css/themes/default/base.css.map


+ 35 - 2
jet/static/jet/css/themes/green/base.css

@@ -1986,6 +1986,12 @@ a:hover {
 .fill_width {
   width: 100% !important; }
 
+.breadcrumbs {
+  white-space: nowrap;
+  text-overflow: ellipsis;
+  padding-right: 200px;
+  overflow: hidden; }
+
 .top {
   padding: 20px; }
   .top-breadcrumbs {
@@ -2393,7 +2399,7 @@ a:hover {
 .fill_width {
   width: 100% !important; }
 
-.base_input, .sidebar-popup-search, .input, .background-form .input, input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="number"], textarea, .button, input[type="submit"], input[type="button"], .button:visited, input[type="submit"]:visited, input[type="button"]:visited, .button:hover, input[type="submit"]:hover, input[type="button"]:hover {
+.base_input, .sidebar-popup-search, .input, .background-form .input, input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="number"], textarea, .button, input[type="submit"], input[type="button"], .button:visited, input[type="submit"]:visited, input[type="button"]:visited, .button:hover, input[type="submit"]:hover, input[type="button"]:hover, .segmented-button, .segmented-button:visited, .segmented-button:hover {
   border: 0;
   border-radius: 4px;
   font-size: 13px;
@@ -2461,7 +2467,31 @@ a:hover {
   background-color: #62a29c;
   color: #fff; }
 
-a.button {
+.segmented-button, .segmented-button:visited, .segmented-button:hover {
+  font-size: 12px;
+  text-align: center;
+  background-color: #cceae4;
+  color: #62a29c;
+  padding: 0 10px;
+  display: inline-block;
+  text-transform: none;
+  border-radius: 0; }
+.segmented-button:hover {
+  background-color: #7FB1DC;
+  color: #fff; }
+.segmented-button:active {
+  background-color: #62a29c;
+  color: #fff; }
+.segmented-button.disabled {
+  background-color: #cceae4 !important;
+  color: #62a29c;
+  opacity: 0.5; }
+.segmented-button.left {
+  border-radius: 4px 0 0 4px; }
+.segmented-button.right {
+  border-radius: 0 4px 4px 0; }
+
+a.button, a.segmented-button {
   line-height: 32px; }
 
 textarea {
@@ -3590,6 +3620,9 @@ table#change-history {
   background-color: #fff;
   border-radius: 4px;
   min-width: 800px; }
+  .changeform-navigation {
+    float: left;
+    margin-bottom: 20px; }
   .changeform-tabs {
     border-bottom: 2px solid #eff6f5;
     padding-left: 16px !important; }

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
jet/static/jet/css/themes/green/base.css.map


+ 35 - 2
jet/static/jet/css/themes/light-blue/base.css

@@ -1986,6 +1986,12 @@ a:hover {
 .fill_width {
   width: 100% !important; }
 
+.breadcrumbs {
+  white-space: nowrap;
+  text-overflow: ellipsis;
+  padding-right: 200px;
+  overflow: hidden; }
+
 .top {
   padding: 20px; }
   .top-breadcrumbs {
@@ -2393,7 +2399,7 @@ a:hover {
 .fill_width {
   width: 100% !important; }
 
-.base_input, .sidebar-popup-search, .input, .background-form .input, input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="number"], textarea, .button, input[type="submit"], input[type="button"], .button:visited, input[type="submit"]:visited, input[type="button"]:visited, .button:hover, input[type="submit"]:hover, input[type="button"]:hover {
+.base_input, .sidebar-popup-search, .input, .background-form .input, input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="number"], textarea, .button, input[type="submit"], input[type="button"], .button:visited, input[type="submit"]:visited, input[type="button"]:visited, .button:hover, input[type="submit"]:hover, input[type="button"]:hover, .segmented-button, .segmented-button:visited, .segmented-button:hover {
   border: 0;
   border-radius: 4px;
   font-size: 13px;
@@ -2461,7 +2467,31 @@ a:hover {
   background-color: #5EADDE;
   color: #fff; }
 
-a.button {
+.segmented-button, .segmented-button:visited, .segmented-button:hover {
+  font-size: 12px;
+  text-align: center;
+  background-color: #E3ECF2;
+  color: #7f8fa4;
+  padding: 0 10px;
+  display: inline-block;
+  text-transform: none;
+  border-radius: 0; }
+.segmented-button:hover {
+  background-color: #1cacfc;
+  color: #fff; }
+.segmented-button:active {
+  background-color: #5EADDE;
+  color: #fff; }
+.segmented-button.disabled {
+  background-color: #E3ECF2 !important;
+  color: #7f8fa4;
+  opacity: 0.5; }
+.segmented-button.left {
+  border-radius: 4px 0 0 4px; }
+.segmented-button.right {
+  border-radius: 0 4px 4px 0; }
+
+a.button, a.segmented-button {
   line-height: 32px; }
 
 textarea {
@@ -3590,6 +3620,9 @@ table#change-history {
   background-color: #fff;
   border-radius: 4px;
   min-width: 800px; }
+  .changeform-navigation {
+    float: left;
+    margin-bottom: 20px; }
   .changeform-tabs {
     border-bottom: 2px solid #f8fafc;
     padding-left: 16px !important; }

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
jet/static/jet/css/themes/light-blue/base.css.map


+ 35 - 2
jet/static/jet/css/themes/light-gray/base.css

@@ -1986,6 +1986,12 @@ a:hover {
 .fill_width {
   width: 100% !important; }
 
+.breadcrumbs {
+  white-space: nowrap;
+  text-overflow: ellipsis;
+  padding-right: 200px;
+  overflow: hidden; }
+
 .top {
   padding: 20px; }
   .top-breadcrumbs {
@@ -2393,7 +2399,7 @@ a:hover {
 .fill_width {
   width: 100% !important; }
 
-.base_input, .sidebar-popup-search, .input, .background-form .input, input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="number"], textarea, .button, input[type="submit"], input[type="button"], .button:visited, input[type="submit"]:visited, input[type="button"]:visited, .button:hover, input[type="submit"]:hover, input[type="button"]:hover {
+.base_input, .sidebar-popup-search, .input, .background-form .input, input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="number"], textarea, .button, input[type="submit"], input[type="button"], .button:visited, input[type="submit"]:visited, input[type="button"]:visited, .button:hover, input[type="submit"]:hover, input[type="button"]:hover, .segmented-button, .segmented-button:visited, .segmented-button:hover {
   border: 0;
   border-radius: 4px;
   font-size: 13px;
@@ -2461,7 +2467,31 @@ a:hover {
   background-color: #2faa60;
   color: #fff; }
 
-a.button {
+.segmented-button, .segmented-button:visited, .segmented-button:hover {
+  font-size: 12px;
+  text-align: center;
+  background-color: #E3ECF2;
+  color: #7f8fa4;
+  padding: 0 10px;
+  display: inline-block;
+  text-transform: none;
+  border-radius: 0; }
+.segmented-button:hover {
+  background-color: #1cacfc;
+  color: #fff; }
+.segmented-button:active {
+  background-color: #2faa60;
+  color: #fff; }
+.segmented-button.disabled {
+  background-color: #E3ECF2 !important;
+  color: #7f8fa4;
+  opacity: 0.5; }
+.segmented-button.left {
+  border-radius: 4px 0 0 4px; }
+.segmented-button.right {
+  border-radius: 0 4px 4px 0; }
+
+a.button, a.segmented-button {
   line-height: 32px; }
 
 textarea {
@@ -3590,6 +3620,9 @@ table#change-history {
   background-color: #fff;
   border-radius: 4px;
   min-width: 800px; }
+  .changeform-navigation {
+    float: left;
+    margin-bottom: 20px; }
   .changeform-tabs {
     border-bottom: 2px solid #f8fafc;
     padding-left: 16px !important; }

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
jet/static/jet/css/themes/light-gray/base.css.map


+ 35 - 2
jet/static/jet/css/themes/light-green/base.css

@@ -1986,6 +1986,12 @@ a:hover {
 .fill_width {
   width: 100% !important; }
 
+.breadcrumbs {
+  white-space: nowrap;
+  text-overflow: ellipsis;
+  padding-right: 200px;
+  overflow: hidden; }
+
 .top {
   padding: 20px; }
   .top-breadcrumbs {
@@ -2393,7 +2399,7 @@ a:hover {
 .fill_width {
   width: 100% !important; }
 
-.base_input, .sidebar-popup-search, .input, .background-form .input, input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="number"], textarea, .button, input[type="submit"], input[type="button"], .button:visited, input[type="submit"]:visited, input[type="button"]:visited, .button:hover, input[type="submit"]:hover, input[type="button"]:hover {
+.base_input, .sidebar-popup-search, .input, .background-form .input, input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="number"], textarea, .button, input[type="submit"], input[type="button"], .button:visited, input[type="submit"]:visited, input[type="button"]:visited, .button:hover, input[type="submit"]:hover, input[type="button"]:hover, .segmented-button, .segmented-button:visited, .segmented-button:hover {
   border: 0;
   border-radius: 4px;
   font-size: 13px;
@@ -2461,7 +2467,31 @@ a:hover {
   background-color: #2faa60;
   color: #fff; }
 
-a.button {
+.segmented-button, .segmented-button:visited, .segmented-button:hover {
+  font-size: 12px;
+  text-align: center;
+  background-color: #E3ECF2;
+  color: #7f8fa4;
+  padding: 0 10px;
+  display: inline-block;
+  text-transform: none;
+  border-radius: 0; }
+.segmented-button:hover {
+  background-color: #1cacfc;
+  color: #fff; }
+.segmented-button:active {
+  background-color: #2faa60;
+  color: #fff; }
+.segmented-button.disabled {
+  background-color: #E3ECF2 !important;
+  color: #7f8fa4;
+  opacity: 0.5; }
+.segmented-button.left {
+  border-radius: 4px 0 0 4px; }
+.segmented-button.right {
+  border-radius: 0 4px 4px 0; }
+
+a.button, a.segmented-button {
   line-height: 32px; }
 
 textarea {
@@ -3590,6 +3620,9 @@ table#change-history {
   background-color: #fff;
   border-radius: 4px;
   min-width: 800px; }
+  .changeform-navigation {
+    float: left;
+    margin-bottom: 20px; }
   .changeform-tabs {
     border-bottom: 2px solid #f8fafc;
     padding-left: 16px !important; }

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
jet/static/jet/css/themes/light-green/base.css.map


+ 35 - 2
jet/static/jet/css/themes/light-violet/base.css

@@ -1986,6 +1986,12 @@ a:hover {
 .fill_width {
   width: 100% !important; }
 
+.breadcrumbs {
+  white-space: nowrap;
+  text-overflow: ellipsis;
+  padding-right: 200px;
+  overflow: hidden; }
+
 .top {
   padding: 20px; }
   .top-breadcrumbs {
@@ -2393,7 +2399,7 @@ a:hover {
 .fill_width {
   width: 100% !important; }
 
-.base_input, .sidebar-popup-search, .input, .background-form .input, input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="number"], textarea, .button, input[type="submit"], input[type="button"], .button:visited, input[type="submit"]:visited, input[type="button"]:visited, .button:hover, input[type="submit"]:hover, input[type="button"]:hover {
+.base_input, .sidebar-popup-search, .input, .background-form .input, input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="number"], textarea, .button, input[type="submit"], input[type="button"], .button:visited, input[type="submit"]:visited, input[type="button"]:visited, .button:hover, input[type="submit"]:hover, input[type="button"]:hover, .segmented-button, .segmented-button:visited, .segmented-button:hover {
   border: 0;
   border-radius: 4px;
   font-size: 13px;
@@ -2461,7 +2467,31 @@ a:hover {
   background-color: #A464C4;
   color: #fff; }
 
-a.button {
+.segmented-button, .segmented-button:visited, .segmented-button:hover {
+  font-size: 12px;
+  text-align: center;
+  background-color: #E3ECF2;
+  color: #7f8fa4;
+  padding: 0 10px;
+  display: inline-block;
+  text-transform: none;
+  border-radius: 0; }
+.segmented-button:hover {
+  background-color: #1cacfc;
+  color: #fff; }
+.segmented-button:active {
+  background-color: #A464C4;
+  color: #fff; }
+.segmented-button.disabled {
+  background-color: #E3ECF2 !important;
+  color: #7f8fa4;
+  opacity: 0.5; }
+.segmented-button.left {
+  border-radius: 4px 0 0 4px; }
+.segmented-button.right {
+  border-radius: 0 4px 4px 0; }
+
+a.button, a.segmented-button {
   line-height: 32px; }
 
 textarea {
@@ -3590,6 +3620,9 @@ table#change-history {
   background-color: #fff;
   border-radius: 4px;
   min-width: 800px; }
+  .changeform-navigation {
+    float: left;
+    margin-bottom: 20px; }
   .changeform-tabs {
     border-bottom: 2px solid #f8fafc;
     padding-left: 16px !important; }

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
jet/static/jet/css/themes/light-violet/base.css.map


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
jet/static/jet/js/main.min.js


Некоторые файлы не были показаны из-за большого количества измененных файлов