lte-rails 0.0.2 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +28 -29
  3. data/README.md +2 -2
  4. data/lib/lte/rails/version.rb +2 -2
  5. data/vendor/assets/stylesheets/AdminLTE/.csslintrc +1 -1
  6. data/vendor/assets/stylesheets/AdminLTE/404_500_errors.less +1 -1
  7. data/vendor/assets/stylesheets/AdminLTE/AdminLTE.less +1 -8
  8. data/vendor/assets/stylesheets/AdminLTE/alerts.less +3 -0
  9. data/vendor/assets/stylesheets/AdminLTE/bootstrap-social.less +85 -27
  10. data/vendor/assets/stylesheets/AdminLTE/boxes.less +6 -4
  11. data/vendor/assets/stylesheets/AdminLTE/buttons.less +23 -14
  12. data/vendor/assets/stylesheets/AdminLTE/control-sidebar.less +26 -17
  13. data/vendor/assets/stylesheets/AdminLTE/core.less +17 -14
  14. data/vendor/assets/stylesheets/AdminLTE/direct-chat.less +25 -3
  15. data/vendor/assets/stylesheets/AdminLTE/dropdown.less +9 -6
  16. data/vendor/assets/stylesheets/AdminLTE/forms.less +12 -1
  17. data/vendor/assets/stylesheets/AdminLTE/fullcalendar.less +15 -3
  18. data/vendor/assets/stylesheets/AdminLTE/header.less +12 -8
  19. data/vendor/assets/stylesheets/AdminLTE/info-box.less +8 -2
  20. data/vendor/assets/stylesheets/AdminLTE/labels.less +5 -0
  21. data/vendor/assets/stylesheets/AdminLTE/lockscreen.less +5 -0
  22. data/vendor/assets/stylesheets/AdminLTE/login_and_register.less +2 -0
  23. data/vendor/assets/stylesheets/AdminLTE/mailbox.less +11 -0
  24. data/vendor/assets/stylesheets/AdminLTE/miscellaneous.less +121 -44
  25. data/vendor/assets/stylesheets/AdminLTE/mixins.less +43 -30
  26. data/vendor/assets/stylesheets/AdminLTE/modal.less +10 -3
  27. data/vendor/assets/stylesheets/AdminLTE/navs.less +54 -10
  28. data/vendor/assets/stylesheets/AdminLTE/print.less +12 -6
  29. data/vendor/assets/stylesheets/AdminLTE/products.less +1 -0
  30. data/vendor/assets/stylesheets/AdminLTE/profile.less +3 -1
  31. data/vendor/assets/stylesheets/AdminLTE/progress-bars.less +7 -3
  32. data/vendor/assets/stylesheets/AdminLTE/select2.less +18 -3
  33. data/vendor/assets/stylesheets/AdminLTE/sidebar-mini.less +22 -9
  34. data/vendor/assets/stylesheets/AdminLTE/sidebar.less +11 -9
  35. data/vendor/assets/stylesheets/AdminLTE/skins/skin-black-light.less +1 -1
  36. data/vendor/assets/stylesheets/AdminLTE/skins/skin-black.less +11 -1
  37. data/vendor/assets/stylesheets/AdminLTE/skins/skin-green-light.less +2 -3
  38. data/vendor/assets/stylesheets/AdminLTE/skins/skin-green.less +2 -3
  39. data/vendor/assets/stylesheets/AdminLTE/skins/skin-purple-light.less +2 -3
  40. data/vendor/assets/stylesheets/AdminLTE/skins/skin-purple.less +2 -3
  41. data/vendor/assets/stylesheets/AdminLTE/skins/skin-red-light.less +2 -3
  42. data/vendor/assets/stylesheets/AdminLTE/skins/skin-red.less +2 -3
  43. data/vendor/assets/stylesheets/AdminLTE/skins/skin-yellow-light.less +2 -3
  44. data/vendor/assets/stylesheets/AdminLTE/skins/skin-yellow.less +2 -3
  45. data/vendor/assets/stylesheets/AdminLTE/small-box.less +3 -3
  46. data/vendor/assets/stylesheets/AdminLTE/social-widgets.less +2 -2
  47. data/vendor/assets/stylesheets/AdminLTE/timeline.less +2 -3
  48. data/vendor/assets/stylesheets/AdminLTE/users-list.less +3 -0
  49. data/vendor/assets/stylesheets/AdminLTE/variables.less +44 -41
  50. metadata +3 -3
