Procházet zdrojové kódy

fixed forms display

Bachir Soussi Chiadmi před 9 roky
rodič
revize
cc8306bc14

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 159 - 152
sites/all/themes/gui/materiobasetheme/css/styles.css


+ 6 - 2
sites/all/themes/gui/materiobasetheme/scss/styles.scss

@@ -2243,7 +2243,7 @@ body.page-node-11187{
       label{width:auto;}
     }
     fieldset{
-      @include rounded(5px); border-left: 1px solid #cccccc; border-bottom: 1px solid #cccccc; padding: 10px;
+      @include rounded(5px); border-left: 1px solid #cccccc; border-bottom: 1px solid #cccccc; padding: 10px; border-top-width: 0; border-right-width: 0; border-bottom-width: 0;
       fieldset{ border: 0 solid #ddd; padding: 0;}
     }
     legend{margin: 0; @include fs18; @include fs700;}
@@ -2375,6 +2375,8 @@ body.page-node-11187{
     }
   }
 
+  fieldset{ border: none!important;}
+
   .form-type-uc-quantity input{
     width:2em;
   }
@@ -2419,6 +2421,8 @@ body.page-node-11187{
   // @include rounded(10px);
   padding: 10px, 30px;
 
+  fieldset{ border: none!important;}
+
   fieldset.form-row{
     //    @include rounded(5px); border-left: 1px solid #cccccc; border-bottom: 1px solid #cccccc;
     padding-bottom:20px; margin-bottom:20px;
@@ -2489,7 +2493,7 @@ body.page-node-11187{
   #coupon-pane{}
 
   #payment-pane{
-    float:right;
+    // float:right;
 
     .fieldset-wrapper{
       background-color:#fff;

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů