Browse Source

Fix shop module layout for add/edit forms

Vova Tkach 5 years ago
parent
commit
ba6bf53a06
3 changed files with 23 additions and 3 deletions
  1. 22 2
      assets/cp.styles.css
  2. 0 0
      assets/cp.styles.css.go
  3. 1 1
      consts/consts.go

+ 22 - 2
assets/cp.styles.css

@@ -1099,8 +1099,8 @@ div.wysiwyg.focused {
 		margin-bottom: 0px;
 	}
 
-	.data-form.blog-add .form-group.n7,
-	.data-form.blog-modify .form-group.n7 {
+	.data-form.blog-add .form-group.n8,
+	.data-form.blog-modify .form-group.n8 {
 		margin-bottom: 0px;
 	}
 
@@ -1109,6 +1109,26 @@ div.wysiwyg.focused {
 		margin-bottom: 0px;
 	}
 
+	.data-form.shop-add .form-group.n12,
+	.data-form.shop-modify .form-group.n12 {
+		margin-bottom: 0px;
+	}
+
+	.data-form.shop-categories-add .form-group.n4,
+	.data-form.shop-categories-modify .form-group.n4 {
+		margin-bottom: 0px;
+	}
+
+	.data-form.shop-attributes-add .form-group.n4,
+	.data-form.shop-attributes-modify .form-group.n4 {
+		margin-bottom: 0px;
+	}
+
+	.data-form.shop-currencies-add .form-group.n5,
+	.data-form.shop-currencies-modify .form-group.n5 {
+		margin-bottom: 0px;
+	}
+
 	.data-form.users-add .form-group.n7,
 	.data-form.users-modify .form-group.n7 {
 		margin-bottom: 0px;

File diff suppressed because it is too large
+ 0 - 0
assets/cp.styles.css.go


+ 1 - 1
consts/consts.go

@@ -5,7 +5,7 @@ import (
 )
 
 const AssetsPath = "assets"
-const AssetsVersion = "42"
+const AssetsVersion = "43"
 const DirIndexFile = "index.html"
 
 // Bootstrap resources

Some files were not shown because too many files changed in this diff