]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - css/qui.mcss
normalise line endings
[irc/quakenet/qwebirc.git] / css / qui.mcss
index f82c89577875e77a4066e55129bbbbf058aa215b..414b37f05e252af1ce2fb0ae4cd70d0d6657387c 100644 (file)
@@ -130,6 +130,9 @@ html {
   right: 0px;
   background-color: $(topic_background);
   border-bottom: 1px dashed $(topic_border);
+/*  overflow: hidden;*/
+  text-overflow: ellipsis;
+/*  white-space: nowrap;*/
 }
 
 .qwebirc-qui .topic .emptytopic {
@@ -148,30 +151,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;
+  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 {
@@ -230,18 +243,23 @@ html {
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
+  font-weight: normal;
+  color: $(tab_text);
 }
 
 .qwebirc-qui a.tab-hilight-activity {
-  color: #009900;
+  color: #22bb22;
+  font-weight: bold;
 }
 
 .qwebirc-qui a.tab-hilight-speech {
-  color: #0000ff;
+  color: #2222bb;
+  font-weight: bold;
 }
 
 .qwebirc-qui a.tab-hilight-us {
-  color: #ff0000;
+  color: #bb4444;
+  font-weight: bold;
 }
 
 .qwebirc-qui .nicklist {
@@ -302,7 +320,6 @@ div#noscript {
   cursor: pointer;
   cursor: hand;
   float: left;
-  padding: 4px;
   width: 17px;
 }