simplify security warning on admin page

This commit is contained in:
Morris Jobke 2014-06-16 20:25:02 +02:00
parent 08c8ae699f
commit a5f1846170
1 changed files with 4 additions and 2 deletions

View File

@ -162,8 +162,10 @@ table.grid td.date{
}
/* ADMIN */
span.securitywarning {color:#C33; font-weight:bold; }
span.connectionwarning {color:#933; font-weight:bold; }
span.securitywarning, span.connectionwarning {
color:#C33;
font-weight:bold;
}
table.shareAPI td { padding-bottom: 0.8em; }
table.shareAPI input#shareapiExpireAfterNDays {width: 25px;}
table.shareAPI .indent { padding-left: 2em; }