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

Commit

Permalink
Merge pull request #438 from snapshotpl/header-paddings
Browse files Browse the repository at this point in the history
Better paddings in header
  • Loading branch information
Ocramius committed Mar 2, 2015
2 parents ffa0b71 + 46374fa commit a4e9df7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion module/Application/view/layout/layout.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<?php $identity = $this->zfcUserIdentity(); ?>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
<img src="<?php echo $this->escapeHtmlAttr($identity->getPhotoUrl()); ?>" alt="<?php echo $this->escapeHtmlAttr($this->zfcUserDisplayName()); ?>" style="width:23px;height:23px;">
<img src="<?php echo $this->escapeHtmlAttr($identity->getPhotoUrl()); ?>" alt="<?php echo $this->escapeHtmlAttr($this->zfcUserDisplayName()); ?>" width="18px" height="18px">
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
Expand Down
11 changes: 3 additions & 8 deletions public/css/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body {
padding-top: 70px;
padding-top: 71px;
padding-bottom: 40px;
background: url('../img/light_wool.png') repeat;
}
Expand Down Expand Up @@ -45,7 +45,6 @@ div.container a.brand {
padding: 5px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin-top: -20px;
padding-top: 75px;
}

.attentionimage {
Expand Down Expand Up @@ -144,18 +143,14 @@ div.container a.brand {
.small-header p {
font-size:3em;
font-style:italic;
margin-top:20px;
}

.small-header {
padding-top:60px;
margin:0;
}

/* Revisited Styles */

.fork-me-ribbon a {
position: absolute;
top: 50px;
top: 51px;
right: 0;
border: 0;
width: 149px;
Expand Down

0 comments on commit a4e9df7

Please sign in to comment.