muck-engine 0.4.29 → 0.4.30

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,15 +0,0 @@
1
- .ac_results{padding:0px;border:1px solid black;background-color:white;overflow:hidden;z-index:99999;color:#555;}
2
- .ac_results ul{width:100%;list-style-position:outside;list-style:none;padding:0;margin:0;}
3
- .ac_results li{margin:0px;padding:2px 5px;cursor:default;display:block;/*
4
- if width will be 100% horizontal scrollbar will apear
5
- when scroll mode will be used
6
- */
7
- /*width:100%;*/
8
- font:menu;font-size:12px;/*
9
- it is very important,if line-height not setted or setted
10
- in relative units scroll will be broken in firefox
11
- */
12
- line-height:16px;overflow:hidden;}
13
- .ac_loading{background:white url('/images/spinner.gif') right center no-repeat;}
14
- .ac_odd{background-color:#eee;}
15
- .ac_over{background-color:#0A246A;color:white;}