@@ -33,6 +33,9 @@
33
33
  border-color: @green;
34
34
  box-shadow: none;
35
35
  }
36
+ .help-block {
37
+ color: @green;
38
+ }
36
39
  }
37
40
 
38
41
  &.has-warning {
@@ -43,6 +46,9 @@
43
46
  border-color: @yellow;
44
47
  box-shadow: none;
45
48
  }
49
+ .help-block {
50
+ color: @yellow;
51
+ }
46
52
  }
47
53
 
48
54
  &.has-error {
@@ -53,6 +59,9 @@
53
59
  border-color: @red;
54
60
  box-shadow: none;
55
61
  }
62
+ .help-block {
63
+ color: @red;
64
+ }
56
65
  }
57
66
  }
58
67
 
@@ -64,6 +73,7 @@
64
73
  background-color: #fff;
65
74
  }
66
75
  }
76
+
67
77
  /* button groups */
68
78
  .btn-group-vertical {
69
79
  .btn {
@@ -79,7 +89,7 @@
79
89
 
80
90
  /* support Font Awesome icons in form-control */
81
91
  .form-control-feedback.fa {
82
- line-height: @input-height-base;
92
+ line-height: @input-height-base;
83
93
  }
84
94
 
85
95
  .input-lg + .form-control-feedback.fa,
@@ -87,6 +97,7 @@
87
97
  .form-group-lg .form-control + .form-control-feedback.fa {
88
98
  line-height: @input-height-large;
89
99
  }
100
+
90
101
  .input-sm + .form-control-feedback.fa,
91
102
  .input-group-sm + .form-control-feedback.fa,
92
103
  .form-group-sm .form-control + .form-control-feedback.fa {
@@ -10,11 +10,12 @@
10
10
  border-color: #ddd;
11
11
  border-bottom-color: #ddd;
12
12
  &:hover,
13
- &:active,
14
- &.hover {
13
+ &:active,
14
+ &.hover {
15
15
  background-color: #e9e9e9;
16
16
  }
17
17
  }
18
+
18
19
  // Calendar title
19
20
  .fc-header-title h2 {
20
21
  font-size: 15px;
@@ -22,38 +23,47 @@
22
23
  color: #666;
23
24
  margin-left: 10px;
24
25
  }
26
+
25
27
  .fc-header-right {
26
28
  padding-right: 10px;
27
29
  }
30
+
28
31
  .fc-header-left {
29
32
  padding-left: 10px;
30
33
  }
34
+
31
35
  // Calendar table header cells
32
36
  .fc-widget-header {
33
37
  background: #fafafa;
34
38
  }
39
+
35
40
  .fc-grid {
36
41
  width: 100%;
37
42
  border: 0;
38
43
  }
44
+
39
45
  .fc-widget-header:first-of-type,
40
46
  .fc-widget-content:first-of-type {
41
47
  border-left: 0;
42
48
  border-right: 0;
43
49
  }
50
+
44
51
  .fc-widget-header:last-of-type,
45
52
  .fc-widget-content:last-of-type {
46
53
  border-right: 0;
47
54
  }
55
+
48
56
  .fc-toolbar {
49
57
  padding: @box-padding;
50
58
  margin: 0;
51
59
  }
60
+
52
61
  .fc-day-number {
53
62
  font-size: 20px;
54
63
  font-weight: 300;
55
64
  padding-right: 10px;
56
65
  }
66
+
57
67
  .fc-color-picker {
58
68
  list-style: none;
59
69
  margin: 0;
@@ -71,9 +81,11 @@
71
81
  }
72
82
  }
73
83
  }
84
+
74
85
  #add-new-event {
75
86
  .transition(all linear .3s);
76
87
  }
