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

Unified Diff: html/static/css/firstRun.css

Issue 5545110112567296: Issue #1204 - Remove A/B testing for donation button in firstrun page in IE (Closed)
Patch Set: Cleanup. Addressing comments. Created Nov. 4, 2014, 11:10 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 | « no previous file | html/static/js/firstRun.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: html/static/css/firstRun.css
===================================================================
--- a/html/static/css/firstRun.css
+++ b/html/static/css/firstRun.css
@@ -11,7 +11,7 @@
#wrapper,
#logo,
.share-image,
-#share-images2,
+#share-images,
#share-donate
{
display: inline-block;
@@ -61,27 +61,19 @@
list-style-image: url(../img/checkmark.png);
}
-#share1,
-#share2
+#share
{
- display: none;
font-size: 120%;
margin-top: 40px;
}
-html.share-variant-1 #share1,
-html.share-variant-2 #share2
-{
- display: block;
-}
-
.share-image
{
width: 82px;
height: 82px;
}
-#share-images2
+#share-images
{
box-shadow: 0 0 4px 3px #EEEEEE;
border-radius: 5px;
@@ -90,7 +82,7 @@
margin-bottom: 30px;
}
-#share-images2 *
+#share-images *
{
vertical-align: middle;
}
@@ -109,22 +101,22 @@
background-repeat: repeat-x;
}
-#share2-connection
+#share-connection
{
margin: 0px 20px;
}
-.share-facebook
+#share-facebook
{
background-image: url(../img/social/facebook.png);
}
-.share-twitter
+#share-twitter
{
background-image: url(../img/social/twitter.png);
}
-.share-gplus
+#share-gplus
{
background-image: url(../img/social/gplus.png);
}
« no previous file with comments | « no previous file | html/static/js/firstRun.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld