]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - css/qui.mcss
fix overlapping X button for very long window names
[irc/quakenet/qwebirc.git] / css / qui.mcss
index 7ac1e632707d968b1f1aa1cdb94fcf8fda743864..c25d1a217bcb7e446ef46ab40cb07ed80ee8d27f 100644 (file)
@@ -139,7 +139,8 @@ html {
 .qwebirc-qui .topic {
   color: gray;
   padding-left: 5px;
-  font-size: 0.7em;
+  padding-bottom: 3px;
+  font-size: 1.1em;
   cursor: default;
 }
 
@@ -147,30 +148,40 @@ html {
   background: $(tabbar_background);
 }
 
+.qwebirc-qui .outertabbar_top .dropdown-tab {
+  padding: 4px 3px 0 3px;
+}
+
+.qwebirc-qui .outertabbar_left .dropdown-tab {
+  padding: 3px 3px 0 3px;
+  margin-right: 2px;
+}
+
 .qwebirc-qui .outertabbar_left {
   border-right: 1px solid $(tabbar_border);
   overflow: auto;
-
 }
 
 .qwebirc-qui .outertabbar_left .tab {
   display: block;
   margin-right: 3px;
-  margin-top: 2px;
+  margin-top: 1px;
   line-height: normal;
   overflow: hidden;
   text-overflow: ellipsis;
+  min-height: 15px;
 }
 
-
 .qwebirc-qui .outertabbar_left .tabclose {
   float: right;
-  padding-left: 0 !important;
+  padding-left: 5px;
+  margin-left: 0px;
   margin-top: -2px;
+  position: relative;
 }
 
 .qwebirc-qui .outertabbar_left .tabbar {
-  margin-left: 5px;
+  margin-left: 2px;
 }
 
 .qwebirc-qui .outertabbar_top {
@@ -301,7 +312,6 @@ div#noscript {
   cursor: pointer;
   cursor: hand;
   float: left;
-  padding: 4px;
   width: 17px;
 }