diff static/css/sat_website.css @ 33:73c6333fd124

change overview.html, move the previous content to principles.html
author souliane <souliane@mailoo.org>
date Tue, 27 Jan 2015 08:07:15 +0100
parents b45621706d83
children 9d553570cc61
line wrap: on
line diff
--- a/static/css/sat_website.css	Tue Jan 27 07:54:43 2015 +0100
+++ b/static/css/sat_website.css	Tue Jan 27 08:07:15 2015 +0100
@@ -21,7 +21,8 @@
 
 
 body {
-    padding-top: 60px;
+  padding-top: 70px;
+  padding-bottom: 30px;
 }
 
 header {
@@ -88,13 +89,12 @@
 
 #sat_logo {
     float: left;
-    margin-right: 5px;
-    margin-top: 5px;
+    padding: 5px;
 }
 
 #overview_logo {
 	vertical-align: middle;
-	margin-top: -25px;
+	margin-top: -20px;
 	margin-right: 15px;
 }
 
@@ -165,3 +165,12 @@
     padding-top: 12px;
     padding-bottom: 12px;
 }
+
+.overview_spacer {
+    height: 30px;
+}
+
+.progress-bar-left {
+    background-color: lightgray;
+    color: gray;
+}