simplify security warning on admin page
This commit is contained in:
parent
08c8ae699f
commit
a5f1846170
|
@ -162,8 +162,10 @@ table.grid td.date{
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ADMIN */
|
/* ADMIN */
|
||||||
span.securitywarning {color:#C33; font-weight:bold; }
|
span.securitywarning, span.connectionwarning {
|
||||||
span.connectionwarning {color:#933; font-weight:bold; }
|
color:#C33;
|
||||||
|
font-weight:bold;
|
||||||
|
}
|
||||||
table.shareAPI td { padding-bottom: 0.8em; }
|
table.shareAPI td { padding-bottom: 0.8em; }
|
||||||
table.shareAPI input#shareapiExpireAfterNDays {width: 25px;}
|
table.shareAPI input#shareapiExpireAfterNDays {width: 25px;}
|
||||||
table.shareAPI .indent { padding-left: 2em; }
|
table.shareAPI .indent { padding-left: 2em; }
|
||||||
|
|
Loading…
Reference in New Issue