diff options
author | Jayaram R Pai | 2014-09-09 19:19:12 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-09-09 19:19:12 +0530 |
commit | 87abcafdc82e35b211a40bca96c609093eaa1c84 (patch) | |
tree | 027a28638e9660e18c98ebbc67f1161d7dd879a4 /static/website/css/main.css | |
parent | 2f78005613b149d7eccb16d1f3bb55f2b20a2db9 (diff) | |
download | scilab-on-cloud-87abcafdc82e35b211a40bca96c609093eaa1c84.tar.gz scilab-on-cloud-87abcafdc82e35b211a40bca96c609093eaa1c84.tar.bz2 scilab-on-cloud-87abcafdc82e35b211a40bca96c609093eaa1c84.zip |
added contributor details display
Diffstat (limited to 'static/website/css/main.css')
-rw-r--r-- | static/website/css/main.css | 16 |
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; +} |