Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
z-index tweak to tuck the Arrow example's arrow underneath closing he…
Browse files Browse the repository at this point in the history
…ader below it.
  • Loading branch information
mobifydave committed Aug 2, 2012
1 parent c18ec20 commit a65c482
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/static/examples/css/accordion-style.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
border-width: 1px 0; border-width: 1px 0;
position: relative; position: relative;
cursor: pointer; cursor: pointer;
z-index: 5;
background: #ffffff; /* Old browsers */ background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%); /* FF3.6+ */ background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
Expand Down Expand Up @@ -72,7 +73,7 @@
top: 50%; top: 50%;
right: 10px; right: 10px;
margin-top: -11px; margin-top: -11px;
z-index: 9; z-index: 4;
width: 22px; width: 22px;
height: 22px; height: 22px;
background: url(../img/accordion.png) 0 -20px no-repeat; background: url(../img/accordion.png) 0 -20px no-repeat;
Expand Down

0 comments on commit a65c482

Please sign in to comment.