merge in web2 changes from 3.8.7 to 3.8.8
[freeside.git] / rt / share / html / NoAuth / css / freeside2.1 / misc.css
index eef5f48..80d7ce0 100644 (file)
@@ -45,6 +45,9 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
+
+@import "../base/misc.css";
+
 #body.calpopup {
     margin-left: 1em;
     margin-top: 1em;
     font-size: 1.5em;
 }
 
-div.autocomplete {
-    position: absolute;
-    background-color: white;
-    border: 1px solid #888;
-    margin: 0px;
-    padding: 0px;
-}
-div.autocomplete ul {
-    list-style-type: none;
-    margin: 0px;
-    padding: 0px;
-}
-div.autocomplete ul li.selected {
-    background-color: #0088cc;
-    color: #eee;
-}
-div.autocomplete ul li {
-    list-style-type: none;
-    display: block;
-    margin: 0;
-    padding: 2px;
-}
-
 .comment { 
  padding-left: 0.5em;
  color: #999;
@@ -105,4 +85,3 @@ div.autocomplete ul li {
     margin-top: 1em;
     overflow: auto;
 } 
-