Merge pull request #559 from tiwariav/task/3995/cms_plugins_padding_fix
Task/3995 galsfaser section cms plugin padding fix
This commit is contained in:
		
				commit
				
					
						3378bf7562
					
				
			
		
					 9 changed files with 24 additions and 28 deletions
				
			
		| 
						 | 
					@ -209,11 +209,6 @@ fieldset[disabled] .btn-xl.active {
 | 
				
			||||||
    border-color: rgba(255,255,255,.02);
 | 
					    border-color: rgba(255,255,255,.02);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.navbar-default .navbar-toggle {
 | 
					 | 
				
			||||||
    /*border-color: #fed136;
 | 
					 | 
				
			||||||
    background-color: #fed136;*/
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
.navbar-default .navbar-toggle .icon-bar {
 | 
					.navbar-default .navbar-toggle .icon-bar {
 | 
				
			||||||
    background-color: #fff;
 | 
					    background-color: #fff;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					@ -280,7 +275,7 @@ fieldset[disabled] .btn-xl.active {
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .navbar-default .navbar-brand {
 | 
					    .navbar-default .navbar-brand {
 | 
				
			||||||
       padding: 4px 8px 12px;
 | 
					       padding: 8px 8px;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    .navbar-default.navbar-shrink .navbar-brand {
 | 
					    .navbar-default.navbar-shrink .navbar-brand {
 | 
				
			||||||
       padding: 6px 8px 10px;
 | 
					       padding: 6px 8px 10px;
 | 
				
			||||||
| 
						 | 
					@ -345,6 +340,7 @@ header .intro-text .intro-heading {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
section {
 | 
					section {
 | 
				
			||||||
    padding: 75px 0;
 | 
					    padding: 75px 0;
 | 
				
			||||||
 | 
					    border-bottom: 1px solid #f3f4f5;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media(max-width:767px) {
 | 
					@media(max-width:767px) {
 | 
				
			||||||
| 
						 | 
					@ -353,6 +349,16 @@ section {
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					section .section-heading-contain {
 | 
				
			||||||
 | 
					    margin-bottom: 50px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@media(min-width:767px) {
 | 
				
			||||||
 | 
					    section .section-heading-contain {
 | 
				
			||||||
 | 
					        margin-bottom: 75px;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
section h2.section-heading {
 | 
					section h2.section-heading {
 | 
				
			||||||
	margin-top: 0;
 | 
						margin-top: 0;
 | 
				
			||||||
	margin-bottom: 15px;
 | 
						margin-bottom: 15px;
 | 
				
			||||||
| 
						 | 
					@ -361,7 +367,6 @@ section h2.section-heading {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
section h3.section-subheading {
 | 
					section h3.section-subheading {
 | 
				
			||||||
	margin-bottom: 50px;
 | 
					 | 
				
			||||||
	text-transform: none;
 | 
						text-transform: none;
 | 
				
			||||||
	font-family: 'Raleway', "Helvetica Neue", "Open Sans", "Droid Serif", Helvetica, Arial, sans-serif;
 | 
						font-family: 'Raleway', "Helvetica Neue", "Open Sans", "Droid Serif", Helvetica, Arial, sans-serif;
 | 
				
			||||||
	font-size: 16px;
 | 
						font-size: 16px;
 | 
				
			||||||
| 
						 | 
					@ -371,15 +376,11 @@ section h3.section-subheading {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media(min-width:768px) {
 | 
					@media(min-width:768px) {
 | 
				
			||||||
    section {
 | 
					 | 
				
			||||||
	   padding: 80px 0;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
    section h2.section-heading {
 | 
					    section h2.section-heading {
 | 
				
			||||||
        font-size: 40px;
 | 
					        font-size: 40px;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    section h3.section-subheading {
 | 
					    section h3.section-subheading {
 | 
				
			||||||
        font-size: 18px;
 | 
					        font-size: 18px;
 | 
				
			||||||
        margin-bottom: 75px;
 | 
					 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -699,9 +700,6 @@ section h3.section-subheading {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media(min-width:768px) {
 | 
					@media(min-width:768px) {
 | 
				
			||||||
    .team-member {
 | 
					 | 
				
			||||||
        margin-bottom: 50px;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
    .team-member h4 {
 | 
					    .team-member h4 {
 | 
				
			||||||
        margin-top: 20px;
 | 
					        margin-top: 20px;
 | 
				
			||||||
        margin-bottom: 20px;
 | 
					        margin-bottom: 20px;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -124,7 +124,7 @@
 | 
				
			||||||
    overflow: hidden;
 | 
					    overflow: hidden;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.split-section.right {
 | 
					.split-section.right {
 | 
				
			||||||
    padding: 100px 0;
 | 
					    /* padding: 100px 0; */
 | 
				
			||||||
    background: rgba(0,0,0,0.03);
 | 
					    background: rgba(0,0,0,0.03);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.split-section.right .split-description {
 | 
					.split-section.right .split-description {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -83,7 +83,7 @@
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <div class="split-section left" id="your">
 | 
					    <section class="split-section left" id="your">
 | 
				
			||||||
      <div class="container">
 | 
					      <div class="container">
 | 
				
			||||||
        <div class="split-text">
 | 
					        <div class="split-text">
 | 
				
			||||||
          <div class="split-title">
 | 
					          <div class="split-title">
 | 
				
			||||||
| 
						 | 
					@ -96,13 +96,12 @@
 | 
				
			||||||
          </div>
 | 
					          </div>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
    </div>
 | 
					    </section>
 | 
				
			||||||
    <section class="split-section right" id="our">
 | 
					    <section class="split-section right" id="our">
 | 
				
			||||||
      <div class="container">
 | 
					      <div class="container">
 | 
				
			||||||
        <div class="split-text text-center">
 | 
					        <div class="split-text text-center">
 | 
				
			||||||
          <div class="wow fadeInDown">
 | 
					          <div class="wow section-heading-contain fadeInDown">
 | 
				
			||||||
            <h2 class="section-heading text-center">Was ist es?</h2>
 | 
					            <h2 class="section-heading text-center">Was ist es?</h2>
 | 
				
			||||||
            <h3 class="section-subheading text-muted"></h3>
 | 
					 | 
				
			||||||
          </div>
 | 
					          </div>
 | 
				
			||||||
          <div class="split-description text-center wow fadeInUp">
 | 
					          <div class="split-description text-center wow fadeInUp">
 | 
				
			||||||
            <p class="lead">Bei diesem Angebot handelt es sich um einen Internetzugang für Firmenkunden.</p>
 | 
					            <p class="lead">Bei diesem Angebot handelt es sich um einen Internetzugang für Firmenkunden.</p>
 | 
				
			||||||
| 
						 | 
					@ -114,7 +113,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <section id="services">
 | 
					    <section id="services">
 | 
				
			||||||
      <div class="container">
 | 
					      <div class="container">
 | 
				
			||||||
        <div class="text-center wow fadeInDown">
 | 
					        <div class="text-center section-heading-contain wow fadeInDown">
 | 
				
			||||||
          <h2 class="section-heading">Technische Details</h2>
 | 
					          <h2 class="section-heading">Technische Details</h2>
 | 
				
			||||||
          <h3 class="section-subheading text-muted">Im Angebot enthalten sind</h3>
 | 
					          <h3 class="section-subheading text-muted">Im Angebot enthalten sind</h3>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
| 
						 | 
					@ -156,7 +155,7 @@
 | 
				
			||||||
    <!-- About Section -->
 | 
					    <!-- About Section -->
 | 
				
			||||||
    <section id="about">
 | 
					    <section id="about">
 | 
				
			||||||
      <div class="container">
 | 
					      <div class="container">
 | 
				
			||||||
        <div class="text-center wow fadeInDown">
 | 
					        <div class="text-center wow fadeInDown section-heading-contain">
 | 
				
			||||||
          <h2 class="section-heading">Wie funktioniert es?</h2>
 | 
					          <h2 class="section-heading">Wie funktioniert es?</h2>
 | 
				
			||||||
          <h3 class="section-subheading text-muted">So kommen Sie in wenigen einfachen Schritten zu Ihrem High-Speed-Internet</h3>
 | 
					          <h3 class="section-subheading text-muted">So kommen Sie in wenigen einfachen Schritten zu Ihrem High-Speed-Internet</h3>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
{% load cms_tags %}
 | 
					{% load cms_tags %}
 | 
				
			||||||
<section id="{{section_id}}">
 | 
					<section id="{{section_id}}">
 | 
				
			||||||
  <div class="container">
 | 
					  <div class="container">
 | 
				
			||||||
    <div class="text-center wow fadeInDown">
 | 
					    <div class="text-center section-heading-contain wow fadeInDown">
 | 
				
			||||||
      <h2 class="section-heading">{{ about_instance.title }}</h2>
 | 
					      <h2 class="section-heading">{{ about_instance.title }}</h2>
 | 
				
			||||||
      <h3 class="section-subheading text-muted">{{ about_instance.sub_title }}</h3>
 | 
					      <h3 class="section-subheading text-muted">{{ about_instance.sub_title }}</h3>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
{% load static i18n cms_tags %}
 | 
					{% load static i18n cms_tags %}
 | 
				
			||||||
<section id="{{section_id}}" class="custom-padding-bottom">
 | 
					<section id="{{section_id}}" class="custom-padding-bottom">
 | 
				
			||||||
  <div class="container">
 | 
					  <div class="container">
 | 
				
			||||||
    <div class="text-center wow fadeInDown">
 | 
					    <div class="text-center section-heading-contain wow fadeInDown">
 | 
				
			||||||
      <h2 class="section-heading">{{ service_instance.title }}</h2>
 | 
					      <h2 class="section-heading">{{ service_instance.title }}</h2>
 | 
				
			||||||
      <h3 class="section-subheading text-muted">{{ service_instance.sub_title }}</h3>
 | 
					      <h3 class="section-subheading text-muted">{{ service_instance.sub_title }}</h3>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,9 +1,8 @@
 | 
				
			||||||
<section class="split-section right" id="{{section_id}}">
 | 
					<section class="split-section right" id="{{section_id}}">
 | 
				
			||||||
  <div class="container">
 | 
					  <div class="container">
 | 
				
			||||||
    <div class="split-text text-center">
 | 
					    <div class="split-text text-center">
 | 
				
			||||||
      <div class="wow fadeInDown">
 | 
					      <div class="wow fadeInDown section-heading-contain">
 | 
				
			||||||
        <h2 class="section-heading text-center">{{instance.title}}</h2>
 | 
					        <h2 class="section-heading text-center">{{instance.title}}</h2>
 | 
				
			||||||
        <h3 class="section-subheading text-muted"></h3>
 | 
					 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
      <div class="split-description text-center wow fadeInUp">
 | 
					      <div class="split-description text-center wow fadeInUp">
 | 
				
			||||||
        <p class="lead">{{instance.description}}</p>
 | 
					        <p class="lead">{{instance.description}}</p>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,7 +2,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<section id="about">
 | 
					<section id="about">
 | 
				
			||||||
  <div class="container">
 | 
					  <div class="container">
 | 
				
			||||||
    <div class="text-center wow fadeInDown">
 | 
					    <div class="text-center section-heading-contain wow fadeInDown">
 | 
				
			||||||
      <h2 class="section-heading">{% trans "ABOUT" %}</h2>
 | 
					      <h2 class="section-heading">{% trans "ABOUT" %}</h2>
 | 
				
			||||||
      <h3 class="section-subheading text-muted">{% trans "The timeline of ungleich" %}</h3>
 | 
					      <h3 class="section-subheading text-muted">{% trans "The timeline of ungleich" %}</h3>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -3,7 +3,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<section id="portfolio" class="bg-light-gray">
 | 
					<section id="portfolio" class="bg-light-gray">
 | 
				
			||||||
	<div class="container">
 | 
						<div class="container">
 | 
				
			||||||
	  <div class="text-center wow fadeInUp">
 | 
						  <div class="text-center section-heading-contain wow fadeInUp">
 | 
				
			||||||
	    <h2 class="section-heading">{% trans "Our Products" %}</h2>
 | 
						    <h2 class="section-heading">{% trans "Our Products" %}</h2>
 | 
				
			||||||
	    <h3 class="section-subheading text-muted sm_left" style="line-height: 1.5;">{% blocktrans %}Our products include an innovative datacenter,<br>affordable VM hosting, and high speed fiber internet for canton Glarus.{% endblocktrans %}</h3>
 | 
						    <h3 class="section-subheading text-muted sm_left" style="line-height: 1.5;">{% blocktrans %}Our products include an innovative datacenter,<br>affordable VM hosting, and high speed fiber internet for canton Glarus.{% endblocktrans %}</h3>
 | 
				
			||||||
	  </div>
 | 
						  </div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -3,7 +3,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<section id="services">
 | 
					<section id="services">
 | 
				
			||||||
  <div class="container">
 | 
					  <div class="container">
 | 
				
			||||||
	  <div class="text-center wow fadeInDown">
 | 
						  <div class="text-center section-heading-contain wow fadeInDown">
 | 
				
			||||||
	    <h2 class="section-heading">{% trans "our services" %}</h2>
 | 
						    <h2 class="section-heading">{% trans "our services" %}</h2>
 | 
				
			||||||
	    <h3 class="section-subheading text-muted sm_left">
 | 
						    <h3 class="section-subheading text-muted sm_left">
 | 
				
			||||||
	    	{% trans "We support our clients in all areas of Unix infrastructure." %}<br/>
 | 
						    	{% trans "We support our clients in all areas of Unix infrastructure." %}<br/>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue