diff --git a/bower.json b/bower.json index 977836dc4..fbb7cb541 100644 --- a/bower.json +++ b/bower.json @@ -19,6 +19,7 @@ "file-saver": "*", "qrcode-decoder-js": "*", "bitcore": "~0.1.19", - "angular-moment": "~0.7.1" + "angular-moment": "~0.7.1", + "socket.io-client": ">=1.0.0" } } diff --git a/css/main.css b/css/main.css index 4a8a810fc..4aa24fbfa 100644 --- a/css/main.css +++ b/css/main.css @@ -603,6 +603,10 @@ ul.pagination li.current a:hover, ul.pagination li.current a:focus { background: #16A085; } +.alert-box a { + color:white; +} + @media only screen and (max-width: 40em) { #main, .header-content { diff --git a/index.html b/index.html index fc5d3ecb9..78e789e05 100644 --- a/index.html +++ b/index.html @@ -75,9 +75,19 @@