Inspector box shadow was a bit too dramatic, adjusted styles.

Change-Id: Ie0f066f62b363df645c072ee174000991258574e
This commit is contained in:
Rob Moen 2012-07-25 12:47:04 -07:00
parent d9a2a9a181
commit 99ff0d5f6c

View file

@ -14,9 +14,9 @@
-o-border-radius: 0.25em;
border-radius: 0.25em;
background-color: rgba(255,255,255,0.95);
-webkit-box-shadow: 0 0.25em 1em 0 rgba(0,0,0,0.25);
-moz-box-shadow: 0 0.25em 1em 0 rgba(0,0,0,0.25);
box-shadow: 0 0.25em 1em 0 rgba(0,0,0,0.25);
-webkit-box-shadow: 0 .15em .5em 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 .15em .5em 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 .15em .5em 0 rgba(0, 0, 0, 0.2);
padding: 0.75em;
padding-top: 2.5em;
min-width: 15em;