source: main/trunk/greenstone3/web/interfaces/oran/js/jquery-ui-1.8rc1/themes/base/ui.autocomplete.css@ 24245

Last change on this file since 24245 was 24245, checked in by sjb48, 13 years ago

Oran code for supporting format changes to document.

  • Property svn:executable set to *
File size: 760 bytes
Line 
1/* Autocomplete
2----------------------------------*/
3.ui-autocomplete-menu { position: absolute; cursor: default; }
4
5.ui-autocomplete-loading { background: white url('images/ui-anim.basic.16x16.gif') right center no-repeat; }
6.ui-autocomplete-over { background-color: #0A246A; color: white; }
7
8/* Menu
9----------------------------------*/
10.ui-menu {
11 list-style:none;
12 padding: 2px;
13 margin: 0;
14 display:block;
15}
16.ui-menu .ui-menu {
17 margin-top: -3px;
18}
19.ui-menu .ui-menu-item {
20 margin:0;
21 padding: 0;
22 width: 100%;
23}
24.ui-menu .ui-menu-item a {
25 text-decoration:none;
26 display:block;
27 padding:.2em .4em;
28 line-height:1.5;
29}
30.ui-menu .ui-menu-item a.ui-state-hover,
31.ui-menu .ui-menu-item a.ui-state-active {
32 margin: -1px;
33}
Note: See TracBrowser for help on using the repository browser.