Skip to content
Snippets Groups Projects
Commit a5f18461 authored by Morris Jobke's avatar Morris Jobke
Browse files

simplify security warning on admin page

parent 08c8ae69
No related branches found
No related tags found
No related merge requests found
......@@ -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; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment