diff --git a/demo/app/css/main.css b/demo/app/css/main.css index abfcd67f5..e0043e37b 100644 --- a/demo/app/css/main.css +++ b/demo/app/css/main.css @@ -24,3 +24,26 @@ div { margin-bottom: 0; } +.status-offline { + vertical-align: middle; + margin-left: 5px; + margin-top: 4px; + width: 12px; + height: 12px; + background: red; + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + border-radius: 10px; +} + +.status-online { + vertical-align: middle; + margin-left: 5px; + margin-top: 4px; + width: 12px; + height: 12px; + background: mediumseagreen; + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + border-radius: 10px; +} diff --git a/demo/app/index.html b/demo/app/index.html index 417f60960..6544e05d1 100644 --- a/demo/app/index.html +++ b/demo/app/index.html @@ -10,7 +10,7 @@