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

Unified Diff: skin/firstRun.css

Issue 8403145: First attempt at creating a first-run page (Closed)
Patch Set: Created Oct. 17, 2012, 10:24 a.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 | « firstRun.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/firstRun.css
===================================================================
--- a/skin/firstRun.css
+++ b/skin/firstRun.css
@@ -5,49 +5,59 @@ body
background: repeating-linear-gradient(0deg, #F8F6F5, #F6F4F2 50%, #FCFBF9);
background: -webkit-repeating-linear-gradient(0deg, #F5F4F3, #FAF9F8 50%, #F5F4F3);
background-size: 5px 5px;
max-width: 800px;
margin: auto;
line-height: 1.5;
}
-h1
+#title
{
margin-top: 30px;
- padding-top: 148px;
+ padding-left: 148px;
+ line-height: 1;
font-size: 250%;
font-weight: normal;
background-image: url(/icons/abp-128.png);
- background-position: 50% 0%;
+ background-position: 0% 50%;
background-repeat: no-repeat;
+ min-height: 128px;
+ vertical-align: middle;
+ display: -webkit-box;
+ display: box;
+ box-orient: vertical;
+ box-pack: center;
+ -webkit-box-orient: vertical;
+ -webkit-box-pack: center;
+}
+
+#title-changelog
+{
+ font-size: 50%;
+}
+
+#features
+{
+ margin: 10px 0px 40px 0px;
}
#features > li
{
margin-left: 50px;
list-style-image: url(/skin/checkmark.png);
}
-#features
-{
- margin: 40px 0px;
-}
-
#share1,
#share2
{
display: none;
}
-:root[share-variant="1"] #share1
-{
- display: block;
-}
-
+:root[share-variant="1"] #share1,
:root[share-variant="2"] #share2
{
display: block;
}
#share-text1
{
margin-left: 200px;
« no previous file with comments | « firstRun.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld