Notify users of API status

This commit is contained in:
Ansis Brammanis
2013-04-16 12:36:58 -04:00
parent c0c71a54d5
commit 7e75ea4bad
7 changed files with 70 additions and 0 deletions
+12
View File
@@ -1874,6 +1874,18 @@ img.wiki-image {
content: ', ';
}
/* API Status */
.api-status {
float: left;
}
.api-status.offline,
.api-status.readonly {
background: red;
padding: 5px 10px;
}
/* Account Information */
.account {