]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - static/css/swmui.css
Better hilighting.
[irc/quakenet/qwebirc.git] / static / css / swmui.css
index 34a5ca6a67cd6e1f58f855097b0255a7764aff91..798d0da08254f144d0a5aef7425ee59d7f5cc51d 100644 (file)
@@ -19,22 +19,32 @@ body, html {
   background: #ddf;
 }
 
+.qwebirc-swmui .topic {
+  background: #fdf;
+}
+
 .qwebirc-swmui .entry {
   background: #dfd;
 }
 
+.qwebirc-swmui .entry input {
+  background: #dfd;
+}
+
 .qwebirc-swmui .content {
   background: #ddf;
+  overflow: auto;
 }
 
 .qwebirc-swmui .nicklist {
   background: #dff;
+  overflow: auto;
 }
 
 .qwebirc-swmui .tab {
+  position: relative;
   float: left;
   min-width: 100px;
-  width: 100px;
   display: block;
   border: 1px solid black;
   margin-right: 2px;
@@ -42,9 +52,10 @@ body, html {
 }
 
 .qwebirc-swmui .tabclose {
-  border: 1px solid black;
   margin: 2px;
+  width: 15px;
   font-size: 0.5em;
+  vertical-align: top;
 }
 
 .qwebirc-swmui .entry input {
@@ -72,4 +83,10 @@ body, html {
 
 .qwebirc-swmui .tab-unselected {
   background: #eee;
-}
\ No newline at end of file
+}
+
+#swmui {
+  height: 100%;
+  width: 100%;
+  position: absolute;
+}