diff --git a/static/css/wide.css b/static/css/wide.css index fd3d05e..d7eb7c8 100644 --- a/static/css/wide.css +++ b/static/css/wide.css @@ -271,7 +271,7 @@ } .bottom-window-group .output { - padding: 2px 5px; + padding: 0 5px; line-height: 16px; font-size: 12px; } @@ -356,5 +356,11 @@ float: right; display: none; cursor: pointer; + background-color: red; + color: #FFF; + margin: 1px 5px; + padding: 0 2px; + border-radius: 3px; + line-height: 16px; } /* end footer */ \ No newline at end of file diff --git a/static/js/wide.js b/static/js/wide.js index f6f566d..8a78e3a 100644 --- a/static/js/wide.js +++ b/static/js/wide.js @@ -301,7 +301,6 @@ var wide = { $(".content").height(mainH); $(".side .tabs-panel").height(mainH - 20); - $(".bottom-window-group .output").height(bottomH - 27); $(".bottom-window-group > .tabs-panel > div > div").height(bottomH - 20); }, _initBottomWindowGroup: function () { diff --git a/views/index.html b/views/index.html index f1260c1..19030ae 100644 --- a/views/index.html +++ b/views/index.html @@ -185,7 +185,7 @@
- {{.i18n.notification}}! + {{.i18n.notification}}