flashgrid-ext 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,156 @@
1
+ /* Table of Contents
2
+ ==================================================
3
+ #Panel */
4
+
5
+ /* #Panel
6
+ ================================================== */
7
+ .panel {
8
+ background-color: rgba(255,255,255,1);
9
+ border: 1px solid rgba(217,222,225,1);
10
+ border-radius: 3px;
11
+ margin-bottom: 20px;
12
+ }
13
+ .panel-body { padding: 15px; }
14
+ .panel > .list-group { margin-bottom: 0; }
15
+ .panel > .list-group .list-group-item {
16
+ border-radius: 0;
17
+ border-width: 1px 0;
18
+ }
19
+ .panel > .list-group .list-group-item:first-child { border-top: 0; }
20
+ .panel > .list-group .list-group-item:last-child { border-bottom: 0; }
21
+ .panel > .list-group:first-child .list-group-item:first-child {
22
+ border-top-right-radius: 2px;
23
+ border-top-left-radius: 2px;
24
+ }
25
+ .panel > .list-group:last-child .list-group-item:last-child {
26
+ border-bottom-right-radius: 2px;
27
+ border-bottom-left-radius: 2px;
28
+ }
29
+ .panel-header + .list-group .list-group-item:first-child { border-top-width: 0; }
30
+ .panel > .table,
31
+ .panel > .table-responsive > .table { margin-bottom: 0; }
32
+ .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
33
+ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
34
+ .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
35
+ .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
36
+ .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
37
+ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
38
+ .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
39
+ .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: 2px; }
40
+ .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
41
+ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
42
+ .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
43
+ .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
44
+ .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
45
+ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
46
+ .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
47
+ .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: 2px; }
48
+ .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
49
+ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
50
+ .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
51
+ .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
52
+ .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
53
+ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
54
+ .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
55
+ .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 2px; }
56
+ .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
57
+ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
58
+ .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
59
+ .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
60
+ .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
61
+ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
62
+ .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
63
+ .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 2px; }
64
+ .panel > .panel-body + .table,
65
+ .panel > .panel-body + .table-responsive { border-top: 1px solid rgba(217,222,225,1); }
66
+ .panel > .table > tbody:first-child th,
67
+ .panel > .table > tbody:first-child td { border-top: 0; }
68
+ .panel > .table-bordered,
69
+ .panel > .table-responsive > .table-bordered { border: 0; }
70
+ .panel > .table-bordered > thead > tr > th:first-child,
71
+ .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
72
+ .panel > .table-bordered > tbody > tr > th:first-child,
73
+ .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
74
+ .panel > .table-bordered > tfoot > tr > th:first-child,
75
+ .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
76
+ .panel > .table-bordered > thead > tr > td:first-child,
77
+ .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
78
+ .panel > .table-bordered > tbody > tr > td:first-child,
79
+ .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
80
+ .panel > .table-bordered > tfoot > tr > td:first-child,
81
+ .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }
82
+ .panel > .table-bordered > thead > tr > th:last-child,
83
+ .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
84
+ .panel > .table-bordered > tbody > tr > th:last-child,
85
+ .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
86
+ .panel > .table-bordered > tfoot > tr > th:last-child,
87
+ .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
88
+ .panel > .table-bordered > thead > tr > td:last-child,
89
+ .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
90
+ .panel > .table-bordered > tbody > tr > td:last-child,
91
+ .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
92
+ .panel > .table-bordered > tfoot > tr > td:last-child,
93
+ .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }
94
+ .panel > .table-bordered > thead > tr:first-child > th,
95
+ .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
96
+ .panel > .table-bordered > tbody > tr:first-child > th,
97
+ .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
98
+ .panel > .table-bordered > tfoot > tr:first-child > th,
99
+ .panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
100
+ .panel > .table-bordered > thead > tr:first-child > td,
101
+ .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
102
+ .panel > .table-bordered > tbody > tr:first-child > td,
103
+ .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
104
+ .panel > .table-bordered > tfoot > tr:first-child > td,
105
+ .panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td { border-top: 0; }
106
+ .panel > .table-bordered > thead > tr:last-child > th,
107
+ .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
108
+ .panel > .table-bordered > tbody > tr:last-child > th,
109
+ .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
110
+ .panel > .table-bordered > tfoot > tr:last-child > th,
111
+ .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
112
+ .panel > .table-bordered > thead > tr:last-child > td,
113
+ .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
114
+ .panel > .table-bordered > tbody > tr:last-child > td,
115
+ .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
116
+ .panel > .table-bordered > tfoot > tr:last-child > td,
117
+ .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; }
118
+ .panel > .table-responsive {
119
+ border: 0;
120
+ margin-bottom: 0;
121
+ }
122
+ .panel-header {
123
+ background-color: rgba(236,238,241,1);
124
+ border-bottom: 1px solid rgba(217,222,225,1);
125
+ border-top-right-radius: 3px;
126
+ border-top-left-radius: 3px;
127
+ padding: 10px 15px;
128
+ }
129
+ .panel-header > .dropdown .dropdown-toggle { color: rgba(71,74,84,1); }
130
+ .panel-title {
131
+ color: rgba(71,74,84,1);
132
+ font-size: 16px;
133
+ line-height: 16px;
134
+ margin-bottom: 0;
135
+ margin-top: 0;
136
+ }
137
+ .panel-title > a { color: rgba(71,74,84,1); }
138
+ .panel-title > a:hover { color: rgba(58,144,216,1); }
139
+ .panel-footer {
140
+ background-color: rgba(236,238,241,1);
141
+ border-top: 1px solid rgba(217,222,225,1);
142
+ border-bottom-right-radius: 3px;
143
+ border-bottom-left-radius: 3px;
144
+ padding: 11px 15px 9px 15px;
145
+ }
146
+ .panel-group { margin-bottom: 20px; }
147
+ .panel-group .panel {
148
+ border-radius: 3px;
149
+ margin-bottom: 0;
150
+ overflow: hidden;
151
+ }
152
+ .panel-group .panel + .panel { margin-top: 5px; }
153
+ .panel-group .panel-header { border-bottom: 0; }
154
+ .panel-group .panel-header + .panel-collapse .panel-body { border-top: 1px solid rgba(217,222,225,1); }
155
+ .panel-group .panel-footer { border-top: 0; }
156
+ .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid rgba(217,222,225,1); }
@@ -0,0 +1,25 @@
1
+ /* Table of Contents
2
+ ==================================================
3
+ #Sort */
4
+
5
+ /* #Sort
6
+ ================================================== */
7
+ .sort {
8
+ border-top: 1px solid rgba(217,222,225,1);
9
+ border-bottom: 1px solid rgba(217,222,225,1);
10
+ list-style-type: none;
11
+ padding: 0;
12
+ }
13
+ .sort > li { padding: 5px 0; }
14
+ .sort > li:first-child { padding: 10px 0 5px 0; }
15
+ .sort > li:last-child { padding: 5px 0 10px 0; }
16
+ .sort-bordered > li {
17
+ border-top: 1px solid rgba(217,222,225,1);
18
+ padding: 8px 0;
19
+ }
20
+ .sort-bordered > li:first-child { border: none; }
21
+ .sort-striped > li:nth-child(even) { background-color: rgba(246,247,249,1); }
22
+ .sort-scrollable {
23
+ max-height: 200px;
24
+ overflow-y: scroll;
25
+ }
metadata ADDED
@@ -0,0 +1,98 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: flashgrid-ext
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Juan Gomez
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-01-23 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.3'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.3'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ description: Flashgrid Ext. is an extention of useful and cool javascripts for Flashgrid
42
+ framework.
43
+ email:
44
+ - j.gomez@drexed.com
45
+ executables: []
46
+ extensions: []
47
+ extra_rdoc_files: []
48
+ files:
49
+ - ".gitignore"
50
+ - Gemfile
51
+ - LICENSE.txt
52
+ - README.md
53
+ - Rakefile
54
+ - flashgrid-ext.gemspec
55
+ - lib/flashgrid/ext.rb
56
+ - lib/flashgrid/ext/version.rb
57
+ - vendor/assets/javascripts/animate.js
58
+ - vendor/assets/javascripts/calendar.js
59
+ - vendor/assets/javascripts/carousel.js
60
+ - vendor/assets/javascripts/editor.js
61
+ - vendor/assets/javascripts/hover.js
62
+ - vendor/assets/javascripts/inline_editor.js
63
+ - vendor/assets/javascripts/input_mask.js
64
+ - vendor/assets/javascripts/scrollspy.js
65
+ - vendor/assets/javascripts/sort.js
66
+ - vendor/assets/javascripts/time_ago.js
67
+ - vendor/assets/stylesheets/animate.css.scss
68
+ - vendor/assets/stylesheets/calendar.css.scss
69
+ - vendor/assets/stylesheets/carousel.css.scss
70
+ - vendor/assets/stylesheets/editor.css.scss
71
+ - vendor/assets/stylesheets/inline_editor.css.scss
72
+ - vendor/assets/stylesheets/panel.css.scss
73
+ - vendor/assets/stylesheets/sort.css.scss
74
+ homepage: http://flashgrid-ext.drexed.com
75
+ licenses:
76
+ - MIT
77
+ metadata: {}
78
+ post_install_message:
79
+ rdoc_options: []
80
+ require_paths:
81
+ - lib
82
+ required_ruby_version: !ruby/object:Gem::Requirement
83
+ requirements:
84
+ - - ">="
85
+ - !ruby/object:Gem::Version
86
+ version: '0'
87
+ required_rubygems_version: !ruby/object:Gem::Requirement
88
+ requirements:
89
+ - - ">="
90
+ - !ruby/object:Gem::Version
91
+ version: '0'
92
+ requirements: []
93
+ rubyforge_project:
94
+ rubygems_version: 2.2.1
95
+ signing_key:
96
+ specification_version: 4
97
+ summary: Flashgrid Extensions
98
+ test_files: []