Positioning fix for channel key icon
authorDarren <darren@Darrens-MacBook-Pro.local>
Tue, 14 May 2013 23:32:28 +0000 (00:32 +0100)
committerDarren <darren@Darrens-MacBook-Pro.local>
Tue, 14 May 2013 23:32:28 +0000 (00:32 +0100)
client/assets/css/style.css
client/assets/dev/index.html.tmpl

index c2c997b4c8046884504d80af490a2692d3bb8c83..c7f563e796a0c6ddd85bf8fe77c4557f78139f74 100644 (file)
@@ -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;
 }
index 984982bd4c7c5fa7ea2df96d9e10cf25a0f59af6..ac52e10db5cf5ce3c46aa4c277e32d6358796371 100644 (file)
 \r
                             <tr class="channel">\r
                                 <td><label for="server_select_channel">Channel</label></td>\r
-                                <td><input type="text" class="channel" id="server_select_channel"> <i class="icon-key" title="Channel Key"></i></td>\r
+                                <td>\r
+                                    <div style="position:relative;">\r
+                                        <input type="text" class="channel" id="server_select_channel">\r
+                                        <i class="icon-key" title="Channel Key"></i>\r
+                                    </div>\r
+                                </td>\r
                             </tr>\r
 \r
                             <tr class="have_key">\r