88
+
77
89
  .external-event {
78
90
  padding: 5px 10px;
79
91
  font-weight: bold;
@@ -83,6 +95,6 @@
83
95
  border-radius: @box-border-radius;
84
96
  cursor: move;
85
97
  &:hover {
86
- box-shadow: inset 0 0 90px rgba(0,0,0,0.2);
98
+ box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
87
99
  }
88
100
  }
@@ -8,7 +8,7 @@
8
8
  max-height: 100px;
9
9
  z-index: 1030;
10
10
  //Navbar
11
- > .navbar {
11
+ .navbar {
12
12
  .transition(margin-left @transition-speed @transition-fn);
13
13
  margin-bottom: 0;
14
14
  margin-left: @sidebar-width;
@@ -21,12 +21,12 @@
21
21
  }
22
22
  //Navbar search text input
23
23
  #navbar-search-input.form-control {
24
- background: rgba(255,255,255,.2);
24
+ background: rgba(255, 255, 255, .2);
25
25
  border-color: transparent;
26
26
  &:focus,
27
- &:active {
28
- border-color: rgba(0,0,0,.1);
29
- background: rgba(255,255,255,.9);
27
+ &:active {
28
+ border-color: rgba(0, 0, 0, .1);
29
+ background: rgba(255, 255, 255, .9);
30
30
  }
31
31
  &::-moz-placeholder {
32
32
  color: #ccc;
@@ -44,7 +44,7 @@
44
44
  .navbar-right {
45
45
  float: right;
46
46
  @media (max-width: @screen-sm-max) {
47
- a {
47
+ a {
48
48
  color: inherit;
49
49
  background: transparent;
50
50
  }
@@ -56,6 +56,7 @@
56
56
  .navbar-collapse & {
57
57
  margin: 7.5px -15px;
58
58
  }
59
+
59
60
  > li {
60
61
  color: inherit;
61
62
  border: 0;
@@ -189,17 +190,20 @@
189
190
  }
190
191
  }
191
192
  }
193
+
192
194
  .navbar-toggle {
193
195
  color: #fff;
194
196
  border: 0;
195
197
  margin: 0;
196
198
  padding: @navbar-padding-vertical @navbar-padding-horizontal;
197
199
  }
200
+
198
201
  //Control navbar scaffolding on x-small screens
199
202
  @media (max-width: @screen-sm-max) {
200
203
  .navbar-custom-menu .navbar-nav > li {
201
204
  float: left;
202
205
  }
206
+
203
207
  //Dont't let links get full width
204
208
  .navbar-custom-menu .navbar-nav {
205
209
  margin: 0;
@@ -232,8 +236,8 @@
232
236
  }
233
237
 
234
238
  .navbar-collapse.pull-left {
235
- @media(max-width: @screen-sm-max) {
236
- float: none!important;
239
+ @media (max-width: @screen-sm-max) {
240
+ float: none !important;
237
241
  + .navbar-custom-menu {
238
242
  display: block;
239
243
  position: absolute;
@@ -14,7 +14,7 @@
14
14
  font-size: 14px;
15
15
  }
16
16
  .progress {
17
- background: rgba(0,0,0,.2);
17
+ background: rgba(0, 0, 0, .2);
18
18
  margin: 5px -10px 5px -10px;
19
19
  height: 2px;
20
20
  &,
@@ -26,6 +26,7 @@
26
26
  }
27
27
  }
28
28
  }
29
+
29
30
  .info-box-icon {
30
31
  .border-radius(2px; 0; 2px; 0);
31
32
  display: block;
@@ -35,20 +36,23 @@
35
36
  text-align: center;
36
37
  font-size: 45px;
37
38
  line-height: 90px;
38
- background: rgba(0,0,0,0.2);
39
+ background: rgba(0, 0, 0, 0.2);
39
40
  > img {
40
41
  max-width: 100%;
41
42
  }
42
43
  }
44
+
43
45
  .info-box-content {
44
46
  padding: 5px 10px;
45
47
  margin-left: 90px;
46
48
  }
49
+
47
50
  .info-box-number {
48
51
  display: block;
49
52
  font-weight: bold;
50
53
  font-size: 18px;
51
54
  }
55
+
52
56
  .progress-description,
53
57
  .info-box-text {
54
58
  display: block;
@@ -57,9 +61,11 @@
57
61
  overflow: hidden;
58
62
  text-overflow: ellipsis;
59
63
  }
64
+
60
65
  .info-box-text {
61
66
  text-transform: uppercase;
62
67
  }
68
+
63
69
  .info-box-more {
64
70
  display: block;
65
71
  }
@@ -6,18 +6,23 @@
6
6
  background-color: @gray;
7
7
  color: #444;
8
8
  }
9
+
9
10
  .label-danger {
10
11
  &:extend(.bg-red);
11
12
  }
13
+
12
14
  .label-info {
13
15
  &:extend(.bg-aqua);
14
16
  }
17
+
15
18
  .label-warning {
16
19
  &:extend(.bg-yellow);
17
20
  }
21
+
18
22
  .label-primary {
19
23
  &:extend(.bg-light-blue);
20
24
  }
25
+
21
26
  .label-success {
22
27
  &:extend(.bg-green);
23
28
  }
@@ -6,6 +6,7 @@
6
6
  .lockscreen {
7
7
  background: @gray;
8
8
  }
9
+
9
10
  .lockscreen-logo {
10
11
  font-size: 35px;
11
12
  text-align: center;
@@ -15,16 +16,19 @@
15
16
  color: #444;
16
17
  }
17
18
  }
19
+
18
20
  .lockscreen-wrapper {
19
21
  max-width: 400px;
20
22
  margin: 0 auto;
21
23
  margin-top: 10%;
22
24
  }
25
+
23
26
  /* User name [optional] */
24
27
  .lockscreen .lockscreen-name {
25
28
  text-align: center;
26
29
  font-weight: 600;
27
30
  }
31
+
28
32
  /* Will contain the image and the sign in form */
29
33
  .lockscreen-item {
30
34
  .border-radius(4px);
@@ -34,6 +38,7 @@
34
38
  margin: 10px auto 30px auto;
35
39
  width: 290px;
36
40
  }
41
+
37
42
  /* User image */
38
43
  .lockscreen-image {
39
44
  .border-radius(50%);
@@ -39,12 +39,14 @@
39
39
  color: #777;
40
40
  }
41
41
  }
42
+
42
43
  .login-box-msg,
43
44
  .register-box-msg {
44
45
  margin: 0;
45
46
  text-align: center;
46
47
  padding: 0 20px 20px 20px;
47
48
  }
49
+
48
50
  .social-auth-links {
49
51
  margin: 10px 0;
50
52
  }
@@ -7,12 +7,14 @@
7
7
  margin: 0;
8
8
  }
9
9
  }
10
+
10
11
  .mailbox-controls {
11
12
  padding: 5px;
12
13
  &.with-border {
13
14
  border-bottom: 1px solid @box-border-color;
14
15
  }
15
16
  }
17
+
16
18
  .mailbox-read-info {
17
19
  border-bottom: 1px solid @box-border-color;
18
20
  padding: 10px;
@@ -25,13 +27,16 @@
25
27
  padding: 5px 0 0 0;
26
28
  }
27
29
  }
30
+
28
31
  .mailbox-read-time {
29
32
  color: #999;
30
33
  font-size: 13px;
31
34
  }
35
+
32
36
  .mailbox-read-message {
33
37
  padding: 10px;
34
38
  }
39
+
35
40
  .mailbox-attachments {
36
41
  &:extend(.list-unstyled);
37
42
  li {
@@ -42,23 +47,28 @@
42
47
  margin-right: 10px;
43
48
  }
44
49
  }
50
+
45
51
  .mailbox-attachment-name {
46
52
  font-weight: bold;
47
53
  color: #666;
48
54
  }
55
+
49
56
  .mailbox-attachment-icon,
50
57
  .mailbox-attachment-info,
51
58
  .mailbox-attachment-size {
52
59
  display: block;
53
60
  }
61
+
54
62
  .mailbox-attachment-info {
55
63
  padding: 10px;
56
64
  background: #f4f4f4;
57
65
  }
66
+
58
67
  .mailbox-attachment-size {
59
68
  color: #999;
60
69
  font-size: 12px;
61
70
  }
71
+
62
72
  .mailbox-attachment-icon {
63
73
  text-align: center;
64
74
  font-size: 65px;
@@ -72,6 +82,7 @@
72
82
  }
73
83
  }
74
84
  }
