muck-engine 3.2.8 → 3.2.9

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.2.8
1
+ 3.2.9
@@ -3,7 +3,7 @@
3
3
  <%= google_load_jquery_ui_css(http_protocol, 'smoothness', '1.8.9') %>
4
4
  <%= stylesheet_link_tag 'blueprint/print.css', :media => "print" %>
5
5
  <!--[if IE]><link rel="stylesheet" href="/stylesheets/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
6
- <%= stylesheet_link_tag %W{ reset styles blueprint/liquid_screen jquery/jquery.autocomplete jquery/jquery.fancybox fgmenu/fg.menu.css admin }, :cache => 'admin_styles' %>
6
+ <%= stylesheet_link_tag %W{ reset styles blueprint/liquid_screen jquery/jquery.autocomplete jquery/jquery.fancybox admin }, :cache => 'admin_styles' %>
7
7
  <%= stylesheet_link_tag MuckEngine.configuration.muck_admin_css -%>
8
8
  <%= google_load_jquery(http_protocol, '1.5.1') %>
9
9
  <%= google_load_jquery_ui(http_protocol, '1.8.9') %>
@@ -12,7 +12,6 @@
12
12
  jquery/jquery.jgrowl.js
13
13
  jquery/jquery.tips.js
14
14
  jquery/jquery.fancybox.js
15
- jquery/fg.menu.js
16
15
  rails.js
17
16
  muck_admin.js
18
17
  muck.js
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{muck-engine}
8
- s.version = "3.2.8"
8
+ s.version = "3.2.9"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Justin Ball", "Joel Duffin"]
@@ -44,7 +44,9 @@ jQuery(document).ready(function() {
44
44
  jQuery(".submit-form").click(function() {
45
45
  jQuery(this).parent('form').submit();
46
46
  });
47
-
47
+
48
+ //jQuery("ul.drop-menu").menu();
49
+
48
50
  apply_ajax_forms();
49
51
 
50
52
  jQuery('a.dialog-pop').live('click', function() {
@@ -40,18 +40,6 @@ ul.admin-list li a{font-size:1.2em;}
40
40
  .adminTable tr{background-color:#fff;}
41
41
  .adminTable table{border:2px solid #c4ad63;}
42
42
  .adminTable tr td{font-size:1.1em;font-weight:bold;padding:5px;border-bottom:1px solid #eee;}
43
- /* menu styles*/
44
- .hidden { position:absolute; top:0; left:-9999px; width:1px; height:1px; overflow:hidden; }
45
- .fg-button { font-size:11px; clear:left; padding: .4em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
46
- .fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }
47
- a.fg-button { float:left; }
48
- button.fg-button { width:auto; overflow:visible; } /* removes extra button width in IE */
49
- .fg-button-icon-left { padding-left: 2.1em; }
50
- .fg-button-icon-right { padding-right: 2.1em; }
51
- .fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
52
- .fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }
53
- .fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; } /* solo icon buttons must have block properties for the text-indent to work */
54
- .fg-button.ui-state-loading .ui-icon { background: url(/images/loading.gif) no-repeat 0 0;}
55
43
  /*tabs*/
56
44
  .tabs{font-size:1.2em;border-bottom:solid 2px #000;position:relative;}
57
45
  .tabs ul{list-style-type:none;}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muck-engine
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 2
9
- - 8
10
- version: 3.2.8
9
+ - 9
10
+ version: 3.2.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Justin Ball