conte_rails_template 0.1.0 → 0.1.1

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,3 +1,3 @@
1
1
  module ConteRailsTemplate
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -0,0 +1,139 @@
1
+ @mixin icon-dimensions {
2
+ width: 16px;
3
+ height: 16px;
4
+ }
5
+
6
+ .wg-detached-filter{
7
+ a.date-label {text-decoration: none;}
8
+ a.date-label:hover {text-decoration: line-through;}
9
+ }
10
+
11
+ .wice-grid{
12
+
13
+ .clickable{
14
+ cursor: pointer;
15
+ margin-bottom: 2px;
16
+ margin-right: 2px;
17
+ }
18
+
19
+
20
+ a.date-label {text-decoration: none;}
21
+ a.date-label:hover {text-decoration: line-through;}
22
+
23
+ .ui-datepicker-trigger, .wg-detached-filter .ui-datepicker-trigger{
24
+ cursor: pointer;
25
+ }
26
+
27
+ .desc, .asc{
28
+ padding-right: 18px;
29
+ text-decoration:none;
30
+ }
31
+
32
+ .desc {
33
+ background: transparent url(/assets/icons/grid/arrow_down.gif) right no-repeat
34
+ }
35
+ .asc {
36
+ background: transparent url(/assets/icons/grid/arrow_up.gif) right no-repeat
37
+ }
38
+
39
+ .submit.clickable{
40
+ background: transparent url(/assets/icons/grid/table_refresh.png) no-repeat;
41
+ @include icon-dimensions;
42
+ }
43
+
44
+ .reset.clickable{
45
+ background: transparent url(/assets/icons/grid/table.png) no-repeat;
46
+ @include icon-dimensions;
47
+ }
48
+
49
+
50
+ .wg-show-filter.clickable,
51
+ .wg-hide-filter.clickable{
52
+ background: transparent url(/assets/icons/grid/page_white_find.png) no-repeat;
53
+ @include icon-dimensions;
54
+ }
55
+
56
+
57
+ .export-to-csv-button.clickable{
58
+ background: transparent url(/assets/icons/grid/page_white_excel.png) no-repeat;
59
+ @include icon-dimensions;
60
+ }
61
+
62
+ .clickable.select-all{
63
+ background: transparent url(/assets/icons/grid/tick_all.png) no-repeat;
64
+ @include icon-dimensions;
65
+ float:left;
66
+ }
67
+
68
+ .clickable.deselect-all{
69
+ background: transparent url(/assets/icons/grid/untick_all.png) no-repeat;
70
+ @include icon-dimensions;
71
+ float:left;
72
+ }
73
+
74
+ .custom-dropdown-container {
75
+ position: relative;
76
+ padding-right: 18px;
77
+
78
+
79
+ .collapse-multi-select-icon, .expand-multi-select-icon{
80
+ width: 12px;
81
+ height: 12px;
82
+ position:absolute;
83
+ top:0;
84
+ right:0;
85
+ }
86
+
87
+ .collapse-multi-select-icon{
88
+ background: transparent url(/assets/icons/grid/collapse.gif) no-repeat;
89
+ }
90
+
91
+ .expand-multi-select-icon{
92
+ background: transparent url(/assets/icons/grid/expand.gif) no-repeat;
93
+ }
94
+
95
+ }
96
+
97
+ .text-filter-container {
98
+ position: relative; padding-right: 13px;
99
+ .negation-checkbox {
100
+ position:absolute;
101
+ top:0;
102
+ right:0;
103
+ }
104
+ }
105
+
106
+
107
+ /* in case of twitter bootstrap :) */
108
+ thead th select{
109
+ width: auto;
110
+ }
111
+
112
+ .pagination{
113
+ margin: 0px;
114
+ float: left;
115
+ }
116
+
117
+
118
+ tr.wg-filter-row input[type=text] {
119
+ width: 100px;
120
+ }
121
+
122
+ .pagination_status {
123
+ font-weight: bold;
124
+ float: right;
125
+ }
126
+
127
+ }
128
+
129
+ .wice-grid-query-panel{
130
+ li {list-style-type: none; }
131
+
132
+ ul {margin-left: 0 }
133
+
134
+ a.wice-grid-delete-query .delete-icon{
135
+ background: transparent url(/assets/icons/grid/delete.png) no-repeat;
136
+ float: left;
137
+ @include icon-dimensions;
138
+ }
139
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conte_rails_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -140,6 +140,7 @@ files:
140
140
  - vendor/assets/stylesheets/jquery-ui/images/ui-icons_cd0a0a_256x240.png
141
141
  - vendor/assets/stylesheets/jquery-ui/jquery-ui-1.10.0.custom.min.css
142
142
  - vendor/assets/stylesheets/session.css.scss
143
+ - vendor/assets/stylesheets/wice_grid.css.scss
143
144
  - README.md
144
145
  homepage: ''
145
146
  licenses: []