Denis K пре 8 година
родитељ
комит
836b20ef7c
2 измењених фајлова са 28 додато и 0 уклоњено
  1. 0 0
      jet/static/admin/js/admin/DateTimeShortcuts.js
  2. 28 0
      jet/static/jet/css/_changeform.scss

+ 0 - 0
jet/static/admin/js/admin/DateTimeShortcuts.js


+ 28 - 0
jet/static/jet/css/_changeform.scss

@@ -315,6 +315,30 @@ body.popup .submit-row {
 .vDateField, .vTimeField {
   margin-right: 2px;
   margin-bottom: 4px;
+  border-radius: 4px 0 0 4px !important;
+  border-right: 0 !important;
+
+  &-link {
+    vertical-align: top;
+    display: inline-block;
+
+    span {
+      width: 32px;
+      height: 32px;
+      line-height: 32px !important;
+      background-color: $button-background-color;
+      color: $button-text-color;
+      display: inline-block;
+      vertical-align: middle;
+      text-align: center;
+      border-radius: 0 4px 4px 0;
+    }
+
+    &:hover span {
+      background-color: $button-hover-background-color;
+      color: $button-hover-text-color;
+    }
+  }
 }
 
 .vDateField {
@@ -325,6 +349,10 @@ body.popup .submit-row {
   min-width: 4.7em;
 }
 
+.vDateField-link + .vTimeField {
+  margin-left: 10px;
+}
+
 .vURLField {
   width: 30em;
 }