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

Unified Diff: anwiki/_override-static/global/global/css/index-desktop.css

Issue 10788009: Fixed: "Learn more" button on homepage has wrong position on bigger screens (Closed)
Patch Set: Created May 31, 2013, 2:45 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 | « anwiki/_override-static/global/global/css/index.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: anwiki/_override-static/global/global/css/index-desktop.css
===================================================================
--- a/anwiki/_override-static/global/global/css/index-desktop.css
+++ b/anwiki/_override-static/global/global/css/index-desktop.css
@@ -121,7 +121,8 @@
{
position: absolute;
left: 50%;
- bottom: -70px;
+ bottom: 210px;
+ *bottom: -70px;
*margin-bottom: 0px;
_margin-bottom: 470px;
width: 200px;
@@ -132,7 +133,8 @@
#more-container.hidden #more,
#more-container.hidden #less
{
- bottom: -30px;
+ *bottom: -30px;
+ _bottom: 10px;
*margin-bottom: -40px;
_margin-bottom: 390px;
}
« no previous file with comments | « anwiki/_override-static/global/global/css/index.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld