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

Unified Diff: static/css/main.css

Issue 29326071: No Issue - Add social media buttons to the footer ABB.org (Closed)
Patch Set: Addressed Thomas comments and added translation json Created Sept. 8, 2015, 10:04 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 | « locales/en/footer.json ('k') | static/images/facebook.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/main.css
===================================================================
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -216,7 +216,7 @@
margin-bottom: 14px;
}
-#badges a
+#badges a, #social-media a
{
text-decoration: none;
}
@@ -323,8 +323,26 @@
#language
{
- display: block;
- margin-bottom: 34px;
+ vertical-align: middle;
+ margin-right: 10px;
+}
+
+html[dir="rtl"] #language
+{
+ margin-left: 10px;
+ margin-right: 0px;
+}
+
+#social-media
+{
+ display: inline-block;
+ vertical-align: middle;
+ margin: 10px 0px;
+}
+
+#social-media a
+{
+ margin: 0px 3px;
}
#modal
@@ -578,9 +596,4 @@
{
margin-top: 34px;
}
-
- footer
- {
- line-height: 24px;
- }
}
« no previous file with comments | « locales/en/footer.json ('k') | static/images/facebook.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld