Skip to content
Snippets Groups Projects
Commit dd2dd7ea authored by Volkan Gezer's avatar Volkan Gezer
Browse files

Merge pull request #9059 from owncloud/simplify-warning-layout

simplify security warning on admin page
parents bd4f3849 a5f18461
No related branches found
No related tags found
No related merge requests found
...@@ -162,8 +162,10 @@ table.grid td.date{ ...@@ -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; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment