Changed the z-index for the ballot-icon tooltip so it doesn't obscure ballot pop-over content.
- Legacy-Id: 9447
This commit is contained in:
parent
02cd366ff0
commit
1b68acd755
|
@ -128,6 +128,9 @@ label.required:after { content: "\2217"; color: #a94442; font-weight: bold; }
|
|||
.ballot-icon table .my { border: 2px solid #000;}
|
||||
.ballot-icon table { margin: 0 0 10px 10px; }
|
||||
|
||||
/* Adjust the z-index of the ballot-icon tooltip so it doesn't obscure pop-over content */
|
||||
.ballot-icon:after { z-index: 1035; }
|
||||
|
||||
/* Style the right-hand page navigation affix used on some pages. */
|
||||
|
||||
#affix .nav > li > a {
|
||||
|
|
Loading…
Reference in a new issue