roroacms 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,5 +3,4 @@
3
3
  *= require_tree ../vendor
4
4
  *= require_directory .
5
5
  *= require_tree .
6
- *= require_self
7
6
  */
@@ -1,6 +1,3 @@
1
- /* ==========================================================================
2
- Base styles
3
- ========================================================================== */
4
1
  body {
5
2
  color: #5D5F63;
6
3
  background: #293949;
@@ -8,7 +5,6 @@ body {
8
5
  padding: 0px;
9
6
  margin: 0px;
10
7
  text-rendering: optimizeLegibility;
11
- -webkit-font-smoothing: antialiased;
12
8
  }
13
9
 
14
10
  body.grey {
@@ -55,9 +51,6 @@ h3.underline {
55
51
  ::-moz-selection {
56
52
  background: #fff7dd;
57
53
  }
58
- /* ==========================================================================
59
- Layout
60
- ========================================================================== */
61
54
  #container {
62
55
  width: 100%;
63
56
  height: 100%;
@@ -73,9 +66,8 @@ h3.underline {
73
66
  min-height: 80px;
74
67
  padding: 0 0 0 10px;
75
68
  position: relative;
76
- background: #5ce0aa url(/assets/roroacms/admin/roroafull.png) no-repeat center center;
69
+ background: #5ce0aa url(<%=asset_path "roroacms/admin/roroafull.png"%>) no-repeat center center;
77
70
  }
78
- /* Header */
79
71
  #header {
80
72
  z-index: 200;
81
73
  background: #fff;
@@ -93,7 +85,7 @@ h3.underline {
93
85
  min-height: 80px;
94
86
  padding: 0 0 0 10px;
95
87
  position: relative;
96
- background: #5ce0aa url(/assets/roroacms/admin/roroa-logo.png) no-repeat 23px 22px;
88
+ background: #5ce0aa url(<%=asset_path "roroacms/admin/roroa-logo.png"%>) no-repeat 23px 22px;
97
89
  }
98
90
  #header .logo {
99
91
  color: #fff;
@@ -159,13 +151,9 @@ h3.underline {
159
151
  #header .user-nav ul li.profile-photo:hover {
160
152
  transform: scale(1.1);
161
153
  -ms-transform: scale(1.1);
162
- /* IE 9 */
163
154
  -moz-transform: scale(1.1);
164
- /* Firefox */
165
155
  -webkit-transform: scale(1.1);
166
- /* Safari and Chrome */
167
156
  -o-transform: scale(1.1);
168
- /* Opera */
169
157
  }
170
158
  #header .user-nav ul li.dropdown.messages .dropdown-menu {
171
159
  width: 350px;
@@ -342,7 +330,7 @@ h3.underline {
342
330
  line-height: 4px;
343
331
  }
344
332
  #header .user-nav li.userDetails span {
345
- color: $primaryColor !important;
333
+ color: #a5a5a5 !important;
346
334
  margin-left: 10px;
347
335
  display: inline-block;
348
336
  vertical-align: middle;
@@ -363,7 +351,6 @@ h3.underline {
363
351
  .dashboard .action-buttons {
364
352
  margin-top: 13px;
365
353
  }
366
- /* Sidebar */
367
354
  .sidebar {
368
355
  width: 240px;
369
356
  height: 100%;
@@ -439,7 +426,6 @@ h3.underline {
439
426
  .btn-primary + .dropdown-menu > li > a:active {
440
427
  background-color: #16a086;
441
428
  }
442
- /* Sidebar Right */
443
429
  .sidebar-right {
444
430
  width: 240px;
445
431
  height: 100%;
@@ -558,9 +544,6 @@ table th.center {
558
544
  border-left: 4px solid #40ACD6;
559
545
  color: #40ACD6;
560
546
  }
561
- /* ==========================================================================
562
- Main Content
563
- ========================================================================== */
564
547
  .main-content-wrapper {
565
548
  margin-left: 240px;
566
549
  margin-right: 0;
@@ -593,9 +576,6 @@ table th.center {
593
576
  .main-content-toggle-right {
594
577
  margin-right: 240px;
595
578
  }
596
- /* ==========================================================================
597
- Tiles
598
- ========================================================================== */
599
579
  .dashboard-tile {
600
580
  background-color: #fff;
601
581
  color: #555;
@@ -714,9 +694,6 @@ table th.center {
714
694
  font-size: 40px;
715
695
  padding: 8px;
716
696
  }
717
- /* ==========================================================================
718
- Forms
719
- ========================================================================== */
720
697
  .form-control {
721
698
  color: #717171;
722
699
  outline: 0;
@@ -796,11 +773,6 @@ label.valid {
796
773
  .icheck .radio {
797
774
  margin-bottom: 10px;
798
775
  }
799
- /*------------------------------------------------------------------
800
-
801
- Shortcuts
802
-
803
- ------------------------------------------------------------------- */
804
776
  .shortcuts {
805
777
  text-align: center;
806
778
  }
@@ -848,9 +820,6 @@ Shortcuts
848
820
  font-size: 11px;
849
821
  }
850
822
  }
851
- /* ==========================================================================
852
- Buttons
853
- ========================================================================== */
854
823
  .btn {
855
824
  border: none;
856
825
  font-size: 15px;
@@ -885,7 +854,6 @@ Shortcuts
885
854
  opacity: 0.7;
886
855
  filter: alpha(opacity=70);
887
856
  }
888
- /* Default Buttons*/
889
857
  .btn-default,
890
858
  a.btn-default:link,
891
859
  a.btn-default:visited {
@@ -1136,7 +1104,6 @@ fieldset[disabled] .btn-warning.active {
1136
1104
  background-color: #f1c40f;
1137
1105
  border-color: #f1c40f;
1138
1106
  }
1139
- /* 3d Buttons*/
1140
1107
  .btn.btn-3d {
1141
1108
  -webkit-transform: translate(0, 0);
1142
1109
  -moz-transform: translate(0, 0);
@@ -1240,7 +1207,6 @@ fieldset[disabled] .btn-warning.active {
1240
1207
  .btn-danger.btn-3d:focus {
1241
1208
  background-color: #eb6154;
1242
1209
  }
1243
- /* square buttons */
1244
1210
  .btn-square {
1245
1211
  -webkit-border-radius: 0;
1246
1212
  -moz-border-radius: 0;
@@ -1248,7 +1214,6 @@ fieldset[disabled] .btn-warning.active {
1248
1214
  -o-border-radius: 0;
1249
1215
  border-radius: 0;
1250
1216
  }
1251
- /* Transparent buttons */
1252
1217
  .btn-default.btn-trans {
1253
1218
  color: #bdc3c7;
1254
1219
  background-color: transparent;
@@ -1321,7 +1286,6 @@ fieldset[disabled] .btn-warning.active {
1321
1286
  background-color: #eb6154;
1322
1287
  border: solid thin #eb6154;
1323
1288
  }
1324
- /* Button Sizes */
1325
1289
  .btn-lg {
1326
1290
  padding: 10px 16px;
1327
1291
  font-size: 18px;
@@ -1347,9 +1311,7 @@ fieldset[disabled] .btn-warning.active {
1347
1311
  -o-border-radius: 3px;
1348
1312
  border-radius: 3px;
1349
1313
  }
1350
- /* ==========================================================================
1351
- Badges
1352
- ========================================================================== */
1314
+
1353
1315
  .badge.badge-success {
1354
1316
  background-color: #2dcc70;
1355
1317
  color: #fff;
@@ -1366,9 +1328,6 @@ fieldset[disabled] .btn-warning.active {
1366
1328
  background-color: #eb6154;
1367
1329
  color: #fff;
1368
1330
  }
1369
- /* ==========================================================================
1370
- Sliders
1371
- ========================================================================== */
1372
1331
  .slider.slider-horizontal {
1373
1332
  margin: 10px 0;
1374
1333
  }
@@ -1416,9 +1375,6 @@ fieldset[disabled] .btn-warning.active {
1416
1375
  -o-border-radius: 3px;
1417
1376
  border-radius: 3px;
1418
1377
  }
1419
- /* ==========================================================================
1420
- Progress Bars
1421
- ========================================================================== */
1422
1378
  .progress-bar-default {
1423
1379
  background-color: #bdc3c7;
1424
1380
  }
@@ -1437,9 +1393,6 @@ fieldset[disabled] .btn-warning.active {
1437
1393
  .progress-bar-danger {
1438
1394
  background-color: #eb6154;
1439
1395
  }
1440
- /* ==========================================================================
1441
- Nestable Sortable
1442
- ========================================================================== */
1443
1396
  .dd {
1444
1397
  position: relative;
1445
1398
  display: block;
@@ -1573,9 +1526,6 @@ fieldset[disabled] .btn-warning.active {
1573
1526
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
1574
1527
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
1575
1528
  }
1576
- /* ==========================================================================
1577
- Button Menu
1578
- ========================================================================== */
1579
1529
  .dropdown-menu {
1580
1530
  background-color: #F6F6F6;
1581
1531
  border-color: #cbd0d3;
@@ -1626,18 +1576,12 @@ fieldset[disabled] .btn-warning.active {
1626
1576
  background-color: #c1392b;
1627
1577
  color: #fff !important;
1628
1578
  }
1629
- /* ==========================================================================
1630
- Breadcrumbs
1631
- ========================================================================== */
1632
1579
  .breadcrumb {
1633
1580
  background: none;
1634
1581
  }
1635
1582
  .breadcrumb > li {
1636
1583
  font-size: 12px;
1637
1584
  }
1638
- /* ==========================================================================
1639
- Modal
1640
- ========================================================================== */
1641
1585
  .modal-footer .btn + .btn {
1642
1586
  margin-bottom: 5px;
1643
1587
  }
@@ -1645,9 +1589,6 @@ fieldset[disabled] .btn-warning.active {
1645
1589
  max-height: 300px;
1646
1590
  overflow-y: auto;
1647
1591
  }
1648
- /* ==========================================================================
1649
- FlotChart
1650
- ========================================================================== */
1651
1592
  .chart-tooltip {
1652
1593
  -webkit-border-radius: 3px;
1653
1594
  -moz-border-radius: 3px;
@@ -1660,9 +1601,6 @@ fieldset[disabled] .btn-warning.active {
1660
1601
  padding: 10px 20px !important;
1661
1602
  font-size: 13px;
1662
1603
  }
1663
- /* ==========================================================================
1664
- Icons
1665
- ========================================================================== */
1666
1604
  .fa-hover {
1667
1605
  margin: 5px 0;
1668
1606
  }
@@ -1671,9 +1609,6 @@ fieldset[disabled] .btn-warning.active {
1671
1609
  margin-right: 5px;
1672
1610
  width: 20px;
1673
1611
  }
1674
- /* ==========================================================================
1675
- Tabs
1676
- ========================================================================== */
1677
1612
  .tab-wrapper {
1678
1613
  margin-bottom: 20px;
1679
1614
  }
@@ -1758,9 +1693,6 @@ fieldset[disabled] .btn-warning.active {
1758
1693
  .tab-primary.tab-wrapper.tab-bottom > .nav-tabs > li.active > a {
1759
1694
  border-bottom-color: #5ce0aa;
1760
1695
  }
1761
- /* ==========================================================================
1762
- Panels
1763
- ========================================================================== */
1764
1696
  .panel {
1765
1697
  border: none;
1766
1698
  box-shadow: none;
@@ -1875,9 +1807,6 @@ fieldset[disabled] .btn-warning.active {
1875
1807
  color: #fff;
1876
1808
  border: none;
1877
1809
  }
1878
- /* ==========================================================================
1879
- Wizard
1880
- ========================================================================== */
1881
1810
  .step-content {
1882
1811
  border: 1px solid #D4D4D4;
1883
1812
  border-top: 0;
@@ -2039,9 +1968,6 @@ fieldset[disabled] .btn-warning.active {
2039
1968
  .form-group .title {
2040
1969
  text-align: right;
2041
1970
  }
2042
- /* ==========================================================================
2043
- Mail
2044
- ========================================================================== */
2045
1971
  .mail-option ul li {
2046
1972
  list-style: none;
2047
1973
  }
@@ -2182,9 +2108,6 @@ fieldset[disabled] .btn-warning.active {
2182
2108
  .table-inbox .fa-star {
2183
2109
  color: #f1c40f;
2184
2110
  }
2185
- /* ==========================================================================
2186
- Google Maps
2187
- ========================================================================== */
2188
2111
  .overlay {
2189
2112
  display: block;
2190
2113
  text-align: center;
@@ -2222,9 +2145,6 @@ fieldset[disabled] .btn-warning.active {
2222
2145
  border-right: 16px solid transparent;
2223
2146
  border-bottom: 16px solid #5ce0aa;
2224
2147
  }
2225
- /* ==========================================================================
2226
- Login
2227
- ========================================================================== */
2228
2148
  #login-container {
2229
2149
  width: 100%;
2230
2150
  height: 100%;
@@ -2275,7 +2195,7 @@ section#login-container div#error_explanation ul li {
2275
2195
  display: inline-block;
2276
2196
  }
2277
2197
  #login-wrapper .logo:before {
2278
- background-image: url(assets/roroacms/admin/logo.png);
2198
+ background-image: url(<%=asset_path "roroacms/admin/logo.png"%>);
2279
2199
  background-position: left center;
2280
2200
  background-repeat: no-repeat;
2281
2201
  padding: 0 20px;
@@ -2292,9 +2212,6 @@ section#login-container div#error_explanation ul li {
2292
2212
  #login-wrapper #confrimPassword {
2293
2213
  padding-left: 32px;
2294
2214
  }
2295
- /* ==========================================================================
2296
- Error Pages 404 and 500
2297
- ========================================================================== */
2298
2215
  #error-container {
2299
2216
  width: 100%;
2300
2217
  height: 100%;
@@ -2306,21 +2223,13 @@ section#login-container div#error_explanation ul li {
2306
2223
  transition: all 3s ease-in-out;
2307
2224
  color: #fff;
2308
2225
  background: #405d8c;
2309
- /* Old browsers */
2310
2226
  background: -moz-radial-gradient(center, ellipse cover, #405d8c 0%, #293949 100%);
2311
- /* FF3.6+ */
2312
2227
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #405d8c), color-stop(100%, #293949));
2313
- /* Chrome,Safari4+ */
2314
2228
  background: -webkit-radial-gradient(center, ellipse cover, #405d8c 0%, #293949 100%);
2315
- /* Chrome10+,Safari5.1+ */
2316
2229
  background: -o-radial-gradient(center, ellipse cover, #405d8c 0%, #293949 100%);
2317
- /* Opera 12+ */
2318
2230
  background: -ms-radial-gradient(center, ellipse cover, #405d8c 0%, #293949 100%);
2319
- /* IE10+ */
2320
2231
  background: radial-gradient(ellipse at center, #405d8c 0%, #293949 100%);
2321
- /* W3C */
2322
2232
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#405d8c', endColorstr='#293949', GradientType=1);
2323
- /* IE6-9 fallback on horizontal gradient */
2324
2233
  }
2325
2234
  #error-container .block-error {
2326
2235
  width: 400px;
@@ -2338,9 +2247,6 @@ section#login-container div#error_explanation ul li {
2338
2247
  #error-container p {
2339
2248
  margin: 10px 0 40px 0;
2340
2249
  }
2341
- /* ==========================================================================
2342
- Timeline
2343
- ========================================================================== */
2344
2250
  .timeline {
2345
2251
  border-collapse: collapse;
2346
2252
  border-spacing: 0;
@@ -2632,9 +2538,6 @@ h3.timeline-title {
2632
2538
  .timeline-single-body > p + p {
2633
2539
  margin-top: 5px;
2634
2540
  }
2635
- /* ==========================================================================
2636
- Calendar
2637
- ========================================================================== */
2638
2541
  #cal {
2639
2542
  background: #fff;
2640
2543
  padding: 20px;
@@ -2677,9 +2580,6 @@ h3.timeline-title {
2677
2580
  .external-event.ui-draggable:hover {
2678
2581
  cursor: move;
2679
2582
  }
2680
- /* ==========================================================================
2681
- Pagination
2682
- ========================================================================== */
2683
2583
  .pagination > .active > a,
2684
2584
  .pagination > .active > span,
2685
2585
  .pagination > .active > a:hover,
@@ -2693,9 +2593,6 @@ h3.timeline-title {
2693
2593
  .pagination > li > span {
2694
2594
  color: #5ce0aa;
2695
2595
  }
2696
- /* ==========================================================================
2697
- Colors
2698
- ========================================================================== */
2699
2596
  .default-bg {
2700
2597
  background-color: #bdc3c7;
2701
2598
  }
@@ -2750,17 +2647,11 @@ h3.timeline-title {
2750
2647
  .label-danger {
2751
2648
  background-color: #eb6154;
2752
2649
  }
2753
- /* ==========================================================================
2754
- Charts JS
2755
- ========================================================================== */
2756
2650
  .canvas-container {
2757
2651
  min-height: 300px;
2758
2652
  max-height: 600px;
2759
2653
  position: relative;
2760
2654
  }
2761
- /* ==========================================================================
2762
- Settings Area
2763
- ========================================================================== */
2764
2655
  .settings-area .form-group {
2765
2656
  margin-bottom: 30px;
2766
2657
  }
@@ -2894,9 +2785,6 @@ ol.sortable .item-information {
2894
2785
  .item-information input[type="text"] {
2895
2786
  width: 96%;
2896
2787
  }
2897
- /* ==========================================================================
2898
- Datatables
2899
- ========================================================================== */
2900
2788
  #dtable_filter {
2901
2789
  display: none;
2902
2790
  }
@@ -2954,9 +2842,6 @@ ol.sortable .item-information {
2954
2842
  .features .editor .CodeMirror pre {
2955
2843
  padding: 0 20px;
2956
2844
  }
2957
- /*
2958
- Timeline Styling
2959
- */
2960
2845
  .list-group.list-categories {
2961
2846
  overflow: hidden;
2962
2847
  max-height: 300px !important;
@@ -3352,7 +3237,6 @@ ol.sortable .item-information {
3352
3237
  .diff li:hover {
3353
3238
  background: #ffffcc;
3354
3239
  }
3355
- /* try 'whitespace:pre;' if you don't want lines to wrap */
3356
3240
  .diff del,
3357
3241
  .diff ins,
3358
3242
  .diff span {
@@ -3562,15 +3446,13 @@ table tr .fa.fa-minus {
3562
3446
  margin-left: -1px;
3563
3447
  }
3564
3448
 
3565
- .btn {
3566
- /*border-radius: 0px;*/
3567
- }
3568
3449
 
3569
3450
  ::selection {
3570
- background: #B7FFE1; /* WebKit/Blink Browsers */
3451
+ background: #B7FFE1;
3571
3452
  }
3453
+
3572
3454
  ::-moz-selection {
3573
- background: #B7FFE1; /* Gecko Browsers */
3455
+ background: #B7FFE1;
3574
3456
  }
3575
3457
 
3576
3458
  ul.theme-issues {
@@ -3624,14 +3506,7 @@ ul.theme-issues li i.fa-check {
3624
3506
  border-radius:0px;
3625
3507
  }
3626
3508
 
3627
- /*ul.theme-issues li i.fa-times {
3628
- color: #f9525d;
3629
- }*/
3630
- /* ==========================================================================
3631
- Media Queries
3632
- ========================================================================== */
3633
3509
  @media only screen and (max-width: 767px) and (min-width: 480px) {
3634
- /* Main Content */
3635
3510
  #main-content .h1 {
3636
3511
  font-size: 35px;
3637
3512
  }
@@ -3640,11 +3515,6 @@ ul.theme-issues li i.fa-check {
3640
3515
  #D7DCDE ul.timeline:before {
3641
3516
  left: 40px;
3642
3517
  }
3643
- ul.timeline > li > .timeline-panel {
3644
- width: calc(10%);
3645
- width: -moz-calc(10%);
3646
- width: -webkit-calc(10%);
3647
- }
3648
3518
  ul.timeline > li > .timeline-badge {
3649
3519
  left: 15px;
3650
3520
  margin-left: 0;
@@ -3755,7 +3625,6 @@ ul.theme-issues li i.fa-check {
3755
3625
  }
3756
3626
  }
3757
3627
  @media only screen and (max-width: 479px) {
3758
- /* Main Content */
3759
3628
  #main-content .h1 {
3760
3629
  font-size: 22px;
3761
3630
  }
@@ -1,19 +1,5 @@
1
1
  @charset "UTF-8";
2
2
 
3
-
4
- /*!
5
- Animate.css - http://daneden.me/animate
6
- Licensed under the MIT license
7
-
8
- Copyright (c) 2013 Daniel Eden
9
-
10
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15
- */
16
-
17
3
  .animated {
18
4
  -webkit-animation-duration: 1s;
19
5
  animation-duration: 1s;
@@ -93,7 +79,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
93
79
  animation-name: flash;
94
80
  }
95
81
 
96
- /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
97
82
 
98
83
  @-webkit-keyframes pulse {
99
84
  0% {
@@ -310,8 +295,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
310
295
  animation-name: tada;
311
296
  }
312
297
 
313
- /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
314
-
315
298
  @-webkit-keyframes wobble {
316
299
  0% {
317
300
  -webkit-transform: translateX(0%);
@@ -2669,7 +2652,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
2669
2652
  animation-name: hinge;
2670
2653
  }
2671
2654
 
2672
- /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
2673
2655
 
2674
2656
  @-webkit-keyframes rollIn {
2675
2657
  0% {
@@ -2706,7 +2688,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
2706
2688
  animation-name: rollIn;
2707
2689
  }
2708
2690
 
2709
- /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
2710
2691
 
2711
2692
  @-webkit-keyframes rollOut {
2712
2693
  0% {
@@ -62,7 +62,7 @@
62
62
  display: block;
63
63
  width: 12px;
64
64
  height: 12px;
65
- background: url('chosen-sprite.png') -42px 1px no-repeat;
65
+ background: url(<%=asset_path "roroacms/admin/chosen-sprite.png"%>) -42px 1px no-repeat;
66
66
  font-size: 1px;
67
67
  }
68
68
  .chosen-container-single .chosen-single abbr:hover {
@@ -83,7 +83,7 @@
83
83
  display: block;
84
84
  width: 100%;
85
85
  height: 100%;
86
- background: url('chosen-sprite.png') no-repeat 0px 2px;
86
+ background: url(<%=asset_path "roroacms/admin/chosen-sprite.png"%>) no-repeat 0px 2px;
87
87
  }
88
88
  .chosen-container-single .chosen-search {
89
89
  position: relative;
@@ -102,8 +102,8 @@
102
102
  height: auto;
103
103
  outline: 0;
104
104
  border: 1px solid #ddd;
105
- background: white url('chosen-sprite.png') no-repeat 100% -20px;
106
- background: url('chosen-sprite.png') no-repeat 100% -20px;
105
+ background: white url(<%=asset_path "roroacms/admin/chosen-sprite.png"%>) no-repeat 100% -20px;
106
+ background: url(<%=asset_path "roroacms/admin/chosen-sprite.png"%>) no-repeat 100% -20px;
107
107
  font-size: 1em;
108
108
  font-family: sans-serif;
109
109
  line-height: normal;
@@ -227,7 +227,7 @@
227
227
  display: block;
228
228
  width: 12px;
229
229
  height: 12px;
230
- background: url('chosen-sprite.png') -42px 1px no-repeat;
230
+ background: url(<%=asset_path "roroacms/admin/chosen-sprite.png"%>) -42px 1px no-repeat;
231
231
  font-size: 1px;
232
232
  }
233
233
  .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
@@ -346,8 +346,8 @@
346
346
  }
347
347
  .chosen-rtl .chosen-search input[type="text"] {
348
348
  padding: 4px 5px 4px 20px;
349
- background: white url('chosen-sprite.png') no-repeat -30px -20px;
350
- background: url('chosen-sprite.png') no-repeat -30px -20px;
349
+ background: white url(<%=asset_path "roroacms/admin/chosen-sprite.png"%>) no-repeat -30px -20px;
350
+ background: url(<%=asset_path "roroacms/admin/chosen-sprite.png"%>) no-repeat -30px -20px;
351
351
  direction: rtl;
352
352
  }
353
353
  .chosen-rtl.chosen-container-single .chosen-single div b {
@@ -358,7 +358,7 @@
358
358
  }
359
359
  /* @end *//* @group Retina compatibility */@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
360
360
  .chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
361
- background-image: url('chosen-sprite@2x.png') !important;
361
+ background-image: url(<%=asset_path "roroacms/admin/chosen-sprite@2x.png"%>) !important;
362
362
  background-size: 52px 37px !important;
363
363
  background-repeat: no-repeat !important;
364
364
  }
@@ -503,9 +503,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
503
503
  padding: 65px 0 40px 0
504
504
  }
505
505
  @media (max-width: 860px), (max-width: 860px) {
506
- .features .editor .CodeMirror-lines {
507
- /*padding: 25px 0 30px 0*/
508
- }
506
+
509
507
  }
510
508
  @media (max-width: 400px), (max-width: 400px) {
511
509
  .features .editor .CodeMirror-lines {