Adding a bottom padding in user login page
This commit is contained in:
parent
45cc0404ab
commit
103d160e21
4 changed files with 3 additions and 2 deletions
|
@ -65,6 +65,7 @@ body.not-logged-in[class*="page-user"] {
|
||||||
-o-background-size: cover;
|
-o-background-size: cover;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
|
padding-bottom: 80px;
|
||||||
}
|
}
|
||||||
body.not-logged-in[class*="page-user"] #main {
|
body.not-logged-in[class*="page-user"] #main {
|
||||||
margin: 20px auto 0;
|
margin: 20px auto 0;
|
||||||
|
|
BIN
themes/zuitedesk/images/frontpage/Responsive.jpg
Normal file
BIN
themes/zuitedesk/images/frontpage/Responsive.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 80 KiB |
Binary file not shown.
Before Width: | Height: | Size: 359 KiB |
|
@ -264,7 +264,7 @@ if ($site_name) print '<meta property="og:site_name" content="'. $site_name ."\"
|
||||||
<!-- Start details for 6 -->
|
<!-- Start details for 6 -->
|
||||||
<div id="slidingDiv5" class="toggleDiv row-fluid single-project">
|
<div id="slidingDiv5" class="toggleDiv row-fluid single-project">
|
||||||
<div class="span6">
|
<div class="span6">
|
||||||
<img src="<?php print $base_path . $directory; ?>/images/frontpage/Responsive.png" alt="<?php print 'Responsive Design'; ?>" />
|
<img src="<?php print $base_path . $directory; ?>/images/frontpage/Responsive.jpg" alt="<?php print 'Responsive Design'; ?>" />
|
||||||
</div>
|
</div>
|
||||||
<div class="span6">
|
<div class="span6">
|
||||||
<div class="project-description">
|
<div class="project-description">
|
||||||
|
@ -341,7 +341,7 @@ if ($site_name) print '<meta property="og:site_name" content="'. $site_name ."\"
|
||||||
</li>
|
</li>
|
||||||
<li class="span4 mix web">
|
<li class="span4 mix web">
|
||||||
<div class="thumbnail">
|
<div class="thumbnail">
|
||||||
<img src="<?php print $base_path . $directory; ?>/images/frontpage/Responsive.png" alt="<?php print 'Responsive Design'; ?>" />
|
<img src="<?php print $base_path . $directory; ?>/images/frontpage/Responsive.jpg" alt="<?php print 'Responsive Design'; ?>" />
|
||||||
<a href="#single-project" class="show_hide more" rel="#slidingDiv5">
|
<a href="#single-project" class="show_hide more" rel="#slidingDiv5">
|
||||||
<i class="icon-plus"></i>
|
<i class="icon-plus"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|
Reference in a new issue