udongo 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,45 @@
1
+ /* Forked from a jQuery UI theme, so that we don't require the jQuery UI CSS as a dependency. */
2
+ .ui-autocomplete { position: absolute; cursor: default; }
3
+ * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
4
+ .ui-menu {
5
+ list-style:none;
6
+ padding: 5px;
7
+ margin: 0;
8
+ display:block;
9
+ float: left;
10
+ }
11
+ .ui-menu .ui-menu {
12
+ margin-top: -3px;
13
+ }
14
+ .ui-menu .ui-menu-item {
15
+ margin:0;
16
+ padding: 0;
17
+ zoom: 1;
18
+ float: left;
19
+ clear: left;
20
+ width: 100%;
21
+ }
22
+ .ui-menu .ui-menu-item a {
23
+ text-decoration:none;
24
+ display:block;
25
+ padding:.2em .4em;
26
+ line-height:1.5;
27
+ zoom:1;
28
+ }
29
+ .ui-menu .ui-menu-item a.ui-state-hover,
30
+ .ui-menu .ui-menu-item a.ui-state-active {
31
+ font-weight: normal;
32
+ margin: -1px;
33
+ }
34
+ .ui-widget-content {
35
+ border: 1px solid #dddddd;
36
+ background: #f2f5f7 url("/assets/ui-bg_highlight-hard_100_f2f5f7_1x100.png") 50% top repeat-x;
37
+ color: #362b36;
38
+ }
39
+ .ui-corner-all, .ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; }
40
+ .ui-state-hover, .ui-state-focus { border: none; }
41
+ .ui-state-active { border: 1px solid #aaaaaa; }
42
+
43
+ .ui-widget-content { border: 1px solid #aaaaaa; }
44
+ /* Determine what to do with the helper box */
45
+ .ui-helper-hidden-accessible { display: none; }
@@ -0,0 +1,73 @@
1
+ ul.tagit {
2
+ padding: 1px 5px;
3
+ overflow: auto;
4
+ margin-left: inherit; /* usually we don't want the regular ul margins. */
5
+ margin-right: inherit;
6
+ }
7
+ ul.tagit li {
8
+ display: block;
9
+ float: left;
10
+ margin: 2px 5px 2px 0;
11
+ }
12
+ ul.tagit li.tagit-choice {
13
+ position: relative;
14
+ line-height: inherit;
15
+ }
16
+ input.tagit-hidden-field {
17
+ display: none;
18
+ }
19
+ ul.tagit li.tagit-choice-read-only {
20
+ padding: .2em .5em .2em .5em;
21
+ }
22
+
23
+ ul.tagit li.tagit-choice-editable {
24
+ padding: .2em 18px .2em .5em;
25
+ }
26
+
27
+ ul.tagit li.tagit-new {
28
+ padding: .25em 4px .25em 0;
29
+ }
30
+
31
+ ul.tagit li.tagit-choice a.tagit-label {
32
+ cursor: pointer;
33
+ text-decoration: none;
34
+ }
35
+ ul.tagit li.tagit-choice .tagit-close {
36
+ cursor: pointer;
37
+ position: absolute;
38
+ right: .1em;
39
+ top: 50%;
40
+ margin-top: -8px;
41
+ line-height: 17px;
42
+ }
43
+
44
+ /* used for some custom themes that don't need image icons */
45
+ ul.tagit li.tagit-choice .tagit-close .text-icon {
46
+ display: inline;
47
+ }
48
+
49
+ ul.tagit li.tagit-choice .tagit-close .ui-icon-close {
50
+ display: none;
51
+ }
52
+
53
+ ul.tagit li.tagit-choice input {
54
+ display: block;
55
+ float: left;
56
+ margin: 2px 5px 2px 0;
57
+ }
58
+ ul.tagit input[type="text"] {
59
+ -moz-box-sizing: border-box;
60
+ -webkit-box-sizing: border-box;
61
+ box-sizing: border-box;
62
+
63
+ -moz-box-shadow: none;
64
+ -webkit-box-shadow: none;
65
+ box-shadow: none;
66
+
67
+ border: none;
68
+ margin: 0;
69
+ padding: 0;
70
+ width: inherit;
71
+ background-color: inherit;
72
+ outline: none;
73
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: udongo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Davy Hellemans
@@ -634,6 +634,7 @@ files:
634
634
  - app/views/layouts/backend/lightbox.html.erb
635
635
  - app/views/layouts/backend/login.html.erb
636
636
  - app/views/layouts/frontend/application.html.erb
637
+ - changelog.md
637
638
  - config/initializers/assets.rb
638
639
  - config/initializers/ckeditor.rb
639
640
  - config/initializers/core_ext/string.rb
@@ -728,6 +729,21 @@ files:
728
729
  - lib/udongo/object_path.rb
729
730
  - lib/udongo/version.rb
730
731
  - lib/udongo/will_paginate/renderer.rb
732
+ - readme.md
733
+ - vendor/assets/images/jstree/default/32px.png
734
+ - vendor/assets/images/jstree/default/40px.png
735
+ - vendor/assets/images/jstree/default/throbber.gif
736
+ - vendor/assets/javascripts/backend/bootstrap-datepicker.min.js
737
+ - vendor/assets/javascripts/backend/jstree/jstree.min.js
738
+ - vendor/assets/javascripts/backend/jstree/libs/require.js
739
+ - vendor/assets/javascripts/backend/tagit.min.js
740
+ - vendor/assets/javascripts/backend/tether.min.js
741
+ - vendor/assets/javascripts/modernizr.js
742
+ - vendor/assets/stylesheets/backend/bootstrap-datepicker.scss
743
+ - vendor/assets/stylesheets/backend/jstree/default/style.min.scss
744
+ - vendor/assets/stylesheets/backend/jstree/default/style.scss
745
+ - vendor/assets/stylesheets/backend/tagit/tagit-autocomplete.css
746
+ - vendor/assets/stylesheets/backend/tagit/tagit.css
731
747
  homepage: http://udongo.be
732
748
  licenses:
733
749
  - MIT