rename profiles.json to overview.json (#45)
[web/firmware-selector-openwrt-org.git] / index.css
index 75391db66e73847abf4fcab733fa228a32e53f46..a7203375a25548766cfbb93aca6cab343b0ab56d 100644 (file)
--- a/index.css
+++ b/index.css
@@ -1,13 +1,16 @@
 
 body {
-  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
+  font-family: "Arial", sans-serif;
   margin: 0px;
 }
 
-/*the container must be positioned relative:*/
+#models-autocomplete {
+  width: 20em;
+  display: inline-block;
+}
+
 .autocomplete {
   position: relative;
-  display: inline-block;
 }
 
 .autocomplete > input {
@@ -18,10 +21,6 @@ body {
   border-radius: 4px;
 }
 
-.autocomplete {
-  width: 20em;
-}
-
 .autocomplete-items {
   position: absolute;
   border: 1px solid #d4d4d4;
@@ -92,7 +91,7 @@ header > div {
 }
 
 .container > div {
-  padding: 30px;
+  padding: 10px 20px;
   text-align: left;
   box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 2px 1px -1px rgba(0,0,0,0.12);
   border-radius: 4px;
@@ -101,11 +100,11 @@ header > div {
   background-color: #fff;
 }
 
-#releases {
-  width: 10em;
-  background-color: #f1f1f1;
+#versions {
   border: 1px solid transparent;
+  background-color: #f1f1f1;
   padding: 10px;
+  width: 10em;
   border-radius: 4px;
 }
 
@@ -205,3 +204,24 @@ header > div {
 .download-help {
   display: none;
 }
+
+#buildspinner {
+  float: left;
+  height: 40px;
+  padding-right: 12px;
+  display: none;
+}
+
+#buildstatus {
+  padding: 10px 0;
+  display: none;
+}
+
+#footer {
+  font-size: 0.8em;
+  text-align: right;
+}
+
+#footer a {
+  text-decoration: none;
+}