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 size and alignment Created Sept. 27, 2016, 7:32 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
@@ -115,34 +115,36 @@
{
position: relative;
padding: 15px 10px;
min-height: 32px;
}
#header.top .content-block
{
- padding: 25px 10px;
+ padding: 20px 10px;
}
#logo
{
position: absolute;
- top: 7px;
+ top: 50%;
left: 10px;
+ margin-top: -20px;
+ height: 40px;
}
-#header.top #logo
+#logo img
{
- top: 17px;
+ height: 100%;
}
#header .menu-button
{
- margin: 0px 0px 0px 25px;
+ margin: 0px 0px 0px 20px;
}
#menu
{
display: inline;
vertical-align: middle;
}
@@ -168,17 +170,17 @@
display: inline;
font-weight: bold;
white-space: nowrap;
}
.menu-list li a
{
color: #979797;
- padding: 0 10px;
+ padding: 0 8px;
}
.menu-list li:hover > a,
.menu-list li.current-menu-item > a
{
color: #373737;
}
@@ -813,24 +815,21 @@
}
#header .content-block,
#header.top .content-block
{
padding: 9px 10px;
}
- #header.top #logo
+ #logo
{
- top: 7px;
- }
-
- #logo > img
- {
- height: 34px;
+ top: 14px;
+ margin-top: 0px;
+ height: 22px;
}
#menu
{
display: none;
}
#menu.open
« 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