Browse Source

Fix datetime widget for editable changelist

Denis K 8 years ago
parent
commit
06fa235697
1 changed files with 7 additions and 2 deletions
  1. 7 2
      jet/static/jet/css/_changeform.scss

+ 7 - 2
jet/static/jet/css/_changeform.scss

@@ -402,11 +402,16 @@ body.popup .submit-row {
   margin-right: 2px;
   margin-bottom: 4px;
   border-radius: 4px 0 0 4px !important;
-  border-right: 0 !important;
+  border-right-width: 0 !important;
+
+  #changelist & {
+    border-radius: 4px !important;
+    border-right-width: 1px !important;
+  }
 
   @include for-width(374px) {
     border-radius: 4px !important;
-    border-right: 1px !important;
+    border-right-width: 1px !important;
   }
 
   &-link {