From 700ef8bacc983a8f201a9e671ab0197bd7e9fc1f Mon Sep 17 00:00:00 2001 From: Darren Date: Wed, 15 May 2013 00:32:28 +0100 Subject: [PATCH] Positioning fix for channel key icon --- client/assets/css/style.css | 4 ++-- client/assets/dev/index.html.tmpl | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) 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 @@ - + +
+ + +
+ -- 2.25.1