Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

Commit a4e9df7

Browse files
committed
Merge pull request #438 from snapshotpl/header-paddings
Better paddings in header
2 parents ffa0b71 + 46374fa commit a4e9df7

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

module/Application/view/layout/layout.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<?php $identity = $this->zfcUserIdentity(); ?>
4848
<li class="dropdown">
4949
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
50-
<img src="<?php echo $this->escapeHtmlAttr($identity->getPhotoUrl()); ?>" alt="<?php echo $this->escapeHtmlAttr($this->zfcUserDisplayName()); ?>" style="width:23px;height:23px;">
50+
<img src="<?php echo $this->escapeHtmlAttr($identity->getPhotoUrl()); ?>" alt="<?php echo $this->escapeHtmlAttr($this->zfcUserDisplayName()); ?>" width="18px" height="18px">
5151
<span class="caret"></span>
5252
</a>
5353
<ul class="dropdown-menu" role="menu">

public/css/style.css

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
body {
2-
padding-top: 70px;
2+
padding-top: 71px;
33
padding-bottom: 40px;
44
background: url('../img/light_wool.png') repeat;
55
}
@@ -45,7 +45,6 @@ div.container a.brand {
4545
padding: 5px;
4646
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
4747
margin-top: -20px;
48-
padding-top: 75px;
4948
}
5049

5150
.attentionimage {
@@ -144,18 +143,14 @@ div.container a.brand {
144143
.small-header p {
145144
font-size:3em;
146145
font-style:italic;
147-
margin-top:20px;
148-
}
149-
150-
.small-header {
151-
padding-top:60px;
146+
margin:0;
152147
}
153148

154149
/* Revisited Styles */
155150

156151
.fork-me-ribbon a {
157152
position: absolute;
158-
top: 50px;
153+
top: 51px;
159154
right: 0;
160155
border: 0;
161156
width: 149px;

0 commit comments

Comments
 (0)