Fixing previous commit: only works in the Relaxed theme
authorWaldir Pimenta <waldir@email.com>
Mon, 13 May 2013 17:55:13 +0000 (19:55 +0200)
committerWaldir Pimenta <waldir@email.com>
Mon, 13 May 2013 17:55:13 +0000 (19:55 +0200)
client/assets/css/style.css

index d638ba7b334ac517ecdac81ae388c93269dccdf2..334f004fac3e0b53274a8844ef5fc07110a0a435 100644 (file)
@@ -118,14 +118,7 @@ html, body { height:100%; }
 }
 
 /* The nick label */
-#kiwi #controlbox .input .nick {
-    cursor: pointer;
-    background-color: #eee;
-    border-radius: 3px 0 0 3px;
-    border-right: 1px solid #ccc;
-    padding-right: 0.5em;
-    text-decoration: underline;
-}
+#kiwi #controlbox .input .nick { cursor: pointer; }
 
 #kiwi #controlbox .input .nick a { }
 
@@ -471,8 +464,19 @@ html, body { height:100%; }
     -webkit-border-radius:5px;
     -khtml-border-radius:5px;
 }
-#kiwi.theme_relaxed #controlbox .input .nick { text-align: right; width:11em; left:0px; position:absolute; padding:2px; overflow:hidden; }
-#kiwi.theme_relaxed #controlbox .input .nick a { text-decoration:none; color:black; }
+#kiwi.theme_relaxed #controlbox .input .nick {
+    text-align: right;
+    width: 11em;
+    left: 0px;
+    position: absolute;
+    overflow: hidden;
+    background-color: #eee;
+    border-radius: 3px 0 0 3px;
+    border-right: 1px solid #ccc;
+    padding: 2px;
+    padding-right: 0.5em;
+    text-decoration: underline;
+}
 
 #kiwi.theme_relaxed.narrow #controlbox .input .nick { display:none; }
 #kiwi.theme_relaxed.narrow #controlbox .input .input_wrap { left:7px; }