tenon 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/lib/tenon/version.rb +1 -1
  3. data/vendor/assets/images/Jcrop.gif +0 -0
  4. data/vendor/assets/javascripts/backstretch.js +4 -0
  5. data/vendor/assets/javascripts/bootstrap.collapse.js +179 -0
  6. data/vendor/assets/javascripts/bootstrap.datetimepicker.js +954 -0
  7. data/vendor/assets/javascripts/bootstrap.js +561 -0
  8. data/vendor/assets/javascripts/bootstrap.modal.js +246 -0
  9. data/vendor/assets/javascripts/bootstrap.tabs.js +135 -0
  10. data/vendor/assets/javascripts/canvasjs.min.js +343 -0
  11. data/vendor/assets/javascripts/cufon/Aller_400.font.js +7 -0
  12. data/vendor/assets/javascripts/cufon/Aller_700.font.js +7 -0
  13. data/vendor/assets/javascripts/cufon/cufon.js +7 -0
  14. data/vendor/assets/javascripts/imagesloaded.js +7 -0
  15. data/vendor/assets/javascripts/jquery.Jcrop.js +1704 -0
  16. data/vendor/assets/javascripts/jquery.corner.js +249 -0
  17. data/vendor/assets/javascripts/jquery.debounce.js +9 -0
  18. data/vendor/assets/javascripts/jquery.equalHeights.js +52 -0
  19. data/vendor/assets/javascripts/jquery.form.js +911 -0
  20. data/vendor/assets/javascripts/jquery.hoverIntent.js +115 -0
  21. data/vendor/assets/javascripts/jquery.mousewheel.js +78 -0
  22. data/vendor/assets/javascripts/jquery.radioSlider.js +55 -0
  23. data/vendor/assets/javascripts/jquery.twoLevelSort.js +57 -0
  24. data/vendor/assets/javascripts/jquery.ui.sortable.js +2252 -0
  25. data/vendor/assets/javascripts/jscrollpane.js +1435 -0
  26. data/vendor/assets/javascripts/moment.js +6 -0
  27. data/vendor/assets/javascripts/select2.js +3448 -0
  28. data/vendor/assets/javascripts/underscore.inflection.js +177 -0
  29. data/vendor/assets/javascripts/underscore.string.js +1 -0
  30. data/vendor/assets/javascripts/uri.js +53 -0
  31. data/vendor/assets/stylesheets/bootstrap.css.scss +560 -0
  32. data/vendor/assets/stylesheets/bootstrap.datetimepicker.css +152 -0
  33. data/vendor/assets/stylesheets/bootstrap.tables.css.scss +201 -0
  34. data/vendor/assets/stylesheets/jquery.Jcrop.css +204 -0
  35. data/vendor/assets/stylesheets/jscrollpane.css.scss +20 -0
  36. data/vendor/assets/stylesheets/select2.css +646 -0
  37. metadata +35 -1
