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

Unified Diff: static/css/index.css

Issue 29328882: Issue 2870 - Adjust icons on homepage horizontally (Closed)
Patch Set: Created Oct. 6, 2015, 4:03 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
Index: static/css/index.css
===================================================================
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -300,11 +300,11 @@
display: inline-block;
}
-#install ul
+#other-platform ul
{
list-style: none;
display: inline-block;
- margin: 0 0 0 5px;
+ margin: 0px;
padding: 0;
vertical-align: bottom;
}
@@ -314,14 +314,14 @@
margin: 0 5px 0 0;
}
-#install li
+#other-platform li
{
display: inline-block;
margin: 0 3px;
font-size: 0;
}
-#install li a
+#other-platform li a
{
width: 19px;
height: 20px;
@@ -442,16 +442,6 @@
font-size: 14px;
}
-#edge-subscription
-{
- margin: 0px 0px 10px 40px;
-}
-
-html[dir="rtl"] #edge-subscription
-{
- margin: 0px 40px 10px 0px;
-}
-
#edge-subscription input[type=email]
{
border: solid 2px #a5a5a5;
@@ -481,8 +471,8 @@
#edge-subscription form > span, #edge-subscription form.success input,
-#edge-subscription form.success button, #other-browsers, #content.edge #video,
-#edge-subscription, #edge-teaser
+#edge-subscription form.success button, #other-platform > div,
+#content.edge #video, #edge-subscription, #edge-teaser
{
display: none;
}
@@ -495,7 +485,8 @@
#edge-subscription form.success .sucess-label,
#edge-subscription form.invalid .invalid-label,
#edge-subscription form.error .response-error,
-#content.edge #edge-subscription
+#content.edge #edge-subscription,
+#content.edge #other-platform > div
{
display: block;
}
« includes/index.tmpl ('K') | « includes/index.tmpl ('k') | static/css/index-desktop.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld