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

Unified Diff: static/css/lsd.css

Issue 6275268058546176: Issue 2157 - Update Large Scale Deployments landing page (Closed)
Patch Set: Some fixes according to "Patch Set 6" comments Created June 14, 2015, 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 | « pages/deployments.tmpl ('k') | static/img/lsd/7energy-logo.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/lsd.css
===================================================================
new file mode 100644
--- /dev/null
+++ b/static/css/lsd.css
@@ -0,0 +1,117 @@
+#lsd-header-block, #lsd-icon-wrapper
+{
+ display: inline-block;
+}
+
+#lsd-header-block
+{
+ vertical-align: top;
+ max-width: 500px;
+}
+
+#lsd-icon-wrapper
+{
+ padding-left: 40px;
+}
+
+@media (max-width: 650px)
+{
+ #lsd-icon-wrapper
+ {
+ display: none;
+ }
+}
+
+
+#lsd-header-block h1
+{
+ margin-top: 0px;
+}
+
+.lsd-feature-wrapper
+{
+ min-width: 300px;
+ margin-top: 20px;
+ display: inline-block;
+}
+
+.lsd-icon
+{
+ display: inline-block;
+ background-image: url(/img/lsd/lsd-sprite.png);
+ vertical-align: middle;
+}
+
+.lsd-icon.lsd
+{
+ background-position: -1px -1px;
+ height: 110px;
+ width: 110px;
+}
+
+.lsd-icon.bandwidth
+{
+ background-position: -1px -112px;
+ height: 60px;
+ width: 60px;
+}
+
+.lsd-icon.efficient
+{
+ background-position: -62px -112px;
+ height: 60px;
+ width: 60px;
+}
+
+.lsd-icon.privacy
+{
+ background-position: -62px -173px;
+ height: 60px;
+ width: 60px;
+}
+
+.lsd-icon.gpl
+{
+ background-position: -1px -173px;
+ height: 60px;
+ width: 60px;
+}
+
+.lsd-feature-text
+{
+ margin-left: 20px;
+ display: inline-block;
+ width: 250px;
+ font-size: 21px;
+ font-weight: bold;
+ vertical-align: middle;
+}
+
+.lsd-feature-separator
+{
+ margin: 40px 0px;
+}
+
+.lsd-organisation-wrapper
+{
+ clear: both;
+ margin-bottom: 20px;
+ overflow: hidden;
+}
+
+.lsd-organisation-wrapper img
+{
+ float: left;
+ vertical-align: top;
+ margin-right: 20px;
+}
+
+.lsd-organisation-wrapper div
+{
+ vertical-align: top;
+}
+
+.lsd-organisation-wrapper p
+{
+ margin: 0px;
+}
« no previous file with comments | « pages/deployments.tmpl ('k') | static/img/lsd/7energy-logo.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld