From: Darren Date: Tue, 14 May 2013 23:32:28 +0000 (+0100) Subject: Positioning fix for channel key icon X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=700ef8bacc983a8f201a9e671ab0197bd7e9fc1f;p=KiwiIRC.git Positioning fix for channel key icon --- diff --git a/client/assets/css/style.css b/client/assets/css/style.css index c2c997b..c7f563e 100644 --- a/client/assets/css/style.css +++ b/client/assets/css/style.css @@ -185,8 +185,8 @@ html, body { height:100%; } #kiwi .server_select .basic tr.channel td { position: relative; } #kiwi .server_select .basic tr.channel .icon-key { position: absolute; - top: 1.2em; - right: 0.7em; + top: 0.4em; + right: 0.6em; font-size: 1.3em; cursor: pointer; } diff --git a/client/assets/dev/index.html.tmpl b/client/assets/dev/index.html.tmpl index 984982b..ac52e10 100644 --- a/client/assets/dev/index.html.tmpl +++ b/client/assets/dev/index.html.tmpl @@ -116,7 +116,12 @@ - + +
+ + +
+