From b2bba3e883d0b16847ae7cc428f4bb62915bc141 Mon Sep 17 00:00:00 2001 From: garbash Date: Sun, 30 Nov 2014 19:59:02 +0200 Subject: Made powered by nicer+removed debug interface --- res/css/style.css | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'res/css/style.css') diff --git a/res/css/style.css b/res/css/style.css index 0c895b1c..7df97e0f 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -56,6 +56,13 @@ input { /* Internet Explorer 10+ */ color: #919095; } +.powered-by { + position: fixed; + color: #363636; + bottom: 10px; + right: 10px; + vertical-align: middle; } + /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) @@ -263,10 +270,6 @@ table { height: inherit; font-size: 17px; } -.rhizi-logo { - position: fixed; - left: 800px; } - .input-bar { position: fixed; display: block; @@ -431,12 +434,6 @@ table { top: 3px; right: 50px; } -.poweredby { - position: fixed; - bottom: 10px; - right: 10px; - vertical-align: middle; } - @font-face { font-family: 'MyWebFont'; src: url(../../font/SourceSansPro-Regular.ttf) format("ttf"); } -- cgit v1.3.1