]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - css/qui.css
Add options generator I forgot to add...
[irc/quakenet/qwebirc.git] / css / qui.css
index cc785d48a435e4bf11924d4a54eefee53a67881e..f5576165513c31e5119e532675d41cdceb428e53 100644 (file)
@@ -216,17 +216,16 @@ div#noscript {
   padding: 4px;
 }
 
-.qwebirc-qui div.dropdownmenu {
+.qwebirc-qui .dropdownmenu {
   z-index: 100;
   border: 1px solid #c8d2dc;
   position: relative;
-  width: auto;
   top: 10px;
   left: 10px;
   background: #f2f0ff;
 }
 
-.qwebirc-qui div.dropdownmenu a {
+.qwebirc-qui .dropdownmenu a {
   display: block;
   font-size: 0.7em;
   color: black;
@@ -238,24 +237,14 @@ div#noscript {
   padding-right: 3px;
 }
 
-.qwebirc-qui div.dropdownmenu a:hover {
-  background: white;
+.qwebirc-qui .dropdownmenu a:hover {
+  background: #FFFFFE; /* IE is rubbish and doesn't like #FFFFFF or white */
 }
 
-.qwebirc-qui div.surface {
-  height: 100%;
-  width: 100%;
-  left: 0px;
-  top: 0px;
+.qwebirc-qui .dropdownhint {
   position: relative;
-  z-index: 50;
-}
-
-.qwebirc-qui div.dropdownhint {
-  position: absolute;
-  left: 5px;
+  left: -500px;
   z-index: 10;
-  
-  top: 30px;
+  white-space: nowrap;
   font-size: 0.7em;
 }