muck-engine 0.4.29 → 0.4.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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;}