Browse Source

Hide changeform navigation while initializing

Denis K 8 years ago
parent
commit
d61722d352
1 changed files with 5 additions and 0 deletions
  1. 5 0
      jet/static/jet/css/_changeform.scss

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

@@ -710,6 +710,7 @@ form .related-widget-wrapper ul {
 }
 
 .changeform-navigation {
+  display: none;
   float: left;
   margin-bottom: 20px;
 
@@ -718,6 +719,10 @@ form .related-widget-wrapper ul {
     margin-right: 10px;
   }
 
+  &.initialized {
+    display: block;
+  }
+
   &-button {
     font-weight: bold;
     vertical-align: middle;