Skip to content
Snippets Groups Projects
Commit 66d0a039 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Update the header to look reasonable with the rp logo and name.

parent 6534f4a5
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,6 @@
position: static;
padding: 10px;
border-bottom: 1px solid rgba(0,0,0,0.05);
background-image: url('/i/bg.png');
text-align: center;
left: 0;
}
......@@ -68,17 +67,27 @@
max-width: 32px;
max-height: 32px;
display: inline;
margin: 0;
margin: 0 10px 0 0;
vertical-align: middle;
}
#favicon h2, #favicon h3 {
margin: 5px 0 0 0;
margin: 0 5px;
height: auto;
line-height: 32px;
font-size: 20px;
display: inline;
vertical-align: middle;
}
#favicon h3 {
font-size: 16px;
}
#favicon .vertical {
height: auto;
line-height: 20px;
line-height: 32px;
vertical-align: middle;
}
......@@ -98,23 +107,6 @@
padding: 0;
}
#favicon {
text-align: center;
}
#favicon img {
width: 32px;
height: auto;
display: inline;
margin: 0;
vertical-align: middle;
}
#favicon .vertical {
height: auto;
line-height: 20px;
}
#formWrap {
background-color: transparent;
}
......
......@@ -111,7 +111,7 @@
favIconHeight = $("#favicon").outerHeight();
// Force the top of the main content area to be below the favicon area.
signInEl.css("top", (headerHeight + favIconHeight) + "px");
signInEl.css("top", favIconHeight + "px");
}
selectEmailEl.css("position", "");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment