camaleon_cms 2.8.1 → 2.8.3
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.
Potentially problematic release.
This version of camaleon_cms might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/camaleon_cms/admin/_actions.js +3 -2
- data/app/assets/javascripts/camaleon_cms/admin/_libraries.js +0 -1
- data/app/assets/javascripts/camaleon_cms/admin/admin-manifest.js +1 -2
- data/app/assets/javascripts/camaleon_cms/admin/introjs/intro.min.js +11 -0
- data/app/assets/javascripts/camaleon_cms/admin/introjs/intro.min.js.map +1 -0
- data/app/assets/javascripts/camaleon_cms/admin/jquery.validate.js +5 -5
- data/app/assets/javascripts/camaleon_cms/admin/jquery_validate/messages_ar.js +52 -0
- data/app/assets/javascripts/camaleon_cms/admin/jquery_validate/messages_de.js +70 -0
- data/app/assets/javascripts/camaleon_cms/admin/jquery_validate/{es.js → messages_es.js} +9 -10
- data/app/assets/javascripts/camaleon_cms/admin/jquery_validate/{fr.js → messages_fr.js} +7 -3
- data/app/assets/javascripts/camaleon_cms/admin/jquery_validate/messages_it.js +27 -0
- data/app/assets/javascripts/camaleon_cms/admin/jquery_validate/{nl.js → messages_nl.js} +1 -0
- data/app/assets/javascripts/camaleon_cms/admin/jquery_validate/{pt-BR.js → messages_pt-BR.js} +24 -19
- data/app/assets/javascripts/camaleon_cms/admin/jquery_validate/{ru.js → messages_ru.js} +6 -2
- data/app/assets/javascripts/camaleon_cms/admin/jquery_validate/{zh-CN.js → messages_zh-CN.js} +9 -8
- data/app/assets/javascripts/camaleon_cms/admin/jquery_validate/methods_de.js +12 -0
- data/app/assets/javascripts/camaleon_cms/admin/jquery_validate/methods_nl.js +12 -0
- data/app/assets/javascripts/camaleon_cms/admin/jquery_validate/methods_pt.js +9 -0
- data/app/assets/javascripts/camaleon_cms/admin/lte/app.js +71 -57
- data/app/assets/stylesheets/camaleon_cms/admin/_custom_admin.css.scss +19 -7
- data/app/assets/stylesheets/camaleon_cms/admin/admin-manifest.css +1 -1
- data/app/assets/stylesheets/camaleon_cms/admin/introjs/introjs.min.css +2 -0
- data/app/assets/stylesheets/camaleon_cms/admin/introjs/introjs.min.css.map +1 -0
- data/app/assets/stylesheets/camaleon_cms/admin/lte/_admin.css.scss +450 -69
- data/app/assets/stylesheets/camaleon_cms/admin/lte/skins/skin-black-light.css +15 -18
- data/app/assets/stylesheets/camaleon_cms/admin/lte/skins/skin-black.css +22 -18
- data/app/assets/stylesheets/camaleon_cms/admin/lte/skins/skin-blue-light.css +0 -3
- data/app/assets/stylesheets/camaleon_cms/admin/lte/skins/skin-blue.css +1 -4
- data/app/assets/stylesheets/camaleon_cms/admin/lte/skins/skin-green-light.css +0 -3
- data/app/assets/stylesheets/camaleon_cms/admin/lte/skins/skin-green.css +0 -3
- data/app/assets/stylesheets/camaleon_cms/admin/lte/skins/skin-purple-light.css +0 -3
- data/app/assets/stylesheets/camaleon_cms/admin/lte/skins/skin-purple.css +0 -4
- data/app/assets/stylesheets/camaleon_cms/admin/lte/skins/skin-red-light.css +0 -3
- data/app/assets/stylesheets/camaleon_cms/admin/lte/skins/skin-red.css +0 -3
- data/app/assets/stylesheets/camaleon_cms/admin/lte/skins/skin-yellow-light.css +0 -3
- data/app/assets/stylesheets/camaleon_cms/admin/lte/skins/skin-yellow.css +0 -3
- data/app/assets/stylesheets/camaleon_cms/bootstrap.min.css.map +1 -0
- data/app/controllers/camaleon_cms/admin/media_controller.rb +2 -1
- data/app/helpers/camaleon_cms/uploader_helper.rb +1 -1
- data/app/models/camaleon_cms/term_taxonomy.rb +13 -2
- data/app/uploaders/camaleon_cms_aws_uploader.rb +2 -0
- data/app/uploaders/camaleon_cms_local_uploader.rb +3 -1
- data/app/uploaders/camaleon_cms_uploader.rb +2 -4
- data/app/views/layouts/camaleon_cms/admin.html.erb +7 -1
- data/lib/camaleon_cms/version.rb +1 -1
- metadata +21 -15
- data/app/assets/javascripts/camaleon_cms/admin/_underscore.js +0 -1536
- data/app/assets/javascripts/camaleon_cms/admin/introjs/_intro.min.js +0 -1317
- data/app/assets/javascripts/camaleon_cms/admin/jquery_validate/de.js +0 -20
- data/app/assets/javascripts/camaleon_cms/admin/jquery_validate/it.js +0 -23
- data/app/assets/stylesheets/camaleon_cms/admin/introjs/_introjs.min.css +0 -1
- /data/app/assets/javascripts/camaleon_cms/admin/jquery_validate/{uk.js → messages_uk.js} +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
|
2
2
|
/*!
|
3
|
-
* AdminLTE v2.3.
|
3
|
+
* AdminLTE v2.3.11
|
4
4
|
* Author: Almsaeed Studio
|
5
5
|
* Website: Almsaeed Studio <http://almsaeedstudio.com>
|
6
6
|
* License: Open source - MIT
|
@@ -12,15 +12,13 @@
|
|
12
12
|
*/
|
13
13
|
html,
|
14
14
|
body {
|
15
|
-
|
15
|
+
height: 100%;
|
16
16
|
}
|
17
17
|
.layout-boxed html,
|
18
18
|
.layout-boxed body {
|
19
19
|
height: 100%;
|
20
20
|
}
|
21
21
|
body {
|
22
|
-
-webkit-font-smoothing: antialiased;
|
23
|
-
-moz-osx-font-smoothing: grayscale;
|
24
22
|
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
25
23
|
font-weight: 400;
|
26
24
|
overflow-x: hidden;
|
@@ -28,9 +26,10 @@ body {
|
|
28
26
|
}
|
29
27
|
/* Layout */
|
30
28
|
.wrapper {
|
31
|
-
|
29
|
+
height: 100%;
|
32
30
|
position: relative;
|
33
|
-
overflow:
|
31
|
+
overflow-x: hidden;
|
32
|
+
overflow-y: auto;
|
34
33
|
}
|
35
34
|
.wrapper:before,
|
36
35
|
.wrapper:after {
|
@@ -134,7 +133,7 @@ body.hold-transition .right-side,
|
|
134
133
|
body.hold-transition .main-footer,
|
135
134
|
body.hold-transition .main-sidebar,
|
136
135
|
body.hold-transition .left-side,
|
137
|
-
body.hold-transition .main-header
|
136
|
+
body.hold-transition .main-header .navbar,
|
138
137
|
body.hold-transition .main-header .logo {
|
139
138
|
/* Fix for IE */
|
140
139
|
-webkit-transition: none;
|
@@ -195,7 +194,7 @@ a:focus {
|
|
195
194
|
max-height: 100px;
|
196
195
|
z-index: 1030;
|
197
196
|
}
|
198
|
-
.main-header
|
197
|
+
.main-header .navbar {
|
199
198
|
-webkit-transition: margin-left 0.3s ease-in-out;
|
200
199
|
-o-transition: margin-left 0.3s ease-in-out;
|
201
200
|
transition: margin-left 0.3s ease-in-out;
|
@@ -205,7 +204,7 @@ a:focus {
|
|
205
204
|
min-height: 50px;
|
206
205
|
border-radius: 0;
|
207
206
|
}
|
208
|
-
.layout-top-nav .main-header
|
207
|
+
.layout-top-nav .main-header .navbar {
|
209
208
|
margin-left: 0;
|
210
209
|
}
|
211
210
|
.main-header #navbar-search-input.form-control {
|
@@ -312,7 +311,6 @@ a:focus {
|
|
312
311
|
.content-header {
|
313
312
|
position: relative;
|
314
313
|
padding: 15px 15px 0 15px;
|
315
|
-
overflow: hidden;
|
316
314
|
}
|
317
315
|
.content-header > h1 {
|
318
316
|
margin: 0;
|
@@ -325,13 +323,13 @@ a:focus {
|
|
325
323
|
font-weight: 300;
|
326
324
|
}
|
327
325
|
.content-header > .breadcrumb {
|
328
|
-
|
326
|
+
float: right;
|
329
327
|
background: transparent;
|
330
328
|
margin-top: 0;
|
331
329
|
margin-bottom: 0;
|
332
330
|
font-size: 12px;
|
333
331
|
padding: 7px 5px;
|
334
|
-
|
332
|
+
position: absolute;
|
335
333
|
top: 15px;
|
336
334
|
right: 10px;
|
337
335
|
border-radius: 2px;
|
@@ -528,21 +526,30 @@ a:focus {
|
|
528
526
|
}
|
529
527
|
.sidebar-menu > li .label,
|
530
528
|
.sidebar-menu > li .badge {
|
531
|
-
margin-top: 3px;
|
532
529
|
margin-right: 5px;
|
533
530
|
}
|
531
|
+
.sidebar-menu > li .badge {
|
532
|
+
margin-top: 3px;
|
533
|
+
}
|
534
534
|
.sidebar-menu li.header {
|
535
535
|
padding: 10px 25px 10px 15px;
|
536
536
|
font-size: 12px;
|
537
537
|
}
|
538
|
-
.sidebar-menu li > a > .fa-angle-left
|
538
|
+
.sidebar-menu li > a > .fa-angle-left,
|
539
|
+
.sidebar-menu li > a > .pull-right-container > .fa-angle-left {
|
539
540
|
width: auto;
|
540
541
|
height: auto;
|
541
542
|
padding: 0;
|
542
543
|
margin-right: 10px;
|
543
|
-
margin-top: 3px;
|
544
544
|
}
|
545
|
-
.sidebar-menu li
|
545
|
+
.sidebar-menu li > a > .fa-angle-left {
|
546
|
+
position: absolute;
|
547
|
+
top: 50%;
|
548
|
+
right: 10px;
|
549
|
+
margin-top: -8px;
|
550
|
+
}
|
551
|
+
.sidebar-menu li.active > a > .fa-angle-left,
|
552
|
+
.sidebar-menu li.active > a > .pull-right-container > .fa-angle-left {
|
546
553
|
-webkit-transform: rotate(-90deg);
|
547
554
|
-ms-transform: rotate(-90deg);
|
548
555
|
-o-transform: rotate(-90deg);
|
@@ -574,6 +581,8 @@ a:focus {
|
|
574
581
|
.sidebar-menu .treeview-menu > li > a > .ion {
|
575
582
|
width: 20px;
|
576
583
|
}
|
584
|
+
.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-left,
|
585
|
+
.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-down,
|
577
586
|
.sidebar-menu .treeview-menu > li > a > .fa-angle-left,
|
578
587
|
.sidebar-menu .treeview-menu > li > a > .fa-angle-down {
|
579
588
|
width: auto;
|
@@ -626,6 +635,17 @@ a:focus {
|
|
626
635
|
padding: 12px 5px 12px 20px;
|
627
636
|
background-color: inherit;
|
628
637
|
}
|
638
|
+
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
|
639
|
+
position: relative!important;
|
640
|
+
float: right;
|
641
|
+
width: auto!important;
|
642
|
+
left: 180px !important;
|
643
|
+
top: -22px !important;
|
644
|
+
z-index: 900;
|
645
|
+
}
|
646
|
+
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
|
647
|
+
display: none;
|
648
|
+
}
|
629
649
|
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
|
630
650
|
top: 44px;
|
631
651
|
margin-left: 0;
|
@@ -672,10 +692,10 @@ a:focus {
|
|
672
692
|
.sidebar-menu li > a {
|
673
693
|
position: relative;
|
674
694
|
}
|
675
|
-
.sidebar-menu li > a > .pull-right {
|
695
|
+
.sidebar-menu li > a > .pull-right-container {
|
676
696
|
position: absolute;
|
677
|
-
top: 50%;
|
678
697
|
right: 10px;
|
698
|
+
top: 50%;
|
679
699
|
margin-top: -7px;
|
680
700
|
}
|
681
701
|
/*
|
@@ -1257,24 +1277,36 @@ a:focus {
|
|
1257
1277
|
.form-group.has-success label {
|
1258
1278
|
color: #00a65a;
|
1259
1279
|
}
|
1260
|
-
.form-group.has-success .form-control
|
1280
|
+
.form-group.has-success .form-control,
|
1281
|
+
.form-group.has-success .input-group-addon {
|
1261
1282
|
border-color: #00a65a;
|
1262
1283
|
box-shadow: none;
|
1263
1284
|
}
|
1285
|
+
.form-group.has-success .help-block {
|
1286
|
+
color: #00a65a;
|
1287
|
+
}
|
1264
1288
|
.form-group.has-warning label {
|
1265
1289
|
color: #f39c12;
|
1266
1290
|
}
|
1267
|
-
.form-group.has-warning .form-control
|
1291
|
+
.form-group.has-warning .form-control,
|
1292
|
+
.form-group.has-warning .input-group-addon {
|
1268
1293
|
border-color: #f39c12;
|
1269
1294
|
box-shadow: none;
|
1270
1295
|
}
|
1296
|
+
.form-group.has-warning .help-block {
|
1297
|
+
color: #f39c12;
|
1298
|
+
}
|
1271
1299
|
.form-group.has-error label {
|
1272
1300
|
color: #dd4b39;
|
1273
1301
|
}
|
1274
|
-
.form-group.has-error .form-control
|
1302
|
+
.form-group.has-error .form-control,
|
1303
|
+
.form-group.has-error .input-group-addon {
|
1275
1304
|
border-color: #dd4b39;
|
1276
1305
|
box-shadow: none;
|
1277
1306
|
}
|
1307
|
+
.form-group.has-error .help-block {
|
1308
|
+
color: #dd4b39;
|
1309
|
+
}
|
1278
1310
|
/* Input group */
|
1279
1311
|
.input-group .input-group-addon {
|
1280
1312
|
border-radius: 0;
|
@@ -1481,7 +1513,7 @@ a:focus {
|
|
1481
1513
|
}
|
1482
1514
|
.small-box h3,
|
1483
1515
|
.small-box p {
|
1484
|
-
z-index:
|
1516
|
+
z-index: 5;
|
1485
1517
|
}
|
1486
1518
|
.small-box .icon {
|
1487
1519
|
-webkit-transition: all 0.3s linear;
|
@@ -1745,6 +1777,9 @@ a:focus {
|
|
1745
1777
|
right: 0;
|
1746
1778
|
left: auto;
|
1747
1779
|
}
|
1780
|
+
.box-header > .box-tools .dropdown-menu > li > a {
|
1781
|
+
color: #444!important;
|
1782
|
+
}
|
1748
1783
|
.btn-box-tool {
|
1749
1784
|
padding: 5px;
|
1750
1785
|
font-size: 12px;
|
@@ -2207,7 +2242,7 @@ a:focus {
|
|
2207
2242
|
display: block;
|
2208
2243
|
}
|
2209
2244
|
.btn-default {
|
2210
|
-
|
2245
|
+
background-color: #f4f4f4;
|
2211
2246
|
color: #444;
|
2212
2247
|
border-color: #ddd;
|
2213
2248
|
}
|
@@ -3194,10 +3229,6 @@ table.text-center th {
|
|
3194
3229
|
text-align: center;
|
3195
3230
|
margin-bottom: 25px;
|
3196
3231
|
font-weight: 300;
|
3197
|
-
img{
|
3198
|
-
width: 100%;
|
3199
|
-
height: 150px;
|
3200
|
-
}
|
3201
3232
|
}
|
3202
3233
|
.login-logo a,
|
3203
3234
|
.register-logo a {
|
@@ -3209,8 +3240,8 @@ table.text-center th {
|
|
3209
3240
|
}
|
3210
3241
|
.login-box,
|
3211
3242
|
.register-box {
|
3212
|
-
|
3213
|
-
margin
|
3243
|
+
width: 360px;
|
3244
|
+
margin: 7% auto;
|
3214
3245
|
}
|
3215
3246
|
@media (max-width: 768px) {
|
3216
3247
|
.login-box,
|
@@ -3448,9 +3479,17 @@ table.text-center th {
|
|
3448
3479
|
background-color: #d87a68;
|
3449
3480
|
border-color: rgba(0, 0, 0, 0.2);
|
3450
3481
|
}
|
3451
|
-
.btn-adn:hover,
|
3452
3482
|
.btn-adn:focus,
|
3453
|
-
.btn-adn.focus
|
3483
|
+
.btn-adn.focus {
|
3484
|
+
color: #ffffff;
|
3485
|
+
background-color: #ce563f;
|
3486
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3487
|
+
}
|
3488
|
+
.btn-adn:hover {
|
3489
|
+
color: #ffffff;
|
3490
|
+
background-color: #ce563f;
|
3491
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3492
|
+
}
|
3454
3493
|
.btn-adn:active,
|
3455
3494
|
.btn-adn.active,
|
3456
3495
|
.open > .dropdown-toggle.btn-adn {
|
@@ -3472,9 +3511,17 @@ table.text-center th {
|
|
3472
3511
|
background-color: #205081;
|
3473
3512
|
border-color: rgba(0, 0, 0, 0.2);
|
3474
3513
|
}
|
3475
|
-
.btn-bitbucket:hover,
|
3476
3514
|
.btn-bitbucket:focus,
|
3477
|
-
.btn-bitbucket.focus
|
3515
|
+
.btn-bitbucket.focus {
|
3516
|
+
color: #ffffff;
|
3517
|
+
background-color: #163758;
|
3518
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3519
|
+
}
|
3520
|
+
.btn-bitbucket:hover {
|
3521
|
+
color: #ffffff;
|
3522
|
+
background-color: #163758;
|
3523
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3524
|
+
}
|
3478
3525
|
.btn-bitbucket:active,
|
3479
3526
|
.btn-bitbucket.active,
|
3480
3527
|
.open > .dropdown-toggle.btn-bitbucket {
|
@@ -3496,9 +3543,17 @@ table.text-center th {
|
|
3496
3543
|
background-color: #1087dd;
|
3497
3544
|
border-color: rgba(0, 0, 0, 0.2);
|
3498
3545
|
}
|
3499
|
-
.btn-dropbox:hover,
|
3500
3546
|
.btn-dropbox:focus,
|
3501
|
-
.btn-dropbox.focus
|
3547
|
+
.btn-dropbox.focus {
|
3548
|
+
color: #ffffff;
|
3549
|
+
background-color: #0d6aad;
|
3550
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3551
|
+
}
|
3552
|
+
.btn-dropbox:hover {
|
3553
|
+
color: #ffffff;
|
3554
|
+
background-color: #0d6aad;
|
3555
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3556
|
+
}
|
3502
3557
|
.btn-dropbox:active,
|
3503
3558
|
.btn-dropbox.active,
|
3504
3559
|
.open > .dropdown-toggle.btn-dropbox {
|
@@ -3520,9 +3575,17 @@ table.text-center th {
|
|
3520
3575
|
background-color: #3b5998;
|
3521
3576
|
border-color: rgba(0, 0, 0, 0.2);
|
3522
3577
|
}
|
3523
|
-
.btn-facebook:hover,
|
3524
3578
|
.btn-facebook:focus,
|
3525
|
-
.btn-facebook.focus
|
3579
|
+
.btn-facebook.focus {
|
3580
|
+
color: #ffffff;
|
3581
|
+
background-color: #2d4373;
|
3582
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3583
|
+
}
|
3584
|
+
.btn-facebook:hover {
|
3585
|
+
color: #ffffff;
|
3586
|
+
background-color: #2d4373;
|
3587
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3588
|
+
}
|
3526
3589
|
.btn-facebook:active,
|
3527
3590
|
.btn-facebook.active,
|
3528
3591
|
.open > .dropdown-toggle.btn-facebook {
|
@@ -3544,9 +3607,17 @@ table.text-center th {
|
|
3544
3607
|
background-color: #ff0084;
|
3545
3608
|
border-color: rgba(0, 0, 0, 0.2);
|
3546
3609
|
}
|
3547
|
-
.btn-flickr:hover,
|
3548
3610
|
.btn-flickr:focus,
|
3549
|
-
.btn-flickr.focus
|
3611
|
+
.btn-flickr.focus {
|
3612
|
+
color: #ffffff;
|
3613
|
+
background-color: #cc006a;
|
3614
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3615
|
+
}
|
3616
|
+
.btn-flickr:hover {
|
3617
|
+
color: #ffffff;
|
3618
|
+
background-color: #cc006a;
|
3619
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3620
|
+
}
|
3550
3621
|
.btn-flickr:active,
|
3551
3622
|
.btn-flickr.active,
|
3552
3623
|
.open > .dropdown-toggle.btn-flickr {
|
@@ -3568,9 +3639,17 @@ table.text-center th {
|
|
3568
3639
|
background-color: #f94877;
|
3569
3640
|
border-color: rgba(0, 0, 0, 0.2);
|
3570
3641
|
}
|
3571
|
-
.btn-foursquare:hover,
|
3572
3642
|
.btn-foursquare:focus,
|
3573
|
-
.btn-foursquare.focus
|
3643
|
+
.btn-foursquare.focus {
|
3644
|
+
color: #ffffff;
|
3645
|
+
background-color: #f71752;
|
3646
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3647
|
+
}
|
3648
|
+
.btn-foursquare:hover {
|
3649
|
+
color: #ffffff;
|
3650
|
+
background-color: #f71752;
|
3651
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3652
|
+
}
|
3574
3653
|
.btn-foursquare:active,
|
3575
3654
|
.btn-foursquare.active,
|
3576
3655
|
.open > .dropdown-toggle.btn-foursquare {
|
@@ -3592,9 +3671,17 @@ table.text-center th {
|
|
3592
3671
|
background-color: #444444;
|
3593
3672
|
border-color: rgba(0, 0, 0, 0.2);
|
3594
3673
|
}
|
3595
|
-
.btn-github:hover,
|
3596
3674
|
.btn-github:focus,
|
3597
|
-
.btn-github.focus
|
3675
|
+
.btn-github.focus {
|
3676
|
+
color: #ffffff;
|
3677
|
+
background-color: #2b2b2b;
|
3678
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3679
|
+
}
|
3680
|
+
.btn-github:hover {
|
3681
|
+
color: #ffffff;
|
3682
|
+
background-color: #2b2b2b;
|
3683
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3684
|
+
}
|
3598
3685
|
.btn-github:active,
|
3599
3686
|
.btn-github.active,
|
3600
3687
|
.open > .dropdown-toggle.btn-github {
|
@@ -3616,9 +3703,17 @@ table.text-center th {
|
|
3616
3703
|
background-color: #dd4b39;
|
3617
3704
|
border-color: rgba(0, 0, 0, 0.2);
|
3618
3705
|
}
|
3619
|
-
.btn-google:hover,
|
3620
3706
|
.btn-google:focus,
|
3621
|
-
.btn-google.focus
|
3707
|
+
.btn-google.focus {
|
3708
|
+
color: #ffffff;
|
3709
|
+
background-color: #c23321;
|
3710
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3711
|
+
}
|
3712
|
+
.btn-google:hover {
|
3713
|
+
color: #ffffff;
|
3714
|
+
background-color: #c23321;
|
3715
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3716
|
+
}
|
3622
3717
|
.btn-google:active,
|
3623
3718
|
.btn-google.active,
|
3624
3719
|
.open > .dropdown-toggle.btn-google {
|
@@ -3640,9 +3735,17 @@ table.text-center th {
|
|
3640
3735
|
background-color: #3f729b;
|
3641
3736
|
border-color: rgba(0, 0, 0, 0.2);
|
3642
3737
|
}
|
3643
|
-
.btn-instagram:hover,
|
3644
3738
|
.btn-instagram:focus,
|
3645
|
-
.btn-instagram.focus
|
3739
|
+
.btn-instagram.focus {
|
3740
|
+
color: #ffffff;
|
3741
|
+
background-color: #305777;
|
3742
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3743
|
+
}
|
3744
|
+
.btn-instagram:hover {
|
3745
|
+
color: #ffffff;
|
3746
|
+
background-color: #305777;
|
3747
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3748
|
+
}
|
3646
3749
|
.btn-instagram:active,
|
3647
3750
|
.btn-instagram.active,
|
3648
3751
|
.open > .dropdown-toggle.btn-instagram {
|
@@ -3664,9 +3767,17 @@ table.text-center th {
|
|
3664
3767
|
background-color: #007bb6;
|
3665
3768
|
border-color: rgba(0, 0, 0, 0.2);
|
3666
3769
|
}
|
3667
|
-
.btn-linkedin:hover,
|
3668
3770
|
.btn-linkedin:focus,
|
3669
|
-
.btn-linkedin.focus
|
3771
|
+
.btn-linkedin.focus {
|
3772
|
+
color: #ffffff;
|
3773
|
+
background-color: #005983;
|
3774
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3775
|
+
}
|
3776
|
+
.btn-linkedin:hover {
|
3777
|
+
color: #ffffff;
|
3778
|
+
background-color: #005983;
|
3779
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3780
|
+
}
|
3670
3781
|
.btn-linkedin:active,
|
3671
3782
|
.btn-linkedin.active,
|
3672
3783
|
.open > .dropdown-toggle.btn-linkedin {
|
@@ -3688,9 +3799,17 @@ table.text-center th {
|
|
3688
3799
|
background-color: #2672ec;
|
3689
3800
|
border-color: rgba(0, 0, 0, 0.2);
|
3690
3801
|
}
|
3691
|
-
.btn-microsoft:hover,
|
3692
3802
|
.btn-microsoft:focus,
|
3693
|
-
.btn-microsoft.focus
|
3803
|
+
.btn-microsoft.focus {
|
3804
|
+
color: #ffffff;
|
3805
|
+
background-color: #125acd;
|
3806
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3807
|
+
}
|
3808
|
+
.btn-microsoft:hover {
|
3809
|
+
color: #ffffff;
|
3810
|
+
background-color: #125acd;
|
3811
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3812
|
+
}
|
3694
3813
|
.btn-microsoft:active,
|
3695
3814
|
.btn-microsoft.active,
|
3696
3815
|
.open > .dropdown-toggle.btn-microsoft {
|
@@ -3712,9 +3831,17 @@ table.text-center th {
|
|
3712
3831
|
background-color: #f7931e;
|
3713
3832
|
border-color: rgba(0, 0, 0, 0.2);
|
3714
3833
|
}
|
3715
|
-
.btn-openid:hover,
|
3716
3834
|
.btn-openid:focus,
|
3717
|
-
.btn-openid.focus
|
3835
|
+
.btn-openid.focus {
|
3836
|
+
color: #ffffff;
|
3837
|
+
background-color: #da7908;
|
3838
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3839
|
+
}
|
3840
|
+
.btn-openid:hover {
|
3841
|
+
color: #ffffff;
|
3842
|
+
background-color: #da7908;
|
3843
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3844
|
+
}
|
3718
3845
|
.btn-openid:active,
|
3719
3846
|
.btn-openid.active,
|
3720
3847
|
.open > .dropdown-toggle.btn-openid {
|
@@ -3736,9 +3863,17 @@ table.text-center th {
|
|
3736
3863
|
background-color: #cb2027;
|
3737
3864
|
border-color: rgba(0, 0, 0, 0.2);
|
3738
3865
|
}
|
3739
|
-
.btn-pinterest:hover,
|
3740
3866
|
.btn-pinterest:focus,
|
3741
|
-
.btn-pinterest.focus
|
3867
|
+
.btn-pinterest.focus {
|
3868
|
+
color: #ffffff;
|
3869
|
+
background-color: #9f191f;
|
3870
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3871
|
+
}
|
3872
|
+
.btn-pinterest:hover {
|
3873
|
+
color: #ffffff;
|
3874
|
+
background-color: #9f191f;
|
3875
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3876
|
+
}
|
3742
3877
|
.btn-pinterest:active,
|
3743
3878
|
.btn-pinterest.active,
|
3744
3879
|
.open > .dropdown-toggle.btn-pinterest {
|
@@ -3760,9 +3895,17 @@ table.text-center th {
|
|
3760
3895
|
background-color: #eff7ff;
|
3761
3896
|
border-color: rgba(0, 0, 0, 0.2);
|
3762
3897
|
}
|
3763
|
-
.btn-reddit:hover,
|
3764
3898
|
.btn-reddit:focus,
|
3765
|
-
.btn-reddit.focus
|
3899
|
+
.btn-reddit.focus {
|
3900
|
+
color: #000000;
|
3901
|
+
background-color: #bcddff;
|
3902
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3903
|
+
}
|
3904
|
+
.btn-reddit:hover {
|
3905
|
+
color: #000000;
|
3906
|
+
background-color: #bcddff;
|
3907
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3908
|
+
}
|
3766
3909
|
.btn-reddit:active,
|
3767
3910
|
.btn-reddit.active,
|
3768
3911
|
.open > .dropdown-toggle.btn-reddit {
|
@@ -3784,9 +3927,17 @@ table.text-center th {
|
|
3784
3927
|
background-color: #ff5500;
|
3785
3928
|
border-color: rgba(0, 0, 0, 0.2);
|
3786
3929
|
}
|
3787
|
-
.btn-soundcloud:hover,
|
3788
3930
|
.btn-soundcloud:focus,
|
3789
|
-
.btn-soundcloud.focus
|
3931
|
+
.btn-soundcloud.focus {
|
3932
|
+
color: #ffffff;
|
3933
|
+
background-color: #cc4400;
|
3934
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3935
|
+
}
|
3936
|
+
.btn-soundcloud:hover {
|
3937
|
+
color: #ffffff;
|
3938
|
+
background-color: #cc4400;
|
3939
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3940
|
+
}
|
3790
3941
|
.btn-soundcloud:active,
|
3791
3942
|
.btn-soundcloud.active,
|
3792
3943
|
.open > .dropdown-toggle.btn-soundcloud {
|
@@ -3808,9 +3959,17 @@ table.text-center th {
|
|
3808
3959
|
background-color: #2c4762;
|
3809
3960
|
border-color: rgba(0, 0, 0, 0.2);
|
3810
3961
|
}
|
3811
|
-
.btn-tumblr:hover,
|
3812
3962
|
.btn-tumblr:focus,
|
3813
|
-
.btn-tumblr.focus
|
3963
|
+
.btn-tumblr.focus {
|
3964
|
+
color: #ffffff;
|
3965
|
+
background-color: #1c2d3f;
|
3966
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3967
|
+
}
|
3968
|
+
.btn-tumblr:hover {
|
3969
|
+
color: #ffffff;
|
3970
|
+
background-color: #1c2d3f;
|
3971
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3972
|
+
}
|
3814
3973
|
.btn-tumblr:active,
|
3815
3974
|
.btn-tumblr.active,
|
3816
3975
|
.open > .dropdown-toggle.btn-tumblr {
|
@@ -3832,9 +3991,17 @@ table.text-center th {
|
|
3832
3991
|
background-color: #55acee;
|
3833
3992
|
border-color: rgba(0, 0, 0, 0.2);
|
3834
3993
|
}
|
3835
|
-
.btn-twitter:hover,
|
3836
3994
|
.btn-twitter:focus,
|
3837
|
-
.btn-twitter.focus
|
3995
|
+
.btn-twitter.focus {
|
3996
|
+
color: #ffffff;
|
3997
|
+
background-color: #2795e9;
|
3998
|
+
border-color: rgba(0, 0, 0, 0.2);
|
3999
|
+
}
|
4000
|
+
.btn-twitter:hover {
|
4001
|
+
color: #ffffff;
|
4002
|
+
background-color: #2795e9;
|
4003
|
+
border-color: rgba(0, 0, 0, 0.2);
|
4004
|
+
}
|
3838
4005
|
.btn-twitter:active,
|
3839
4006
|
.btn-twitter.active,
|
3840
4007
|
.open > .dropdown-toggle.btn-twitter {
|
@@ -3856,9 +4023,17 @@ table.text-center th {
|
|
3856
4023
|
background-color: #1ab7ea;
|
3857
4024
|
border-color: rgba(0, 0, 0, 0.2);
|
3858
4025
|
}
|
3859
|
-
.btn-vimeo:hover,
|
3860
4026
|
.btn-vimeo:focus,
|
3861
|
-
.btn-vimeo.focus
|
4027
|
+
.btn-vimeo.focus {
|
4028
|
+
color: #ffffff;
|
4029
|
+
background-color: #1295bf;
|
4030
|
+
border-color: rgba(0, 0, 0, 0.2);
|
4031
|
+
}
|
4032
|
+
.btn-vimeo:hover {
|
4033
|
+
color: #ffffff;
|
4034
|
+
background-color: #1295bf;
|
4035
|
+
border-color: rgba(0, 0, 0, 0.2);
|
4036
|
+
}
|
3862
4037
|
.btn-vimeo:active,
|
3863
4038
|
.btn-vimeo.active,
|
3864
4039
|
.open > .dropdown-toggle.btn-vimeo {
|
@@ -3880,9 +4055,17 @@ table.text-center th {
|
|
3880
4055
|
background-color: #587ea3;
|
3881
4056
|
border-color: rgba(0, 0, 0, 0.2);
|
3882
4057
|
}
|
3883
|
-
.btn-vk:hover,
|
3884
4058
|
.btn-vk:focus,
|
3885
|
-
.btn-vk.focus
|
4059
|
+
.btn-vk.focus {
|
4060
|
+
color: #ffffff;
|
4061
|
+
background-color: #466482;
|
4062
|
+
border-color: rgba(0, 0, 0, 0.2);
|
4063
|
+
}
|
4064
|
+
.btn-vk:hover {
|
4065
|
+
color: #ffffff;
|
4066
|
+
background-color: #466482;
|
4067
|
+
border-color: rgba(0, 0, 0, 0.2);
|
4068
|
+
}
|
3886
4069
|
.btn-vk:active,
|
3887
4070
|
.btn-vk.active,
|
3888
4071
|
.open > .dropdown-toggle.btn-vk {
|
@@ -3904,9 +4087,17 @@ table.text-center th {
|
|
3904
4087
|
background-color: #720e9e;
|
3905
4088
|
border-color: rgba(0, 0, 0, 0.2);
|
3906
4089
|
}
|
3907
|
-
.btn-yahoo:hover,
|
3908
4090
|
.btn-yahoo:focus,
|
3909
|
-
.btn-yahoo.focus
|
4091
|
+
.btn-yahoo.focus {
|
4092
|
+
color: #ffffff;
|
4093
|
+
background-color: #500a6f;
|
4094
|
+
border-color: rgba(0, 0, 0, 0.2);
|
4095
|
+
}
|
4096
|
+
.btn-yahoo:hover {
|
4097
|
+
color: #ffffff;
|
4098
|
+
background-color: #500a6f;
|
4099
|
+
border-color: rgba(0, 0, 0, 0.2);
|
4100
|
+
}
|
3910
4101
|
.btn-yahoo:active,
|
3911
4102
|
.btn-yahoo.active,
|
3912
4103
|
.open > .dropdown-toggle.btn-yahoo {
|
@@ -3923,6 +4114,196 @@ table.text-center th {
|
|
3923
4114
|
color: #720e9e;
|
3924
4115
|
background-color: #ffffff;
|
3925
4116
|
}
|
4117
|
+
/*
|
4118
|
+
* Plugin: Full Calendar
|
4119
|
+
* ---------------------
|
4120
|
+
*/
|
4121
|
+
.fc-button {
|
4122
|
+
background: #f4f4f4;
|
4123
|
+
background-image: none;
|
4124
|
+
color: #444;
|
4125
|
+
border-color: #ddd;
|
4126
|
+
border-bottom-color: #ddd;
|
4127
|
+
}
|
4128
|
+
.fc-button:hover,
|
4129
|
+
.fc-button:active,
|
4130
|
+
.fc-button.hover {
|
4131
|
+
background-color: #e9e9e9;
|
4132
|
+
}
|
4133
|
+
.fc-header-title h2 {
|
4134
|
+
font-size: 15px;
|
4135
|
+
line-height: 1.6em;
|
4136
|
+
color: #666;
|
4137
|
+
margin-left: 10px;
|
4138
|
+
}
|
4139
|
+
.fc-header-right {
|
4140
|
+
padding-right: 10px;
|
4141
|
+
}
|
4142
|
+
.fc-header-left {
|
4143
|
+
padding-left: 10px;
|
4144
|
+
}
|
4145
|
+
.fc-widget-header {
|
4146
|
+
background: #fafafa;
|
4147
|
+
}
|
4148
|
+
.fc-grid {
|
4149
|
+
width: 100%;
|
4150
|
+
border: 0;
|
4151
|
+
}
|
4152
|
+
.fc-widget-header:first-of-type,
|
4153
|
+
.fc-widget-content:first-of-type {
|
4154
|
+
border-left: 0;
|
4155
|
+
border-right: 0;
|
4156
|
+
}
|
4157
|
+
.fc-widget-header:last-of-type,
|
4158
|
+
.fc-widget-content:last-of-type {
|
4159
|
+
border-right: 0;
|
4160
|
+
}
|
4161
|
+
.fc-toolbar {
|
4162
|
+
padding: 10px;
|
4163
|
+
margin: 0;
|
4164
|
+
}
|
4165
|
+
.fc-day-number {
|
4166
|
+
font-size: 20px;
|
4167
|
+
font-weight: 300;
|
4168
|
+
padding-right: 10px;
|
4169
|
+
}
|
4170
|
+
.fc-color-picker {
|
4171
|
+
list-style: none;
|
4172
|
+
margin: 0;
|
4173
|
+
padding: 0;
|
4174
|
+
}
|
4175
|
+
.fc-color-picker > li {
|
4176
|
+
float: left;
|
4177
|
+
font-size: 30px;
|
4178
|
+
margin-right: 5px;
|
4179
|
+
line-height: 30px;
|
4180
|
+
}
|
4181
|
+
.fc-color-picker > li .fa {
|
4182
|
+
-webkit-transition: -webkit-transform linear 0.3s;
|
4183
|
+
-moz-transition: -moz-transform linear 0.3s;
|
4184
|
+
-o-transition: -o-transform linear 0.3s;
|
4185
|
+
transition: transform linear 0.3s;
|
4186
|
+
}
|
4187
|
+
.fc-color-picker > li .fa:hover {
|
4188
|
+
-webkit-transform: rotate(30deg);
|
4189
|
+
-ms-transform: rotate(30deg);
|
4190
|
+
-o-transform: rotate(30deg);
|
4191
|
+
transform: rotate(30deg);
|
4192
|
+
}
|
4193
|
+
#add-new-event {
|
4194
|
+
-webkit-transition: all linear 0.3s;
|
4195
|
+
-o-transition: all linear 0.3s;
|
4196
|
+
transition: all linear 0.3s;
|
4197
|
+
}
|
4198
|
+
.external-event {
|
4199
|
+
padding: 5px 10px;
|
4200
|
+
font-weight: bold;
|
4201
|
+
margin-bottom: 4px;
|
4202
|
+
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
|
4203
|
+
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
|
4204
|
+
border-radius: 3px;
|
4205
|
+
cursor: move;
|
4206
|
+
}
|
4207
|
+
.external-event:hover {
|
4208
|
+
box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
|
4209
|
+
}
|
4210
|
+
/*
|
4211
|
+
* Plugin: Select2
|
4212
|
+
* ---------------
|
4213
|
+
*/
|
4214
|
+
.select2-container--default.select2-container--focus,
|
4215
|
+
.select2-selection.select2-container--focus,
|
4216
|
+
.select2-container--default:focus,
|
4217
|
+
.select2-selection:focus,
|
4218
|
+
.select2-container--default:active,
|
4219
|
+
.select2-selection:active {
|
4220
|
+
outline: none;
|
4221
|
+
}
|
4222
|
+
.select2-container--default .select2-selection--single,
|
4223
|
+
.select2-selection .select2-selection--single {
|
4224
|
+
border: 1px solid #d2d6de;
|
4225
|
+
border-radius: 0;
|
4226
|
+
padding: 6px 12px;
|
4227
|
+
height: 34px;
|
4228
|
+
}
|
4229
|
+
.select2-container--default.select2-container--open {
|
4230
|
+
border-color: #3c8dbc;
|
4231
|
+
}
|
4232
|
+
.select2-dropdown {
|
4233
|
+
border: 1px solid #d2d6de;
|
4234
|
+
border-radius: 0;
|
4235
|
+
}
|
4236
|
+
.select2-container--default .select2-results__option--highlighted[aria-selected] {
|
4237
|
+
background-color: #3c8dbc;
|
4238
|
+
color: white;
|
4239
|
+
}
|
4240
|
+
.select2-results__option {
|
4241
|
+
padding: 6px 12px;
|
4242
|
+
user-select: none;
|
4243
|
+
-webkit-user-select: none;
|
4244
|
+
}
|
4245
|
+
.select2-container .select2-selection--single .select2-selection__rendered {
|
4246
|
+
padding-left: 0;
|
4247
|
+
padding-right: 0;
|
4248
|
+
height: auto;
|
4249
|
+
margin-top: -4px;
|
4250
|
+
}
|
4251
|
+
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
|
4252
|
+
padding-right: 6px;
|
4253
|
+
padding-left: 20px;
|
4254
|
+
}
|
4255
|
+
.select2-container--default .select2-selection--single .select2-selection__arrow {
|
4256
|
+
height: 28px;
|
4257
|
+
right: 3px;
|
4258
|
+
}
|
4259
|
+
.select2-container--default .select2-selection--single .select2-selection__arrow b {
|
4260
|
+
margin-top: 0;
|
4261
|
+
}
|
4262
|
+
.select2-dropdown .select2-search__field,
|
4263
|
+
.select2-search--inline .select2-search__field {
|
4264
|
+
border: 1px solid #d2d6de;
|
4265
|
+
}
|
4266
|
+
.select2-dropdown .select2-search__field:focus,
|
4267
|
+
.select2-search--inline .select2-search__field:focus {
|
4268
|
+
outline: none;
|
4269
|
+
border: 1px solid #3c8dbc;
|
4270
|
+
}
|
4271
|
+
.select2-container--default .select2-results__option[aria-disabled=true] {
|
4272
|
+
color: #999;
|
4273
|
+
}
|
4274
|
+
.select2-container--default .select2-results__option[aria-selected=true] {
|
4275
|
+
background-color: #ddd;
|
4276
|
+
}
|
4277
|
+
.select2-container--default .select2-results__option[aria-selected=true],
|
4278
|
+
.select2-container--default .select2-results__option[aria-selected=true]:hover {
|
4279
|
+
color: #444;
|
4280
|
+
}
|
4281
|
+
.select2-container--default .select2-selection--multiple {
|
4282
|
+
border: 1px solid #d2d6de;
|
4283
|
+
border-radius: 0;
|
4284
|
+
}
|
4285
|
+
.select2-container--default .select2-selection--multiple:focus {
|
4286
|
+
border-color: #3c8dbc;
|
4287
|
+
}
|
4288
|
+
.select2-container--default.select2-container--focus .select2-selection--multiple {
|
4289
|
+
border-color: #d2d6de;
|
4290
|
+
}
|
4291
|
+
.select2-container--default .select2-selection--multiple .select2-selection__choice {
|
4292
|
+
background-color: #3c8dbc;
|
4293
|
+
border-color: #367fa9;
|
4294
|
+
padding: 1px 10px;
|
4295
|
+
color: #fff;
|
4296
|
+
}
|
4297
|
+
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
|
4298
|
+
margin-right: 5px;
|
4299
|
+
color: rgba(255, 255, 255, 0.7);
|
4300
|
+
}
|
4301
|
+
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
|
4302
|
+
color: #fff;
|
4303
|
+
}
|
4304
|
+
.select2-container .select2-selection--single .select2-selection__rendered {
|
4305
|
+
padding-right: 10px;
|
4306
|
+
}
|
3926
4307
|
/*
|
3927
4308
|
* General: Miscellaneous
|
3928
4309
|
* ----------------------
|