85
+
75
86
  .mailbox-attachment-close {
76
87
  &:extend(.close);
77
88
  }
@@ -6,18 +6,23 @@
6
6
  .pad {
7
7
  padding: 10px;
8
8
  }
9
+
9
10
  .margin {
10
11
  margin: 10px;
11
12
  }
13
+
12
14
  .margin-bottom {
13
15
  margin-bottom: 20px;
14
16
  }
17
+
15
18
  .margin-bottom-none {
16
19
  margin-bottom: 0;
17
20
  }
21
+
18
22
  .margin-r-5 {
19
23
  margin-right: 5px;
20
24
  }
25
+
21
26
  // Display inline
22
27
  .inline {
23
28
  display: inline;
@@ -53,7 +58,7 @@
53
58
  .bg-teal,
54
59
  .bg-olive,
55
60
  .bg-lime,
56
- .bg-orange ,
61
+ .bg-orange,
57
62
  .bg-fuchsia,
58
63
  .bg-purple,
59
64
  .bg-maroon,
@@ -75,55 +80,72 @@
75
80
  .bg-black-active {
76
81
  color: #fff !important;
77
82
  }
83
+
78
84
  .bg-gray {
79
85
  color: #000;
80
- background-color: @gray!important;
86
+ background-color: @gray !important;
81
87
  }
88
+
82
89
  .bg-gray-light {
83
90
  background-color: #f7f7f7;
84
91
  }
92
+
85
93
  .bg-black {
86
- background-color: @black!important;
94
+ background-color: @black !important;
87
95
  }
96
+
88
97
  .bg-red {
89
98
  background-color: @red !important;
90
99
  }
100
+
91
101
  .bg-yellow {
92
102
  background-color: @yellow !important;
93
103
  }
104
+
94
105
  .bg-aqua {
95
106
  background-color: @aqua !important;
96
107
  }
108
+
97
109
  .bg-blue {
98
110
  background-color: @blue !important;
99
111
  }
112
+
100
113
  .bg-light-blue {
101
114
  background-color: @light-blue !important;
102
115
  }
116
+
103
117
  .bg-green {
104
118
  background-color: @green !important;
105
119
  }
120
+
106
121
  .bg-navy {
107
122
  background-color: @navy !important;
108
123
  }
124
+
109
125
  .bg-teal {
110
126
  background-color: @teal !important;
111
127
  }
128
+
112
129
  .bg-olive {
113
130
  background-color: @olive !important;
114
131
  }
132
+
115
133
  .bg-lime {
116
134
  background-color: @lime !important;
117
135
  }
136
+
118
137
  .bg-orange {
119
138
  background-color: @orange !important;
120
139
  }
140
+
121
141
  .bg-fuchsia {
122
142
  background-color: @fuchsia !important;
123
143
  }
144
+
124
145
  .bg-purple {
125
146
  background-color: @purple !important;
126
147
  }
148
+
127
149
  .bg-maroon {
128
150
  background-color: @maroon !important;
129
151
  }
@@ -131,52 +153,67 @@
131
153
  //Set of Active Background Colors
132
154
  .bg-gray-active {
133
155
  color: #000;
134
- background-color: darken(@gray,10%)!important;
156
+ background-color: darken(@gray, 10%) !important;
135
157
  }
158
+
136
159
  .bg-black-active {
137
- background-color: darken(@black, 10%)!important;
160
+ background-color: darken(@black, 10%) !important;
138
161
  }
162
+
139
163
  .bg-red-active {
140
- background-color: darken(@red , 6%)!important;
164
+ background-color: darken(@red , 6%) !important;
141
165
  }
166
+
142
167
  .bg-yellow-active {
143
- background-color: darken(@yellow , 6%)!important;
168
+ background-color: darken(@yellow , 6%) !important;
144
169
  }
170
+
145
171
  .bg-aqua-active {
146
- background-color: darken(@aqua , 6%)!important;
172
+ background-color: darken(@aqua , 6%) !important;
147
173
  }
174
+
148
175
  .bg-blue-active {
149
- background-color: darken(@blue , 10%)!important;
176
+ background-color: darken(@blue , 10%) !important;
150
177
  }
178
+
151
179
  .bg-light-blue-active {
152
- background-color: darken(@light-blue , 6%)!important;
180
+ background-color: darken(@light-blue , 6%) !important;
153
181
  }
182
+
154
183
  .bg-green-active {
155
- background-color: darken(@green , 5%)!important;
184
+ background-color: darken(@green , 5%) !important;
156
185
  }
186
+
157
187
  .bg-navy-active {
158
- background-color: darken(@navy , 2%)!important;
188
+ background-color: darken(@navy , 2%) !important;
159
189
  }
190
+
160
191
  .bg-teal-active {
161
- background-color: darken(@teal , 5%)!important;
192
+ background-color: darken(@teal , 5%) !important;
162
193
  }
194
+
163
195
  .bg-olive-active {
164
- background-color: darken(@olive , 5%)!important;
196
+ background-color: darken(@olive , 5%) !important;
165
197
  }
198
+
166
199
  .bg-lime-active {
167
- background-color: darken(@lime , 5%)!important;
200
+ background-color: darken(@lime , 5%) !important;
168
201
  }
202
+
169
203
  .bg-orange-active {
170
- background-color: darken(@orange , 5%)!important;
204
+ background-color: darken(@orange , 5%) !important;
171
205
  }
206
+
172
207
  .bg-fuchsia-active {
173
- background-color: darken(@fuchsia , 5%)!important;
208
+ background-color: darken(@fuchsia , 5%) !important;
174
209
  }
210
+
175
211
  .bg-purple-active {
176
- background-color: darken(@purple , 5%)!important;
212
+ background-color: darken(@purple , 5%) !important;
177
213
  }
214
+
178
215
  .bg-maroon-active {
179
- background-color: darken(@maroon , 3%)!important;
216
+ background-color: darken(@maroon , 3%) !important;
180
217
  }
181
218
 
182
219
  //Disabled!
@@ -188,62 +225,79 @@
188
225
  .text-red {
189
226
  color: @red !important;
190
227
  }
228
+
191
229
  .text-yellow {
192
230
  color: @yellow !important;
193
231
  }
232
+
194
233
  .text-aqua {
195
234
  color: @aqua !important;
196
235
  }
236
+
197
237
  .text-blue {
198
238
  color: @blue !important;
199
239
  }
240
+
200
241
  .text-black {
201
- color: @black!important;
242
+ color: @black !important;
202
243
  }
244
+
203
245
  .text-light-blue {
204
246
  color: @light-blue !important;
205
247
  }
248
+
206
249
  .text-green {
207
250
  color: @green !important;
208
251
  }
252
+
209
253
  .text-gray {
210
254
  color: @gray !important;
211
255
  }
256
+
212
257
  .text-navy {
213
258
  color: @navy !important;
214
259
  }
260
+
215
261
  .text-teal {
216
262
  color: @teal !important;
217
263
  }
264
+
218
265
  .text-olive {
219
266
  color: @olive !important;
220
267
  }
268
+
221
269
  .text-lime {
222
270
  color: @lime !important;
223
271
  }
272
+
224
273
  .text-orange {
225
274
  color: @orange !important;
226
275
  }
276
+
227
277
  .text-fuchsia {
228
278
  color: @fuchsia !important;
229
279
  }
280
+
230
281
  .text-purple {
231
282
  color: @purple !important;
232
283
  }
284
+
233
285
  .text-maroon {
234
286
  color: @maroon !important;
235
287
  }
288
+
236
289
  .link-muted {
237
290
  color: darken(@gray, 30%);
238
291
  &:hover,
239
- &:focus {
292
+ &:focus {
240
293
  color: darken(@gray, 40%);
241
294
  }
242
295
  }
296
+
243
297
  .link-black {
244
298
  color: #666;
245
299
  &:hover,
246
- &:focus {
300
+ &:focus {
247
301
  color: #999;
248
302
  }
249
303
  }
@@ -257,10 +311,12 @@
257
311
  .no-border {
258
312
  border: 0 !important;
259
313
  }
314
+
260
315
  // Remove padding
261
316
  .no-padding {
262
317
  padding: 0 !important;
263
318
  }
319
+
264
320
  // Remove margins
265
321
  .no-margin {
266
322
  margin: 0 !important;
@@ -268,7 +324,7 @@
268
324
 
269
325
  // Remove box shadow
270
326
  .no-shadow {
271
- box-shadow: none!important;
327
+ box-shadow: none !important;
272
328
  }
273
329
 
274
330
  // Unstyled List
@@ -282,7 +338,7 @@
282
338
  > .list-group-item {
283
339
  border-left: 0;
284
340
  border-right: 0;
285
- border-radius: 0;
341
+ border-radius: 0;
286
342
  padding-left: 0;
287
343
  padding-right: 0;
288
344
  }
@@ -290,7 +346,7 @@
290
346
 
291
347
  // Remove border radius
292
348
  .flat {
293
- .border-radius(0)!important;
349
+ .border-radius(0) !important;
294
350
  }
295
351
 
296
352
  .text-bold {
@@ -298,57 +354,66 @@
298
354
  font-weight: 700;
299
355
  }
300
356
  }
357
+
301
358
  .text-sm {
302
359
  font-size: 12px;
303
360
  }
304
361
 
305
362
  // _fix for sparkline tooltip
306
- .jqstooltip{
307
- padding: 5px!important;
308
- width:auto!important;
309
- height:auto!important;
363
+ .jqstooltip {
364
+ padding: 5px !important;
365
+ width: auto !important;
366
+ height: auto !important;
310
367
  }
311
368
 
312
-
313
369
  // Gradient Background colors
314
370
  .bg-teal-gradient {
315
- .gradient(@teal; @teal; lighten(@teal, 16%))!important;
371
+ .gradient(@teal; @teal; lighten(@teal, 16%)) !important;
316
372
  color: #fff;
317
373
  }
374
+
318
375
  .bg-light-blue-gradient {
319
- .gradient(@light-blue; @light-blue; lighten(@light-blue, 12%))!important;
376
+ .gradient(@light-blue; @light-blue; lighten(@light-blue, 12%)) !important;
320
377
  color: #fff;
321
378
  }
379
+
322
380
  .bg-blue-gradient {
323
- .gradient(@blue; @blue; lighten(@blue, 7%))!important;
381
+ .gradient(@blue; @blue; lighten(@blue, 7%)) !important;
324
382
  color: #fff;
325
383
  }
384
+
326
385
  .bg-aqua-gradient {
327
- .gradient(@aqua; @aqua; lighten(@aqua, 7%))!important;
386
+ .gradient(@aqua; @aqua; lighten(@aqua, 7%)) !important;
328
387
  color: #fff;
329
388
  }
389
+
330
390
  .bg-yellow-gradient {
331
- .gradient(@yellow; @yellow; lighten(@yellow, 16%))!important;
391
+ .gradient(@yellow; @yellow; lighten(@yellow, 16%)) !important;
332
392
  color: #fff;
333
393
  }
394
+
334
395
  .bg-purple-gradient {
335
- .gradient(@purple; @purple; lighten(@purple, 16%))!important;
396
+ .gradient(@purple; @purple; lighten(@purple, 16%)) !important;
336
397
  color: #fff;
337
398
  }
399
+
338
400
  .bg-green-gradient {
339
- .gradient(@green; @green; lighten(@green, 7%))!important;
401
+ .gradient(@green; @green; lighten(@green, 7%)) !important;
340
402
  color: #fff;
341
403
  }
404
+
342
405
  .bg-red-gradient {
343
- .gradient(@red; @red; lighten(@red, 10%))!important;
406
+ .gradient(@red; @red; lighten(@red, 10%)) !important;
344
407
  color: #fff;
345
408
  }
409
+
346
410
  .bg-black-gradient {
347
- .gradient(@black; @black; lighten(@black, 10%))!important;
411
+ .gradient(@black; @black; lighten(@black, 10%)) !important;
348
412
  color: #fff;
349
413
  }
414
+
350
415
  .bg-maroon-gradient {
351
- .gradient(@maroon; @maroon; lighten(@maroon, 10%))!important;
416
+ .gradient(@maroon; @maroon; lighten(@maroon, 10%)) !important;
352
417
  color: #fff;
353
418
  }
354
419
 
@@ -366,7 +431,7 @@
366
431
 
367
432
  //Make position static
368
433
  .position-static {
369
- position: static!important;
434
+ position: static !important;
370
435
  }
371
436
 
372
437
  //List utility classes
@@ -376,11 +441,13 @@
376
441
  font-weight: bold;
377
442
  color: #666;
378
443
  }
444
+
379
445
  .list-seperator {
380
446
  height: 1px;
381
447
  background: @box-border-color;
382
448
  margin: 15px 0 9px 0;
383
449
  }
450
+
384
451
  .list-link {
385
452
  > a {
386
453
  padding: 4px;
@@ -439,13 +506,15 @@
439
506
  .img-lg {
440
507
  float: left;
441
508
  }
509
+
442
510
  .img-sm {
443
- width: 30px!important;
444
- height: 30px!important;
511
+ width: 30px !important;
512
+ height: 30px !important;
445
513
  + .img-push {
446
514
  margin-left: 40px;
447
515
  }
448
516
  }
517
+
449
518
  .img-md {
450
519
  width: 60px;
451
520
  height: 60px;
@@ -453,6 +522,7 @@
453
522
  margin-left: 70px;
454
523
  }
455
524
  }
525
+
456
526
  .img-lg {
457
527
  width: 100px;
458
528
  height: 100px;
@@ -460,15 +530,18 @@
460
530
  margin-left: 110px;
461
531
  }
462
532
  }
533
+
463
534
  // Image bordered
464
535
  .img-bordered {
465
536
  border: 3px solid @gray;
466
537
  padding: 3px;
467
538
  }
539
+
468
540
  .img-bordered-sm {
469
541
  border: 2px solid @gray;
470
542
  padding: 2px;
471
543
  }
544
+
472
545
  //General attachemnt block
473
546
  .attachment-block {
474
547
  border: 1px solid @box-border-color;
@@ -496,6 +569,7 @@
496
569
  .connectedSortable {
497
570
  min-height: 100px;
498
571
  }
572
+
499
573
  .ui-helper-hidden-accessible {
500
574
  border: 0;
501
575
  clip: rect(0 0 0 0);
@@ -506,17 +580,20 @@
506
580
  position: absolute;
507
581
  width: 1px;
508
582
  }
583
+
509
584
  .sort-highlight {
510
585
  background: #f4f4f4;
511
586
  border: 1px dashed #ddd;
512
587
  margin-bottom: 10px;
513
588
  }
589
+
514
590
  .full-opacity-hover {
515
591
  .opacity(.65);
516
592
  &:hover {
517
593
  .opacity(1);
518
594
  }
519
595
  }
596
+
520
597
  // Charts
521
598
  .chart {
522
599
  position: relative;
@@ -524,6 +601,6 @@
524
601
  width: 100%;
525
602
  svg,
526
603
  canvas {
527
- width: 100%!important;
604
+ width: 100% !important;
528
605
  }
529
606
  }