summaryrefslogtreecommitdiff
path: root/rt/share/html/NoAuth/css/freeside2.1/misc.css
diff options
context:
space:
mode:
authorivan <ivan>2010-05-25 11:41:16 +0000
committerivan <ivan>2010-05-25 11:41:16 +0000
commit9e409d3a45beb56ac070e3e3056e020a2494684d (patch)
tree162c3bd250e6e5f97264d9ac5e7362fefe5c9b75 /rt/share/html/NoAuth/css/freeside2.1/misc.css
parent707609b707f3aeca79d1bd0c025861b1cdc1fd4f (diff)
merge in web2 changes from 3.8.7 to 3.8.8
Diffstat (limited to 'rt/share/html/NoAuth/css/freeside2.1/misc.css')
-rw-r--r--rt/share/html/NoAuth/css/freeside2.1/misc.css27
1 files changed, 3 insertions, 24 deletions
diff --git a/rt/share/html/NoAuth/css/freeside2.1/misc.css b/rt/share/html/NoAuth/css/freeside2.1/misc.css
index eef5f4876..80d7ce0b4 100644
--- a/rt/share/html/NoAuth/css/freeside2.1/misc.css
+++ b/rt/share/html/NoAuth/css/freeside2.1/misc.css
@@ -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;
@@ -71,29 +74,6 @@
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;
}
-