layerindex-web/layerindex/static/css/additional.css
Paul Eggleton cbeba65dac Use scrolling list of checkboxes for dependencies on submit form
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-02-25 11:03:54 +00:00

62 lines
605 B
CSS

.top-padded {
padding-top: 65px;
}
textarea {
width:98%;
}
.rollie {
visibility:hidden;
}
.showRollie:hover .rollie{
visibility:visible;
}
.back-button {
margin-right:2em;
}
.label a {
color:white;
}
.footer {
text-align: center;
}
.description {
margin-bottom: 2em;
}
.description p {
font-size: 1.2em;
}
.description ul {
font-size: 1.2em;
}
.description li {
margin-bottom: 0.5em;
}
.dependency-well {
padding-top: 4px;
}
h1 .btn {
font-weight: normal;
}
.scrolling {
height: auto;
max-height: 120px;
overflow: auto;
}