Added css for info id

Used in plugin manual tests
diff --git a/www/assets/main.css b/www/assets/main.css
index 4e33267..455b1de 100644
--- a/www/assets/main.css
+++ b/www/assets/main.css
@@ -81,3 +81,22 @@
 .log--content--line--error {
   background-color: #FFA6A6;
 }
+
+#info{
+  background:#ffa;
+  border: 1px solid #ffd324;
+  -webkit-border-radius: 5px;
+  border-radius: 5px;
+  clear:both;
+  margin:15px 6px 0;
+  min-width:295px;
+  max-width:97%;
+  padding:4px 0px 2px 10px;
+  word-wrap:break-word;
+  margin-bottom:10px;
+  display:inline-block;
+  min-height: 160px;
+  max-height: 300px;
+  overflow: auto;
+  -webkit-overflow-scrolling: touch;
+}