Render group selector as dropdown menu.

This commit is contained in:
Michael Jumper
2013-08-15 02:18:24 -07:00
parent 402bdaee34
commit 65215720c0
2 changed files with 44 additions and 17 deletions

View File

@@ -195,6 +195,36 @@ div.section {
margin: 0;
}
.dialog td {
position: relative;
}
.dialog .overlay {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
}
.dialog .dropdown {
position: absolute;
z-index: 2;
margin-top: -1px;
width: 3in;
max-height: 5in;
overflow: auto;
border: 1px solid rgba(0, 0, 0, 0.5);
background: white;
font-size: 10pt;
}
/*
* List elements
*/