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

Commit

Permalink
Added Z-Index for .moreBtn LI to prevent falling behind dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
aviflombaum committed Apr 12, 2012
1 parent 696d2d0 commit 59df1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/stylesheets/application/styles.css
Expand Up @@ -138,7 +138,7 @@ form.instantiations span label { width: auto; margin-left: 3px; }
.recordItemTitle .moreBtn { position:absolute; top:7px; right:7px; width:29px; height:29px; line-height:29px; text-align:center; border:none; background:none; display:block; }
.recordItemTitle .moreBtn span{ position:absolute; top:0px; left:0px; width:25px; height:25px; line-height:25px; text-align:center; font-size:18px; font-weight:bold; display:block; z-index:9999; border:#777 2px solid; background:#ccc; color:#000; }
.recordItemTitle .moreBtn ul{ z-index:10000; display:none; position:absolute; top:13px; right:0px; text-align:left; color:#333; font-size:13px; padding:5px 0; text-shadow: 0px 1px 0px #eee; -moz-border-radius-topleft: 7px; -moz-border-radius-topright: 0px; -moz-border-radius-bottomright: 7px; -moz-border-radius-bottomleft: 7px; border-top-left-radius: 7px; border-top-right-radius: 0px; border-bottom-right-radius: 7px; border-bottom-left-radius: 7px; border:#cccccc 2px solid; background:#f0f0f0; }
.recordItemTitle .moreBtn ul li { list-style:none; padding:1px 10px; margin:0; line-height:15px; }
.recordItemTitle .moreBtn ul li { list-style:none; padding:1px 10px; margin:0; line-height:15px; z-index:10000;}
.recordItemTitle .moreBtn ul li a { padding:0px; margin:0; line-height:15px; }
.recordItemTitle .moreBtn:hover span { border:#cccccc 2px solid; background:#f0f0f0; color:#508bc7; -moz-border-radius-topleft: 7px; -moz-border-radius-topright: 7px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; border-top-left-radius: 7px; border-top-right-radius: 7px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-color:#f0f0f0; }
.recordItemTitle .moreBtn:hover ul { display:block; }
Expand Down

0 comments on commit 59df1f7

Please sign in to comment.