* adjust z-index for querybox.
This commit is contained in:
@@ -537,7 +537,7 @@ body {font-size: 13px; color:#141414;padding-bottom: 40px;}
|
||||
.outer .table tbody td > a:visited, #crumbs > a:visited, .side > a:visited {color: #551A8B}
|
||||
|
||||
/* Querybox */
|
||||
#querybox {margin: 35px -10px -7px; background-color: #fff; height: 0; border-top: 1px solid #ddd; position: relative; z-index: 2222; overflow: visible; display: none;}
|
||||
#querybox {margin: 35px -10px -7px; background-color: #fff; height: 0; border-top: 1px solid #ddd; position: relative; z-index: 1000; overflow: visible; display: none;}
|
||||
#querybox form {padding: 10px}
|
||||
#querybox.show {display: block; height: auto}
|
||||
#titlebar #querybox {margin: 5px -20px -10px}
|
||||
|
||||
Reference in New Issue
Block a user