jqgrid-jquery-rails 4.5.202 → 4.5.300

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,8 @@
4
4
  /* caption*/
5
5
  .ui-jqgrid .ui-jqgrid-titlebar {padding: .3em .2em .2em .3em; position: relative; border-left: 0 none;border-right: 0 none; border-top: 0 none;}
6
6
  .ui-jqgrid .ui-jqgrid-title { float: left; margin: .1em 0 .2em; }
7
- .ui-jqgrid .ui-jqgrid-titlebar-close { position: absolute;top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height:18px;}.ui-jqgrid .ui-jqgrid-titlebar-close span { display: block; margin: 1px; }
7
+ .ui-jqgrid .ui-jqgrid-titlebar-close { position: absolute;top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height:18px; cursor:pointer;}
8
+ .ui-jqgrid .ui-jqgrid-titlebar-close span { display: block; margin: 1px; }
8
9
  .ui-jqgrid .ui-jqgrid-titlebar-close:hover { padding: 0; }
9
10
  /* header*/
10
11
  .ui-jqgrid .ui-jqgrid-hdiv {position: relative; margin: 0;padding: 0; overflow-x: hidden; border-left: 0 none !important; border-top : 0 none !important; border-right : 0 none !important;}
@@ -89,13 +90,14 @@ tr.ui-search-toolbar select {margin: 1px 0 0 0}
89
90
  .ui-jqdialog { display: none; width: 300px; position: absolute; padding: .2em; font-size:11px; overflow:visible;}
90
91
  .ui-jqdialog .ui-jqdialog-titlebar { padding: .3em .2em; position: relative; }
91
92
  .ui-jqdialog .ui-jqdialog-title { margin: .1em 0 .2em; }
92
- .ui-jqdialog .ui-jqdialog-titlebar-close { position: absolute; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
93
+ .ui-jqdialog .ui-jqdialog-titlebar-close { position: absolute; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; cursor:pointer;}
93
94
 
94
95
  .ui-jqdialog .ui-jqdialog-titlebar-close span { display: block; margin: 1px; }
95
96
  .ui-jqdialog .ui-jqdialog-titlebar-close:hover, .ui-jqdialog .ui-jqdialog-titlebar-close:focus { padding: 0; }
96
97
  .ui-jqdialog-content, .ui-jqdialog .ui-jqdialog-content { border: 0; padding: .3em .2em; background: none; height:auto;}
97
98
  .ui-jqdialog .ui-jqconfirm {padding: .4em 1em; border-width:3px;position:absolute;bottom:10px;right:10px;overflow:visible;display:none;height:80px;width:220px;text-align:center;}
98
99
  .ui-jqdialog>.ui-resizable-se { bottom: -3px; right: -3px}
100
+ .ui-jqgrid>.ui-resizable-se { bottom: -3px; right: -3px }
99
101
  /* end Modal window*/
100
102
  /* Form edit */
101
103
  .ui-jqdialog-content .FormGrid {margin: 0;}
@@ -149,4 +151,12 @@ tr.ui-search-toolbar select {margin: 1px 0 0 0}
149
151
  .ui-search-menu { position: absolute; padding: 2px 5px;}
150
152
  .ui-jqgrid .ui-search-table { padding: 0px 0px; border: 0px none; height:20px; width:100%;}
151
153
  .ui-jqgrid .ui-search-table .ui-search-oper { width:20px; }
152
- a.g-menu-item, a.soptclass { cursor: pointer; }
154
+ a.g-menu-item, a.soptclass, a.clearsearchclass { cursor: pointer; }
155
+ .ui-jqgrid .ui-search-table .ui-search-input>input,
156
+ .ui-jqgrid .ui-search-table .ui-search-input>select
157
+ {
158
+ display: block;
159
+ -moz-box-sizing: border-box;
160
+ -webkit-box-sizing: border-box;
161
+ box-sizing: border-box;
162
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jqgrid-jquery-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.5.202
4
+ version: 4.5.300
5
5
  platform: ruby
6
6
  authors:
7
7
  - Doc Walker
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-18 00:00:00.000000000 Z
11
+ date: 2014-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties