diff options
| author | Kawandeep Virdee | 2013-11-10 11:47:46 -0500 |
|---|---|---|
| committer | Kawandeep Virdee | 2013-11-10 11:47:46 -0500 |
| commit | 4376526f8bc7e72e3d7cc958a97ade1104dc88d6 (patch) | |
| tree | fc017e7c8c2520c688664365637f70e07ca202a8 /assets/css/application.css | |
| parent | c9a1791ffb8784156b52a19245761aabb62851f9 (diff) | |
| download | clip-play-4376526f8bc7e72e3d7cc958a97ade1104dc88d6.tar.bz2 | |
added image proxy
Diffstat (limited to 'assets/css/application.css')
| -rw-r--r-- | assets/css/application.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/css/application.css b/assets/css/application.css index 215daca..df74acb 100644 --- a/assets/css/application.css +++ b/assets/css/application.css @@ -19,6 +19,7 @@ header { #samples { margin: 3em 0; + z-index:1; } @@ -115,6 +116,7 @@ header { /* . Buttons . */ .button { + z-index:1; border-width: 1px; border-style: solid; cursor: pointer; @@ -212,4 +214,5 @@ header { } .sample-media{ + z-index: -1; } |
