aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-12-19 18:22:56 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-12-19 18:22:56 +0100
commit5d1ef4a87c7f232c0edab74576772c43709840d0 (patch)
tree568319ef7781d3c7b868a0c9c86c740e3802775d
parentd6f77e243475d646f960eed8f7665851c620e208 (diff)
css: Add necessary definitions for new hide/show buttons.
Change-Id: Ia74c7b0e00352ca2f3d237cccabea32277214c49
-rw-r--r--app/dashboard/static/css/linaro-base-1.0.6.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/dashboard/static/css/linaro-base-1.0.6.css b/app/dashboard/static/css/linaro-base-1.0.6.css
index e0b5ffe..d5e38ce 100644
--- a/app/dashboard/static/css/linaro-base-1.0.6.css
+++ b/app/dashboard/static/css/linaro-base-1.0.6.css
@@ -192,3 +192,20 @@ ul.affix {
.footer .text-muted {
margin: 21px 0;
}
+.arch-label {
+ padding: 4px 7px 4px;
+}
+#lab-header h3, span {
+ display: inline;
+}
+#lab-header .lab-view {
+ padding-top: 10px;
+ padding-right: 2px;
+}
+#lab-header {
+ margin-bottom: 10px;
+ margin-top: 25px;
+}
+#lab-header span span i {
+ cursor: pointer;
+}