Skip to content

Commit

Permalink
bug #752 Fixed a design issue when the user is anonymous (reypm)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

Fixed a design issue when the user is anonymous

Bugfixes at design

Commits
-------

f412d6d Fixes #749
  • Loading branch information
javiereguiluz committed Jan 4, 2016
2 parents 6525cf5 + f412d6d commit 8785d51
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Resources/views/css/admin.css.twig
Original file line number Diff line number Diff line change
Expand Up @@ -1199,15 +1199,17 @@ body.error .error-message p.lead {
background: {{ brand_color }};
color: {{ colors.white }};
}
#header #header-footer {
background: {{ colors.header_background }};
#header #header-security {
{% if 'dark' == color_scheme %}
border-top: 1px solid {{ colors.gray_dark }};
{% endif %}
font-size: 14px;
padding-bottom: 1em;
padding-top: 1em;
padding-left: 10px;
}
#header #header-footer {
background: {{ colors.header_background }};
font-size: 14px;
width: 100%;
-moz-transition: box-shadow 0.3s ease-out;
-webkit-transition: box-shadow 0.3s ease-out;
Expand Down

0 comments on commit 8785d51

Please sign in to comment.