From 87abcafdc82e35b211a40bca96c609093eaa1c84 Mon Sep 17 00:00:00 2001 From: Jayaram R Pai Date: Tue, 9 Sep 2014 19:19:12 +0530 Subject: added contributor details display --- static/website/css/main.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'static/website/css/main.css') 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; +} -- cgit