@@ -0,0 +1,152 @@
1
+ /*!
2
+ * Datepicker for Bootstrap v3
3
+ *
4
+ * Copyright 2012 Stefan Petre
5
+ * Licensed under the Apache License v2.0
6
+ * http://www.apache.org/licenses/LICENSE-2.0
7
+ *
8
+ */
9
+
10
+ .list-unstyled {
11
+ padding-left: 0;
12
+ list-style: none;
13
+ }
14
+
15
+ .collapse {
16
+ display: none;
17
+ }
18
+ .collapse.in {
19
+ display: block;
20
+ }
21
+ .collapsing {
22
+ position: relative;
23
+ height: 0;
24
+ overflow: hidden;
25
+ -webkit-transition: height 0.35s ease;
26
+ transition: height 0.35s ease;
27
+ }
28
+
29
+ .dropdown {
30
+ position: relative;
31
+ }
32
+ .dropdown-toggle:focus {
33
+ outline: 0;
34
+ }
35
+ .dropdown-menu {
36
+ position: absolute;
37
+ top: 100%;
38
+ left: 0;
39
+ z-index: 1000;
40
+ display: none;
41
+ float: left;
42
+ min-width: 160px;
43
+ padding: 5px 0;
44
+ margin: 2px 0 0;
45
+ list-style: none;
46
+ font-size: 14px;
47
+ background-color: #ffffff;
48
+ border: 1px solid #cccccc;
49
+ border: 1px solid rgba(0, 0, 0, 0.15);
50
+ border-radius: 4px;
51
+ -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
52
+ box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
53
+ background-clip: padding-box;
54
+ }
55
+ .dropdown-menu.pull-right {
56
+ right: 0;
57
+ left: auto;
58
+ }
59
+ .dropdown-menu .divider {
60
+ height: 1px;
61
+ margin: 9px 0;
62
+ overflow: hidden;
63
+ background-color: #e5e5e5;
64
+ }
65
+ .dropdown-menu > li > a {
66
+ display: block;
67
+ padding: 3px 20px;
68
+ clear: both;
69
+ font-weight: normal;
70
+ line-height: 1.428571429;
71
+ color: #333333;
72
+ white-space: nowrap;
73
+ }
74
+ .dropdown-menu > li > a:hover,
75
+ .dropdown-menu > li > a:focus {
76
+ text-decoration: none;
77
+ color: #262626;
78
+ background-color: #f5f5f5;
79
+ }
80
+ .dropdown-menu > .active > a,
81
+ .dropdown-menu > .active > a:hover,
82
+ .dropdown-menu > .active > a:focus {
83
+ color: #ffffff;
84
+ text-decoration: none;
85
+ outline: 0;
86
+ background-color: #428bca;
87
+ }
88
+ .dropdown-menu > .disabled > a,
89
+ .dropdown-menu > .disabled > a:hover,
90
+ .dropdown-menu > .disabled > a:focus {
91
+ color: #999999;
92
+ }
93
+ .dropdown-menu > .disabled > a:hover,
94
+ .dropdown-menu > .disabled > a:focus {
95
+ text-decoration: none;
96
+ background-color: transparent;
97
+ background-image: none;
98
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
99
+ cursor: not-allowed;
100
+ }
101
+ .open > .dropdown-menu {
102
+ display: block;
103
+ }
104
+ .open > a {
105
+ outline: 0;
106
+ }
107
+ .dropdown-header {
108
+ display: block;
109
+ padding: 3px 20px;
110
+ font-size: 12px;
111
+ line-height: 1.428571429;
112
+ color: #999999;
113
+ }
114
+ .dropdown-backdrop {
115
+ position: fixed;
116
+ left: 0;
117
+ right: 0;
118
+ bottom: 0;
119
+ top: 0;
120
+ z-index: 990;
121
+ }
122
+ .pull-right > .dropdown-menu {
123
+ right: 0;
124
+ left: auto;
125
+ }
126
+ .dropup .caret,
127
+ .navbar-fixed-bottom .dropdown .caret {
128
+ border-top: 0 dotted;
129
+ border-bottom: 4px solid #000000;
130
+ content: "";
131
+ }
132
+ .dropup .dropdown-menu,
133
+ .navbar-fixed-bottom .dropdown .dropdown-menu {
134
+ top: auto;
135
+ bottom: 100%;
136
+ margin-bottom: 1px;
137
+ }
138
+ @media (min-width: 768px) {
139
+ .navbar-right .dropdown-menu {
140
+ right: 0;
141
+ left: auto;
142
+ }
143
+ }
144
+
145
+
146
+ .bootstrap-datetimepicker-widget{top:0;left:0;z-index:9999;width:250px;padding:4px;margin-top:1px;border-radius:4px}.bootstrap-datetimepicker-widget .btn{padding:6px}.bootstrap-datetimepicker-widget:before{position:absolute;top:-7px;left:6px;display:inline-block;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-left:7px solid transparent;border-bottom-color:rgba(0,0,0,0.2);content:''}.bootstrap-datetimepicker-widget:after{position:absolute;top:-6px;left:7px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid white;border-left:6px solid transparent;content:''}.bootstrap-datetimepicker-widget.pull-right:before{right:6px;left:auto}.bootstrap-datetimepicker-widget.pull-right:after{right:7px;left:auto}.bootstrap-datetimepicker-widget>ul{margin:0;list-style-type:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:100%;font-size:1.2em;font-weight:bold}.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator{width:4px;padding:0;margin:0}.bootstrap-datetimepicker-widget .datepicker>div{display:none}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget td,.bootstrap-datetimepicker-widget th{width:20px;height:20px;text-align:center;border-radius:4px}.bootstrap-datetimepicker-widget td.day:hover,.bootstrap-datetimepicker-widget td.hour:hover,.bootstrap-datetimepicker-widget td.minute:hover,.bootstrap-datetimepicker-widget td.second:hover{cursor:pointer;background:#eee}.bootstrap-datetimepicker-widget td.old,.bootstrap-datetimepicker-widget td.new{color:#999}.bootstrap-datetimepicker-widget td.active,.bootstrap-datetimepicker-widget td.active:hover{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#428bca}.bootstrap-datetimepicker-widget td.disabled,.bootstrap-datetimepicker-widget td.disabled:hover{color:#999;cursor:not-allowed;background:0}.bootstrap-datetimepicker-widget td span{display:block;float:left;width:47px;height:54px;margin:2px;line-height:54px;cursor:pointer;border-radius:4px}.bootstrap-datetimepicker-widget td span:hover{background:#eee}.bootstrap-datetimepicker-widget td span.active{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#428bca}.bootstrap-datetimepicker-widget td span.old{color:#999}.bootstrap-datetimepicker-widget td span.disabled,.bootstrap-datetimepicker-widget td span.disabled:hover{color:#999;cursor:not-allowed;background:0}.bootstrap-datetimepicker-widget th.switch{width:145px}.bootstrap-datetimepicker-widget th.next,.bootstrap-datetimepicker-widget th.prev{font-size:21px}.bootstrap-datetimepicker-widget th.disabled,.bootstrap-datetimepicker-widget th.disabled:hover{color:#999;cursor:not-allowed;background:0}.bootstrap-datetimepicker-widget thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget thead tr:first-child th:hover{background:#eee}.input-group.date .input-group-addon span{display:block;width:16px;height:16px;cursor:pointer}.bootstrap-datetimepicker-widget.left-oriented:before{right:6px;left:auto}.bootstrap-datetimepicker-widget.left-oriented:after{right:7px;left:auto}.bootstrap-datetimepicker-widget ul.list-unstyled li.in div.timepicker div.timepicker-picker table.table-condensed tbody>tr>td{padding:0!important}
147
+ .table-condensed thead tr, .table-condensed tbody tr, .table-condensed thead td, .table-condensed tbody td, {
148
+ border-bottom: 0px;
149
+ border-top: 0px;
150
+ border-bottom-color: transparent;
151
+ border-top-color: transparent;
152
+ }
@@ -0,0 +1,201 @@
1
+ table {
2
+ max-width: 100%;
3
+ background-color: transparent;
4
+ }
5
+ th {
6
+ text-align: left;
7
+ }
8
+ .table {
9
+ width: 100%;
10
+ margin-bottom: 20px;
11
+ }
12
+ .table > thead > tr > th,
13
+ .table > tbody > tr > th,
14
+ .table > tfoot > tr > th,
15
+ .table > thead > tr > td,
16
+ .table > tbody > tr > td,
17
+ .table > tfoot > tr > td {
18
+ padding: 8px;
19
+ line-height: 1.428571429;
20
+ vertical-align: top;
21
+ border-top: 1px solid #dddddd;
22
+ }
23
+ .table > thead > tr > th {
24
+ vertical-align: bottom;
25
+ border-bottom: 2px solid #dddddd;
26
+ }
27
+ .table > caption + thead > tr:first-child > th,
28
+ .table > colgroup + thead > tr:first-child > th,
29
+ .table > thead:first-child > tr:first-child > th,
30
+ .table > caption + thead > tr:first-child > td,
31
+ .table > colgroup + thead > tr:first-child > td,
32
+ .table > thead:first-child > tr:first-child > td {
33
+ border-top: 0;
34
+ }
35
+ .table > tbody + tbody {
36
+ border-top: 2px solid #dddddd;
37
+ }
38
+ .table .table {
39
+ background-color: #ffffff;
40
+ }
41
+ .table-condensed > thead > tr > th,
42
+ .table-condensed > tbody > tr > th,
43
+ .table-condensed > tfoot > tr > th,
44
+ .table-condensed > thead > tr > td,
45
+ .table-condensed > tbody > tr > td,
46
+ .table-condensed > tfoot > tr > td {
47
+ padding: 5px;
48
+ }
49
+ .table-bordered {
50
+ border: 1px solid #dddddd;
51
+ }
52
+ .table-bordered > thead > tr > th,
53
+ .table-bordered > tbody > tr > th,
54
+ .table-bordered > tfoot > tr > th,
55
+ .table-bordered > thead > tr > td,
56
+ .table-bordered > tbody > tr > td,
57
+ .table-bordered > tfoot > tr > td {
58
+ border: 1px solid #dddddd;
59
+ }
60
+ .table-bordered > thead > tr > th,
61
+ .table-bordered > thead > tr > td {
62
+ border-bottom-width: 2px;
63
+ }
64
+ .table-striped > tbody > tr:nth-child(odd) > td,
65
+ .table-striped > tbody > tr:nth-child(odd) > th {
66
+ background-color: #f9f9f9;
67
+ }
68
+ .table-hover > tbody > tr:hover > td,
69
+ .table-hover > tbody > tr:hover > th {
70
+ background-color: #f5f5f5;
71
+ }
72
+ table col[class*="col-"] {
73
+ float: none;
74
+ display: table-column;
75
+ }
76
+ table td[class*="col-"],
77
+ table th[class*="col-"] {
78
+ float: none;
79
+ display: table-cell;
80
+ }
81
+ .table > thead > tr > td.active,
82
+ .table > tbody > tr > td.active,
83
+ .table > tfoot > tr > td.active,
84
+ .table > thead > tr > th.active,
85
+ .table > tbody > tr > th.active,
86
+ .table > tfoot > tr > th.active,
87
+ .table > thead > tr.active > td,
88
+ .table > tbody > tr.active > td,
89
+ .table > tfoot > tr.active > td,
90
+ .table > thead > tr.active > th,
91
+ .table > tbody > tr.active > th,
92
+ .table > tfoot > tr.active > th {
93
+ background-color: #f5f5f5;
94
+ }
95
+ .table > thead > tr > td.success,
96
+ .table > tbody > tr > td.success,
97
+ .table > tfoot > tr > td.success,
98
+ .table > thead > tr > th.success,
99
+ .table > tbody > tr > th.success,
100
+ .table > tfoot > tr > th.success,
101
+ .table > thead > tr.success > td,
102
+ .table > tbody > tr.success > td,
103
+ .table > tfoot > tr.success > td,
104
+ .table > thead > tr.success > th,
105
+ .table > tbody > tr.success > th,
106
+ .table > tfoot > tr.success > th {
107
+ background-color: #dff0d8;
108
+ }
109
+ .table-hover > tbody > tr > td.success:hover,
110
+ .table-hover > tbody > tr > th.success:hover,
111
+ .table-hover > tbody > tr.success:hover > td,
112
+ .table-hover > tbody > tr.success:hover > th {
113
+ background-color: #d0e9c6;
114
+ }
115
+ .table > thead > tr > td.danger,
116
+ .table > tbody > tr > td.danger,
117
+ .table > tfoot > tr > td.danger,
118
+ .table > thead > tr > th.danger,
119
+ .table > tbody > tr > th.danger,
120
+ .table > tfoot > tr > th.danger,
121
+ .table > thead > tr.danger > td,
122
+ .table > tbody > tr.danger > td,
123
+ .table > tfoot > tr.danger > td,
124
+ .table > thead > tr.danger > th,
125
+ .table > tbody > tr.danger > th,
126
+ .table > tfoot > tr.danger > th {
127
+ background-color: #f2dede;
128
+ }
129
+ .table-hover > tbody > tr > td.danger:hover,
130
+ .table-hover > tbody > tr > th.danger:hover,
131
+ .table-hover > tbody > tr.danger:hover > td,
132
+ .table-hover > tbody > tr.danger:hover > th {
133
+ background-color: #ebcccc;
134
+ }
135
+ .table > thead > tr > td.warning,
136
+ .table > tbody > tr > td.warning,
137
+ .table > tfoot > tr > td.warning,
138
+ .table > thead > tr > th.warning,
139
+ .table > tbody > tr > th.warning,
140
+ .table > tfoot > tr > th.warning,
141
+ .table > thead > tr.warning > td,
142
+ .table > tbody > tr.warning > td,
143
+ .table > tfoot > tr.warning > td,
144
+ .table > thead > tr.warning > th,
145
+ .table > tbody > tr.warning > th,
146
+ .table > tfoot > tr.warning > th {
147
+ background-color: #fcf8e3;
148
+ }
149
+ .table-hover > tbody > tr > td.warning:hover,
150
+ .table-hover > tbody > tr > th.warning:hover,
151
+ .table-hover > tbody > tr.warning:hover > td,
152
+ .table-hover > tbody > tr.warning:hover > th {
153
+ background-color: #faf2cc;
154
+ }
155
+ @media (max-width: 767px) {
156
+ .table-responsive {
157
+ width: 100%;
158
+ margin-bottom: 15px;
159
+ overflow-y: hidden;
160
+ overflow-x: scroll;
161
+ -ms-overflow-style: -ms-autohiding-scrollbar;
162
+ border: 1px solid #dddddd;
163
+ -webkit-overflow-scrolling: touch;
164
+ }
165
+ .table-responsive > .table {
166
+ margin-bottom: 0;
167
+ }
168
+ .table-responsive > .table > thead > tr > th,
169
+ .table-responsive > .table > tbody > tr > th,
170
+ .table-responsive > .table > tfoot > tr > th,
171
+ .table-responsive > .table > thead > tr > td,
172
+ .table-responsive > .table > tbody > tr > td,
173
+ .table-responsive > .table > tfoot > tr > td {
174
+ white-space: nowrap;
175
+ }
176
+ .table-responsive > .table-bordered {
177
+ border: 0;
178
+ }
179
+ .table-responsive > .table-bordered > thead > tr > th:first-child,
180
+ .table-responsive > .table-bordered > tbody > tr > th:first-child,
181
+ .table-responsive > .table-bordered > tfoot > tr > th:first-child,
182
+ .table-responsive > .table-bordered > thead > tr > td:first-child,
183
+ .table-responsive > .table-bordered > tbody > tr > td:first-child,
184
+ .table-responsive > .table-bordered > tfoot > tr > td:first-child {
185
+ border-left: 0;
186
+ }
187
+ .table-responsive > .table-bordered > thead > tr > th:last-child,
188
+ .table-responsive > .table-bordered > tbody > tr > th:last-child,
189
+ .table-responsive > .table-bordered > tfoot > tr > th:last-child,
190
+ .table-responsive > .table-bordered > thead > tr > td:last-child,
191
+ .table-responsive > .table-bordered > tbody > tr > td:last-child,
192
+ .table-responsive > .table-bordered > tfoot > tr > td:last-child {
193
+ border-right: 0;
194
+ }
195
+ .table-responsive > .table-bordered > tbody > tr:last-child > th,
196
+ .table-responsive > .table-bordered > tfoot > tr:last-child > th,
197
+ .table-responsive > .table-bordered > tbody > tr:last-child > td,
198
+ .table-responsive > .table-bordered > tfoot > tr:last-child > td {
199
+ border-bottom: 0;
200
+ }
201
+ }
@@ -0,0 +1,204 @@
1
+ /* jquery.Jcrop.css v0.9.12 - MIT License */
2
+ /*
3
+ The outer-most container in a typical Jcrop instance
4
+ If you are having difficulty with formatting related to styles
5
+ on a parent element, place any fixes here or in a like selector
6
+
7
+ You can also style this element if you want to add a border, etc
8
+ A better method for styling can be seen below with .jcrop-light
9
+ (Add a class to the holder and style elements for that extended class)
10
+ */
11
+
12
+ .jcrop-holder {
13
+ direction: ltr;
14
+ text-align: left;
15
+ /* IE10 touch compatibility */
16
+ -ms-touch-action: none;
17
+ }
18
+
19
+ /* Selection Border */
20
+ .jcrop-vline,
21
+
22
+ .jcrop-hline {
23
+ background: white image-url("Jcrop.gif");
24
+ font-size: 0;
25
+ position: absolute;
26
+ }
27
+
28
+ .jcrop-vline {
29
+ height: 100%;
30
+ width: 1px !important;
31
+ }
32
+
33
+ .jcrop-vline.right {
34
+ right: 0;
35
+ }
36
+
37
+ .jcrop-hline {
38
+ height: 1px !important;
39
+ width: 100%;
40
+ }
41
+
42
+ .jcrop-hline.bottom {
43
+ bottom: 0;
44
+ }
45
+
46
+ /* Invisible click targets */
47
+
48
+ .jcrop-tracker {
49
+ height: 100%;
50
+ width: 100%;
51
+ /* "turn off" link highlight */
52
+ -webkit-tap-highlight-color: transparent;
53
+ /* disable callout, image save panel */
54
+ -webkit-touch-callout: none;
55
+ /* disable cut copy paste */
56
+ -webkit-user-select: none;
57
+ }
58
+
59
+ /* Selection Handles */
60
+
61
+ .jcrop-handle {
62
+ background-color: #333333;
63
+ border: 1px #eeeeee solid;
64
+ width: 7px;
65
+ height: 7px;
66
+ font-size: 1px;
67
+ }
68
+
69
+ .jcrop-handle.ord-n {
70
+ left: 50%;
71
+ margin-left: -4px;
72
+ margin-top: -4px;
73
+ top: 0;
74
+ }
75
+
76
+ .jcrop-handle.ord-s {
77
+ bottom: 0;
78
+ left: 50%;
79
+ margin-bottom: -4px;
80
+ margin-left: -4px;
81
+ }
82
+
83
+ .jcrop-handle.ord-e {
84
+ margin-right: -4px;
85
+ margin-top: -4px;
86
+ right: 0;
87
+ top: 50%;
88
+ }
89
+
90
+ .jcrop-handle.ord-w {
91
+ left: 0;
92
+ margin-left: -4px;
93
+ margin-top: -4px;
94
+ top: 50%;
95
+ }
96
+
97
+ .jcrop-handle.ord-nw {
98
+ left: 0;
99
+ margin-left: -4px;
100
+ margin-top: -4px;
101
+ top: 0;
102
+ }
103
+
104
+ .jcrop-handle.ord-ne {
105
+ margin-right: -4px;
106
+ margin-top: -4px;
107
+ right: 0;
108
+ top: 0;
109
+ }
110
+
111
+ .jcrop-handle.ord-se {
112
+ bottom: 0;
113
+ margin-bottom: -4px;
114
+ margin-right: -4px;
115
+ right: 0;
116
+ }
117
+
118
+ .jcrop-handle.ord-sw {
119
+ bottom: 0;
120
+ left: 0;
121
+ margin-bottom: -4px;
122
+ margin-left: -4px;
123
+ }
124
+
125
+ /* Dragbars */
126
+ .jcrop-dragbar.ord-n,
127
+
128
+ .jcrop-dragbar.ord-s {
129
+ height: 7px;
130
+ width: 100%;
131
+ }
132
+
133
+ .jcrop-dragbar.ord-e,
134
+
135
+ .jcrop-dragbar.ord-w {
136
+ height: 100%;
137
+ width: 7px;
138
+ }
139
+
140
+ .jcrop-dragbar.ord-n {
141
+ margin-top: -4px;
142
+ }
143
+
144
+ .jcrop-dragbar.ord-s {
145
+ bottom: 0;
146
+ margin-bottom: -4px;
147
+ }
148
+
149
+ .jcrop-dragbar.ord-e {
150
+ margin-right: -4px;
151
+ right: 0;
152
+ }
153
+
154
+ .jcrop-dragbar.ord-w {
155
+ margin-left: -4px;
156
+ }
157
+
158
+ /* The "jcrop-light" class/extension */
159
+ .jcrop-light .jcrop-vline,
160
+
161
+ .jcrop-light .jcrop-hline {
162
+ background: #ffffff;
163
+ filter: alpha(opacity = 70) !important;
164
+ opacity: 0.7 !important;
165
+ }
166
+
167
+ .jcrop-light .jcrop-handle {
168
+ -moz-border-radius: 3px;
169
+ -webkit-border-radius: 3px;
170
+ background-color: #000000;
171
+ border-color: #ffffff;
172
+ border-radius: 3px;
173
+ }
174
+
175
+ /* The "jcrop-dark" class/extension */
176
+ .jcrop-dark .jcrop-vline,
177
+
178
+ .jcrop-dark .jcrop-hline {
179
+ background: #000000;
180
+ filter: alpha(opacity = 70) !important;
181
+ opacity: 0.7 !important;
182
+ }
183
+
184
+ .jcrop-dark .jcrop-handle {
185
+ -moz-border-radius: 3px;
186
+ -webkit-border-radius: 3px;
187
+ background-color: #ffffff;
188
+ border-color: #000000;
189
+ border-radius: 3px;
190
+ }
191
+
192
+ /* Simple macro to turn off the antlines */
193
+ .solid-line .jcrop-vline,
194
+
195
+ .solid-line .jcrop-hline {
196
+ background: #ffffff;
197
+ }
198
+
199
+ /* Fix for twitter bootstrap et al. */
200
+ .jcrop-holder img,
201
+
202
+ img.jcrop-preview {
203
+ max-width: none;
204
+ }