Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/css/styles.css

Issue 29354725: Issue 4461 - update Eyeo logo (Closed)
Patch Set: Fixed logo alignment Created Sept. 27, 2016, 1:18 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | static/images/logo.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/styles.css
===================================================================
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -120,24 +120,20 @@
#header.top .content-block
{
- padding: 25px 10px;
+ padding: 20px 10px;
}
#logo
{
position: absolute;
- top: 7px;
left: 10px;
-}
-
-#header.top #logo
-{
- top: 17px;
+ top: 50%;
+ margin-top: -20px;
}
#header .menu-button
{
- margin: 0px 0px 0px 25px;
+ margin: 0px 0px 0px 20px;
}
#menu
@@ -173,7 +169,7 @@
.menu-list li a
{
color: #979797;
- padding: 0 10px;
+ padding: 0 8px;
}
.menu-list li:hover > a,
@@ -825,7 +821,8 @@
#logo > img
juliandoucette 2016/09/27 13:44:56 It's not centered properly on mobile (probably a s
juliandoucette 2016/09/27 13:55:51 Done. (Also removed #logo.top edge case bug on mo
{
- height: 34px;
+ height: 23px;
+ margin-top: 6px;
}
#menu
« no previous file with comments | « no previous file | static/images/logo.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld