add style for mandatory reviewers/approvers on AddDocument page

This commit is contained in:
Uwe Steinmann 2014-06-17 18:10:12 +02:00
parent 9f56eaac4e
commit 99efd352f1

View File

@ -68,6 +68,14 @@ input[readonly] {
cursor: text !important;
}
div.mandatories {
font-size: 90%;
font-style: italic;
color: #888;
}
div.mandatories span {
font-weight: bold;
}
@media (max-width: 480px) {
.nav-tabs > li {
float:none;