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.
- data/VERSION +1 -1
- data/muck-engine.gemspec +2 -6
- data/public/javascripts/jquery/jquery-ui.js +862 -123
- data/public/javascripts/muck.js +1 -3
- data/public/stylesheets/admin.css +9 -1
- data/test/rails_root/public/stylesheets/admin.css +22 -0
- metadata +4 -8
- data/public/javascripts/jquery/jquery.autocomplete.js.readme +0 -6
- data/public/javascripts/jquery/jquery.autocomplete.min.js +0 -15
- data/public/javascripts/jquery/jquery.autocomplete.pack.js +0 -767
- data/public/stylesheets/jquery/jquery.autocomplete.css +0 -15
@@ -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;}
|