Explorar el Código

Show datepicker icons for iphone 6

Denis K hace 8 años
padre
commit
59d04d7ba1
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      jet/static/jet/css/_changeform.scss

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

@@ -400,7 +400,7 @@ body.popup .submit-row {
   border-radius: 4px 0 0 4px !important;
   border-right: 0 !important;
 
-  @include for-phone {
+  @include for-width(374px) {
     border-radius: 4px !important;
     border-right: 1px !important;
   }
@@ -409,7 +409,7 @@ body.popup .submit-row {
     vertical-align: top;
     display: inline-block;
 
-    @include for-phone {
+    @include for-width(374px) {
        display: none;
     }