mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Notify users of API status
This commit is contained in:
+12
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user