mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
add style for mandatory reviewers/approvers on AddDocument page
This commit is contained in:
parent
9f56eaac4e
commit
99efd352f1
|
@ -68,6 +68,14 @@ input[readonly] {
|
||||||
cursor: text !important;
|
cursor: text !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.mandatories {
|
||||||
|
font-size: 90%;
|
||||||
|
font-style: italic;
|
||||||
|
color: #888;
|
||||||
|
}
|
||||||
|
div.mandatories span {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
.nav-tabs > li {
|
.nav-tabs > li {
|
||||||
float:none;
|
float:none;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user