lx-scan
Version:
License eXtension to find 5-tuples of all installed packages: name, version, project home page, license (e. g. Apache v2, BSD) and required notice. It includes a GUI to edit information for each package and to enter information if necessary.
86 lines (74 loc) • 1.36 kB
CSS
form {
padding:0;
display:inline;
position:relative;
}
.second-level-menu > li
{
position: relative;
height: 30px;
background: #26343F;
}
.second-level-menu > li:hover { background: #00B299; }
.top-level-menu
{
list-style: none;
padding: 0;
margin: 0;
}
.top-level-menu > li
{
position: relative;
float: left;
height: 30px;
width: 150px;
background: #26343F;
}
.top-level-menu > li:hover { background: #00B299; }
.top-level-menu li:hover > ul
{
/* On hover, display the next level's menu */
display: inline;
}
/* Menu Link Styles */
.top-level-menu a /* Apply to all links inside the multi-level menu */
{
font: bold 14px Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration: none;
padding: 0 0 0 10px;
/* Make the link cover the entire list item-container */
display: block;
line-height: 30px;
}
.top-level-menu a:hover { color: #000000; }
.menubar {
width: 100%;
height: 30px;
background: #26343F;
}
div.optionsdiv {
width:75%;
border:1px solid #ccc;
margin-left: auto;
margin-right: auto;
padding: 50px 50px 50px 50px;
}
div.option {
position:relative;
height:30px;
margin-left:auto;
margin-right:auto;
}
div.description {
position:relative;
color: grey;
font-size: 8pt;
width: 100px;
margin-left:auto;
margin-right:auto;
}
div.selbox {
margin-right: auto;
margin-left: auto;
}