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

simplify security warning on admin page
This commit is contained in:
Volkan Gezer 2014-06-16 21:30:46 +02:00
commit dd2dd7eaae
1 changed files with 4 additions and 2 deletions

View File

@ -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; }