]> jfr.im git - irc/quakenet/qwebirc.git/commitdiff
fix overlapping X button for very long window names
authorChris Porter <redacted>
Mon, 25 Aug 2014 00:52:39 +0000 (01:52 +0100)
committerChris Porter <redacted>
Mon, 25 Aug 2014 00:52:39 +0000 (01:52 +0100)
css/qui.mcss

index 32d5aa579c4c0d826f498792daabf50a23e72be3..c25d1a217bcb7e446ef46ab40cb07ed80ee8d27f 100644 (file)
@@ -174,8 +174,10 @@ html {
 
 .qwebirc-qui .outertabbar_left .tabclose {
   float: right;
-  padding-left: 0;
+  padding-left: 5px;
+  margin-left: 0px;
   margin-top: -2px;
+  position: relative;
 }
 
 .qwebirc-qui .outertabbar_left .tabbar {