Denis K 8 лет назад
Родитель
Сommit
4083aae86c
1 измененных файлов с 7 добавлено и 10 удалено
  1. 7 10
      jet/static/jet/css/_changeform.scss

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

@@ -35,8 +35,6 @@
 
 label {
   .required &, &.required {
-    font-weight: bold;
-
     &:after {
       content: "*";
     }
@@ -124,6 +122,7 @@ form {
     display: inline-block;
     vertical-align: -3px;
     padding: 0 0 5px 0;
+    line-height: 1.4;
 
     & + p.help {
       margin-top: -4px;
@@ -201,7 +200,7 @@ form .aligned {
 }
 
 .colM .aligned .vLargeTextField, .colM .aligned .vXMLLargeTextField {
-  width: 510px;
+  width: 610px;
 
   @include for-mobile {
     width: 100%;
@@ -536,7 +535,9 @@ body.popup .submit-row {
     background: linear-gradient(to top, $content-background-color 0%, $content-contrast-background-color 100%);
     font-weight: bold;
     color: $text-color;
-    padding: 20px 30px 0 30px;
+    padding: 20px 24px 0 24px;
+    text-transform: uppercase;
+    font-size: 12px;
 
     @include for-mobile {
       padding: 20px 20px 0 20px;
@@ -620,13 +621,9 @@ body.popup .submit-row {
       box-sizing: border-box;
 
       h3 {
+        padding: 24px;
         margin: 0;
-        padding: 2px 5px 3px 5px;
-        font-size: 11px;
-        text-align: left;
-        font-weight: bold;
-        background: #bcd;
-        color: #fff;
+        background: transparent;
       }
     }
   }