]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - static/css/qui.css
Fix topic issues and resizing.
[irc/quakenet/qwebirc.git] / static / css / qui.css
index 8f13965fad0e9ef2e614839b19b8d663543595ea..b1c507044a3c9995457021fa76645bd4b42e9ae4 100644 (file)
@@ -98,6 +98,7 @@
   position: absolute;
   left: 0px;
   top: 0px;
+  right: 0px;
   background-color: #F2F0FF;
   border-bottom: 1px dashed #c8d2dc;
 }
   color: grey;
 }
 
+.qwebirc-qui .topic {
+  color: grey;
+  font-family: Verdana, sans-serif;
+  padding-left: 5px;
+  font-size: 0.7em;
+}
+
 .qwebirc-qui .lines {
   overflow: auto;
   position: absolute;
   vertical-align: top;
   text-align: center;
 }
+
+.qwebirc-qui form {
+  margin: 0px;
+  padding: 0px;
+}
\ No newline at end of file