summaryrefslogtreecommitdiff
path: root/static/website/css
diff options
context:
space:
mode:
Diffstat (limited to 'static/website/css')
-rw-r--r--static/website/css/main.css16
1 files changed, 14 insertions, 2 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css
index d4938fe..7c545a9 100644
--- a/static/website/css/main.css
+++ b/static/website/css/main.css
@@ -133,14 +133,19 @@ body, html {
font-size: .6em;
display: block;
}
-#lightbox-me-wrapper {
+#plotbox-wrapper,
+#databox-wrapper {
padding: 35px;
background: #ffffff;
- box-shadow: 0 0 10px #ffffff;
+ -webkit-box-shadow: 0 0 10px #ffffff;
+ -moz-box-shadow: 0 0 10px #ffffff;
+ -o-box-shadow: 0 0 10px #ffffff;
+ box-shadow: 0 0 10px #ffffff;
}
a.extra-link {
float: right;
color: #aaaaaa;
+ display: none;
}
.ajax-loader {
position: relative;
@@ -152,3 +157,10 @@ a.extra-link {
background: url("../images/ajax-loader.gif");
background-size: cover;
}
+table {
+ border: 1px solid #cccccc;
+}
+table td {
+ padding: 5px 10px;
+ border: 1px solid #cccccc;
+}