picasso 0.4.1 → 0.4.2
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.
- data/README.md +9 -4
- data/docs/_picasso.html +17 -7
- data/docs/css/picasso-demos.css +17 -7
- data/docs/index.html +28 -12
- data/docs/picasso-_components.html +17 -7
- data/docs/picasso-_despegar.html +17 -7
- data/docs/picasso-_utils.html +17 -7
- data/docs/picasso-components-_accordions.html +17 -7
- data/docs/picasso-components-_arrows.html +17 -7
- data/docs/picasso-components-_bubbles.html +17 -7
- data/docs/picasso-components-_buttons.html +17 -7
- data/docs/picasso-components-_clusters.html +17 -7
- data/docs/picasso-components-_inputs.html +17 -7
- data/docs/picasso-components-_list-grids.html +17 -7
- data/docs/picasso-components-_navs.html +17 -7
- data/docs/picasso-components-_pagination.html +17 -7
- data/docs/picasso-components-_popups.html +17 -7
- data/docs/picasso-components-_tooltips.html +17 -7
- data/docs/picasso-components-buttons-_3d.html +17 -7
- data/docs/picasso-components-buttons-_glossy.html +17 -7
- data/docs/picasso-components-buttons-_mini.html +17 -7
- data/docs/picasso-despegar-_mixins.html +17 -7
- data/docs/picasso-despegar-_variables.html +92 -73
- data/docs/picasso-utils-_clearfix.html +18 -8
- data/docs/picasso-utils-_grid.html +28 -10
- data/docs/picasso-utils-_ie.html +17 -7
- data/docs/picasso-utils-_rem.html +17 -7
- data/docs/picasso-utils-_sprite.html +17 -7
- data/docs/sass/picasso-demos.scss +10 -0
- data/lib/picasso/version.rb +1 -1
- data/picasso.gemspec +1 -1
- data/stylesheets/picasso/despegar/_variables.scss +42 -35
- data/stylesheets/picasso/utils/_clearfix.scss +1 -1
- data/stylesheets/picasso/utils/_grid.scss +11 -3
- metadata +6 -6
data/README.md
CHANGED
@@ -22,7 +22,7 @@ En el `config.rb` agregar:
|
|
22
22
|
```ruby
|
23
23
|
require 'picasso'
|
24
24
|
require 'magick'
|
25
|
-
gem 'picasso', '~> 0.4.
|
25
|
+
gem 'picasso', '~> 0.4.2'
|
26
26
|
```
|
27
27
|
|
28
28
|
Modificar el número de versión a medida que se quiere usar nuevas versiones del framework.
|
@@ -67,11 +67,16 @@ $ (sudo) apt-get install ruby-oily-png
|
|
67
67
|
|
68
68
|
# Changelog
|
69
69
|
|
70
|
+
## 0.4.2
|
71
|
+
* Se agregan nuevas opciones de customización de las grillas;
|
72
|
+
* Se quita soporte de IE6 en `clearfix()`;
|
73
|
+
* Se agregan nuevos colores en `despegar/variables`.
|
74
|
+
|
70
75
|
## 0.4.1
|
71
76
|
* Cambios en colores de la marca Despegar;
|
72
77
|
* Se quita workaround en los botones 3D para Google Chrome (http://code.google.com/p/chromium/issues/detail?id=29427)
|
73
78
|
|
74
|
-
## 0.4.0 (
|
79
|
+
## 0.4.0 (!backward compatibility)
|
75
80
|
* Se agregan nuevos colores y tamaños para la marca Despegar;
|
76
81
|
|
77
82
|
## 0.3.7
|
@@ -100,7 +105,7 @@ $ (sudo) apt-get install ruby-oily-png
|
|
100
105
|
* Refactor de componente tooltip;
|
101
106
|
* Refactor de componente accordion;
|
102
107
|
|
103
|
-
## 0.3.0 (
|
108
|
+
## 0.3.0 (!backward compatibility)
|
104
109
|
|
105
110
|
* Nueva utilidad: Grillas;
|
106
111
|
* Nuevo componente: mini-tooltips;
|
@@ -118,7 +123,7 @@ $ (sudo) apt-get install ruby-oily-png
|
|
118
123
|
|
119
124
|
* Fix sombras, gradientes y bordes de botones y nav de IE9;
|
120
125
|
|
121
|
-
## 0.2.0 (
|
126
|
+
## 0.2.0 (!backward compatibility)
|
122
127
|
|
123
128
|
* Fix degradados de botones en Chrome;
|
124
129
|
* Separación de botones por tipo;
|
data/docs/_picasso.html
CHANGED
@@ -1314,7 +1314,7 @@ body {
|
|
1314
1314
|
.list-grid-demo-1:after {
|
1315
1315
|
clear: both;
|
1316
1316
|
}
|
1317
|
-
.
|
1317
|
+
.ie7 .list-grid-demo-1 {
|
1318
1318
|
zoom: 1;
|
1319
1319
|
}
|
1320
1320
|
.list-grid-demo-1 ul {
|
@@ -1373,7 +1373,7 @@ body {
|
|
1373
1373
|
.nav-demo-1:after {
|
1374
1374
|
clear: both;
|
1375
1375
|
}
|
1376
|
-
.
|
1376
|
+
.ie7 .nav-demo-1 {
|
1377
1377
|
zoom: 1;
|
1378
1378
|
}
|
1379
1379
|
.nav-demo-1 ul {
|
@@ -1389,7 +1389,7 @@ body {
|
|
1389
1389
|
.nav-demo-1 ul:after {
|
1390
1390
|
clear: both;
|
1391
1391
|
}
|
1392
|
-
.
|
1392
|
+
.ie7 .nav-demo-1 ul {
|
1393
1393
|
zoom: 1;
|
1394
1394
|
}
|
1395
1395
|
.nav-demo-1 ul li {
|
@@ -1947,7 +1947,7 @@ body {
|
|
1947
1947
|
.accordion-demo-1 .accordion-header:after {
|
1948
1948
|
clear: both;
|
1949
1949
|
}
|
1950
|
-
.
|
1950
|
+
.ie7 .accordion-demo-1 .accordion-header {
|
1951
1951
|
zoom: 1;
|
1952
1952
|
}
|
1953
1953
|
.accordion-demo-1 .accordion-header h4 {
|
@@ -2259,7 +2259,7 @@ body {
|
|
2259
2259
|
.row-col:after {
|
2260
2260
|
clear: both;
|
2261
2261
|
}
|
2262
|
-
.
|
2262
|
+
.ie7 .row-col {
|
2263
2263
|
zoom: 1;
|
2264
2264
|
}
|
2265
2265
|
.row-col [class^="col"] {
|
@@ -2454,7 +2454,7 @@ body {
|
|
2454
2454
|
.clearfix-demo:after {
|
2455
2455
|
clear: both;
|
2456
2456
|
}
|
2457
|
-
.
|
2457
|
+
.ie7 .clearfix-demo {
|
2458
2458
|
zoom: 1;
|
2459
2459
|
}
|
2460
2460
|
.clearfix-demo div {
|
@@ -2604,6 +2604,11 @@ body {
|
|
2604
2604
|
background: #66ccff;
|
2605
2605
|
}
|
2606
2606
|
|
2607
|
+
.despegar-link-bg-hover-demo {
|
2608
|
+
padding: 10px;
|
2609
|
+
background: #f1f6fc;
|
2610
|
+
}
|
2611
|
+
|
2607
2612
|
.despegar-error-bg-demo {
|
2608
2613
|
padding: 10px;
|
2609
2614
|
background: #ffe6e6;
|
@@ -2624,6 +2629,11 @@ body {
|
|
2624
2629
|
background: #ff9900;
|
2625
2630
|
}
|
2626
2631
|
|
2632
|
+
.despegar-fill-bg-demo {
|
2633
|
+
padding: 10px;
|
2634
|
+
background: #84a8fb;
|
2635
|
+
}
|
2636
|
+
|
2627
2637
|
.clusters-demo-1 .cluster {
|
2628
2638
|
margin-bottom: 15px;
|
2629
2639
|
border: 1px solid #cccccc;
|
@@ -2641,7 +2651,7 @@ body {
|
|
2641
2651
|
.clusters-demo-1 .cluster:after {
|
2642
2652
|
clear: both;
|
2643
2653
|
}
|
2644
|
-
.
|
2654
|
+
.ie7 .clusters-demo-1 .cluster {
|
2645
2655
|
zoom: 1;
|
2646
2656
|
}
|
2647
2657
|
.clusters-demo-1 .cluster .cluster-items-list {
|
data/docs/css/picasso-demos.css
CHANGED
@@ -1313,7 +1313,7 @@ body {
|
|
1313
1313
|
.list-grid-demo-1:after {
|
1314
1314
|
clear: both;
|
1315
1315
|
}
|
1316
|
-
.
|
1316
|
+
.ie7 .list-grid-demo-1 {
|
1317
1317
|
zoom: 1;
|
1318
1318
|
}
|
1319
1319
|
.list-grid-demo-1 ul {
|
@@ -1372,7 +1372,7 @@ body {
|
|
1372
1372
|
.nav-demo-1:after {
|
1373
1373
|
clear: both;
|
1374
1374
|
}
|
1375
|
-
.
|
1375
|
+
.ie7 .nav-demo-1 {
|
1376
1376
|
zoom: 1;
|
1377
1377
|
}
|
1378
1378
|
.nav-demo-1 ul {
|
@@ -1388,7 +1388,7 @@ body {
|
|
1388
1388
|
.nav-demo-1 ul:after {
|
1389
1389
|
clear: both;
|
1390
1390
|
}
|
1391
|
-
.
|
1391
|
+
.ie7 .nav-demo-1 ul {
|
1392
1392
|
zoom: 1;
|
1393
1393
|
}
|
1394
1394
|
.nav-demo-1 ul li {
|
@@ -1946,7 +1946,7 @@ body {
|
|
1946
1946
|
.accordion-demo-1 .accordion-header:after {
|
1947
1947
|
clear: both;
|
1948
1948
|
}
|
1949
|
-
.
|
1949
|
+
.ie7 .accordion-demo-1 .accordion-header {
|
1950
1950
|
zoom: 1;
|
1951
1951
|
}
|
1952
1952
|
.accordion-demo-1 .accordion-header h4 {
|
@@ -2258,7 +2258,7 @@ body {
|
|
2258
2258
|
.row-col:after {
|
2259
2259
|
clear: both;
|
2260
2260
|
}
|
2261
|
-
.
|
2261
|
+
.ie7 .row-col {
|
2262
2262
|
zoom: 1;
|
2263
2263
|
}
|
2264
2264
|
.row-col [class^="col"] {
|
@@ -2453,7 +2453,7 @@ body {
|
|
2453
2453
|
.clearfix-demo:after {
|
2454
2454
|
clear: both;
|
2455
2455
|
}
|
2456
|
-
.
|
2456
|
+
.ie7 .clearfix-demo {
|
2457
2457
|
zoom: 1;
|
2458
2458
|
}
|
2459
2459
|
.clearfix-demo div {
|
@@ -2603,6 +2603,11 @@ body {
|
|
2603
2603
|
background: #66ccff;
|
2604
2604
|
}
|
2605
2605
|
|
2606
|
+
.despegar-link-bg-hover-demo {
|
2607
|
+
padding: 10px;
|
2608
|
+
background: #f1f6fc;
|
2609
|
+
}
|
2610
|
+
|
2606
2611
|
.despegar-error-bg-demo {
|
2607
2612
|
padding: 10px;
|
2608
2613
|
background: #ffe6e6;
|
@@ -2623,6 +2628,11 @@ body {
|
|
2623
2628
|
background: #ff9900;
|
2624
2629
|
}
|
2625
2630
|
|
2631
|
+
.despegar-fill-bg-demo {
|
2632
|
+
padding: 10px;
|
2633
|
+
background: #84a8fb;
|
2634
|
+
}
|
2635
|
+
|
2626
2636
|
.clusters-demo-1 .cluster {
|
2627
2637
|
margin-bottom: 15px;
|
2628
2638
|
border: 1px solid #cccccc;
|
@@ -2640,7 +2650,7 @@ body {
|
|
2640
2650
|
.clusters-demo-1 .cluster:after {
|
2641
2651
|
clear: both;
|
2642
2652
|
}
|
2643
|
-
.
|
2653
|
+
.ie7 .clusters-demo-1 .cluster {
|
2644
2654
|
zoom: 1;
|
2645
2655
|
}
|
2646
2656
|
.clusters-demo-1 .cluster .cluster-items-list {
|
data/docs/index.html
CHANGED
@@ -1314,7 +1314,7 @@ body {
|
|
1314
1314
|
.list-grid-demo-1:after {
|
1315
1315
|
clear: both;
|
1316
1316
|
}
|
1317
|
-
.
|
1317
|
+
.ie7 .list-grid-demo-1 {
|
1318
1318
|
zoom: 1;
|
1319
1319
|
}
|
1320
1320
|
.list-grid-demo-1 ul {
|
@@ -1373,7 +1373,7 @@ body {
|
|
1373
1373
|
.nav-demo-1:after {
|
1374
1374
|
clear: both;
|
1375
1375
|
}
|
1376
|
-
.
|
1376
|
+
.ie7 .nav-demo-1 {
|
1377
1377
|
zoom: 1;
|
1378
1378
|
}
|
1379
1379
|
.nav-demo-1 ul {
|
@@ -1389,7 +1389,7 @@ body {
|
|
1389
1389
|
.nav-demo-1 ul:after {
|
1390
1390
|
clear: both;
|
1391
1391
|
}
|
1392
|
-
.
|
1392
|
+
.ie7 .nav-demo-1 ul {
|
1393
1393
|
zoom: 1;
|
1394
1394
|
}
|
1395
1395
|
.nav-demo-1 ul li {
|
@@ -1947,7 +1947,7 @@ body {
|
|
1947
1947
|
.accordion-demo-1 .accordion-header:after {
|
1948
1948
|
clear: both;
|
1949
1949
|
}
|
1950
|
-
.
|
1950
|
+
.ie7 .accordion-demo-1 .accordion-header {
|
1951
1951
|
zoom: 1;
|
1952
1952
|
}
|
1953
1953
|
.accordion-demo-1 .accordion-header h4 {
|
@@ -2259,7 +2259,7 @@ body {
|
|
2259
2259
|
.row-col:after {
|
2260
2260
|
clear: both;
|
2261
2261
|
}
|
2262
|
-
.
|
2262
|
+
.ie7 .row-col {
|
2263
2263
|
zoom: 1;
|
2264
2264
|
}
|
2265
2265
|
.row-col [class^="col"] {
|
@@ -2454,7 +2454,7 @@ body {
|
|
2454
2454
|
.clearfix-demo:after {
|
2455
2455
|
clear: both;
|
2456
2456
|
}
|
2457
|
-
.
|
2457
|
+
.ie7 .clearfix-demo {
|
2458
2458
|
zoom: 1;
|
2459
2459
|
}
|
2460
2460
|
.clearfix-demo div {
|
@@ -2604,6 +2604,11 @@ body {
|
|
2604
2604
|
background: #66ccff;
|
2605
2605
|
}
|
2606
2606
|
|
2607
|
+
.despegar-link-bg-hover-demo {
|
2608
|
+
padding: 10px;
|
2609
|
+
background: #f1f6fc;
|
2610
|
+
}
|
2611
|
+
|
2607
2612
|
.despegar-error-bg-demo {
|
2608
2613
|
padding: 10px;
|
2609
2614
|
background: #ffe6e6;
|
@@ -2624,6 +2629,11 @@ body {
|
|
2624
2629
|
background: #ff9900;
|
2625
2630
|
}
|
2626
2631
|
|
2632
|
+
.despegar-fill-bg-demo {
|
2633
|
+
padding: 10px;
|
2634
|
+
background: #84a8fb;
|
2635
|
+
}
|
2636
|
+
|
2627
2637
|
.clusters-demo-1 .cluster {
|
2628
2638
|
margin-bottom: 15px;
|
2629
2639
|
border: 1px solid #cccccc;
|
@@ -2641,7 +2651,7 @@ body {
|
|
2641
2651
|
.clusters-demo-1 .cluster:after {
|
2642
2652
|
clear: both;
|
2643
2653
|
}
|
2644
|
-
.
|
2654
|
+
.ie7 .clusters-demo-1 .cluster {
|
2645
2655
|
zoom: 1;
|
2646
2656
|
}
|
2647
2657
|
.clusters-demo-1 .cluster .cluster-items-list {
|
@@ -2745,7 +2755,7 @@ body {
|
|
2745
2755
|
</p>
|
2746
2756
|
<pre><code class="lang-ruby">require 'picasso'
|
2747
2757
|
require 'magick'
|
2748
|
-
gem 'picasso', '~> 0.4.
|
2758
|
+
gem 'picasso', '~> 0.4.2'</code></pre>
|
2749
2759
|
<p>Modificar el número de versión a medida que se quiere usar nuevas versiones del framework.
|
2750
2760
|
|
2751
2761
|
</p>
|
@@ -2771,12 +2781,18 @@ gem 'picasso', '~> 0.4.1'</code></pre>
|
|
2771
2781
|
<h3>Linux</h3>
|
2772
2782
|
<pre><code class="lang-bash">$ (sudo) apt-get update
|
2773
2783
|
$ (sudo) apt-get install ruby-oily-png</code></pre>
|
2774
|
-
</div></article><article id="changelog" class="section"><div class="docs"><h1>Changelog</h1><a href="#changelog" class="permalink ir">Changelog</a><h2>0.4.
|
2784
|
+
</div></article><article id="changelog" class="section"><div class="docs"><h1>Changelog</h1><a href="#changelog" class="permalink ir">Changelog</a><h2>0.4.2</h2>
|
2785
|
+
<ul>
|
2786
|
+
<li>Se agregan nuevas opciones de customización de las grillas;</li>
|
2787
|
+
<li>Se quita soporte de IE6 en <code>clearfix()</code>;</li>
|
2788
|
+
<li>Se agregan nuevos colores en <code>despegar/variables</code>.</li>
|
2789
|
+
</ul>
|
2790
|
+
<h2>0.4.1</h2>
|
2775
2791
|
<ul>
|
2776
2792
|
<li>Cambios en colores de la marca Despegar;</li>
|
2777
2793
|
<li>Se quita workaround en los botones 3D para Google Chrome (<a href="http://code.google.com/p/chromium/issues/detail?id=29427">http://code.google.com/p/chromium/issues/detail?id=29427</a>)</li>
|
2778
2794
|
</ul>
|
2779
|
-
<h2>0.4.0 (
|
2795
|
+
<h2>0.4.0 (!backward compatibility)</h2>
|
2780
2796
|
<ul>
|
2781
2797
|
<li>Se agregan nuevos colores y tamaños para la marca Despegar;</li>
|
2782
2798
|
</ul>
|
@@ -2813,7 +2829,7 @@ $ (sudo) apt-get install ruby-oily-png</code></pre>
|
|
2813
2829
|
<li>Refactor de componente tooltip;</li>
|
2814
2830
|
<li>Refactor de componente accordion;</li>
|
2815
2831
|
</ul>
|
2816
|
-
<h2>0.3.0 (
|
2832
|
+
<h2>0.3.0 (!backward compatibility)</h2>
|
2817
2833
|
<ul>
|
2818
2834
|
<li>Nueva utilidad: Grillas;</li>
|
2819
2835
|
<li>Nuevo componente: mini-tooltips;</li>
|
@@ -2831,7 +2847,7 @@ $ (sudo) apt-get install ruby-oily-png</code></pre>
|
|
2831
2847
|
<ul>
|
2832
2848
|
<li>Fix sombras, gradientes y bordes de botones y nav de IE9;</li>
|
2833
2849
|
</ul>
|
2834
|
-
<h2>0.2.0 (
|
2850
|
+
<h2>0.2.0 (!backward compatibility)</h2>
|
2835
2851
|
<ul>
|
2836
2852
|
<li>Fix degradados de botones en Chrome;</li>
|
2837
2853
|
<li>Separación de botones por tipo;</li>
|
@@ -1314,7 +1314,7 @@ body {
|
|
1314
1314
|
.list-grid-demo-1:after {
|
1315
1315
|
clear: both;
|
1316
1316
|
}
|
1317
|
-
.
|
1317
|
+
.ie7 .list-grid-demo-1 {
|
1318
1318
|
zoom: 1;
|
1319
1319
|
}
|
1320
1320
|
.list-grid-demo-1 ul {
|
@@ -1373,7 +1373,7 @@ body {
|
|
1373
1373
|
.nav-demo-1:after {
|
1374
1374
|
clear: both;
|
1375
1375
|
}
|
1376
|
-
.
|
1376
|
+
.ie7 .nav-demo-1 {
|
1377
1377
|
zoom: 1;
|
1378
1378
|
}
|
1379
1379
|
.nav-demo-1 ul {
|
@@ -1389,7 +1389,7 @@ body {
|
|
1389
1389
|
.nav-demo-1 ul:after {
|
1390
1390
|
clear: both;
|
1391
1391
|
}
|
1392
|
-
.
|
1392
|
+
.ie7 .nav-demo-1 ul {
|
1393
1393
|
zoom: 1;
|
1394
1394
|
}
|
1395
1395
|
.nav-demo-1 ul li {
|
@@ -1947,7 +1947,7 @@ body {
|
|
1947
1947
|
.accordion-demo-1 .accordion-header:after {
|
1948
1948
|
clear: both;
|
1949
1949
|
}
|
1950
|
-
.
|
1950
|
+
.ie7 .accordion-demo-1 .accordion-header {
|
1951
1951
|
zoom: 1;
|
1952
1952
|
}
|
1953
1953
|
.accordion-demo-1 .accordion-header h4 {
|
@@ -2259,7 +2259,7 @@ body {
|
|
2259
2259
|
.row-col:after {
|
2260
2260
|
clear: both;
|
2261
2261
|
}
|
2262
|
-
.
|
2262
|
+
.ie7 .row-col {
|
2263
2263
|
zoom: 1;
|
2264
2264
|
}
|
2265
2265
|
.row-col [class^="col"] {
|
@@ -2454,7 +2454,7 @@ body {
|
|
2454
2454
|
.clearfix-demo:after {
|
2455
2455
|
clear: both;
|
2456
2456
|
}
|
2457
|
-
.
|
2457
|
+
.ie7 .clearfix-demo {
|
2458
2458
|
zoom: 1;
|
2459
2459
|
}
|
2460
2460
|
.clearfix-demo div {
|
@@ -2604,6 +2604,11 @@ body {
|
|
2604
2604
|
background: #66ccff;
|
2605
2605
|
}
|
2606
2606
|
|
2607
|
+
.despegar-link-bg-hover-demo {
|
2608
|
+
padding: 10px;
|
2609
|
+
background: #f1f6fc;
|
2610
|
+
}
|
2611
|
+
|
2607
2612
|
.despegar-error-bg-demo {
|
2608
2613
|
padding: 10px;
|
2609
2614
|
background: #ffe6e6;
|
@@ -2624,6 +2629,11 @@ body {
|
|
2624
2629
|
background: #ff9900;
|
2625
2630
|
}
|
2626
2631
|
|
2632
|
+
.despegar-fill-bg-demo {
|
2633
|
+
padding: 10px;
|
2634
|
+
background: #84a8fb;
|
2635
|
+
}
|
2636
|
+
|
2627
2637
|
.clusters-demo-1 .cluster {
|
2628
2638
|
margin-bottom: 15px;
|
2629
2639
|
border: 1px solid #cccccc;
|
@@ -2641,7 +2651,7 @@ body {
|
|
2641
2651
|
.clusters-demo-1 .cluster:after {
|
2642
2652
|
clear: both;
|
2643
2653
|
}
|
2644
|
-
.
|
2654
|
+
.ie7 .clusters-demo-1 .cluster {
|
2645
2655
|
zoom: 1;
|
2646
2656
|
}
|
2647
2657
|
.clusters-demo-1 .cluster .cluster-items-list {
|
data/docs/picasso-_despegar.html
CHANGED
@@ -1314,7 +1314,7 @@ body {
|
|
1314
1314
|
.list-grid-demo-1:after {
|
1315
1315
|
clear: both;
|
1316
1316
|
}
|
1317
|
-
.
|
1317
|
+
.ie7 .list-grid-demo-1 {
|
1318
1318
|
zoom: 1;
|
1319
1319
|
}
|
1320
1320
|
.list-grid-demo-1 ul {
|
@@ -1373,7 +1373,7 @@ body {
|
|
1373
1373
|
.nav-demo-1:after {
|
1374
1374
|
clear: both;
|
1375
1375
|
}
|
1376
|
-
.
|
1376
|
+
.ie7 .nav-demo-1 {
|
1377
1377
|
zoom: 1;
|
1378
1378
|
}
|
1379
1379
|
.nav-demo-1 ul {
|
@@ -1389,7 +1389,7 @@ body {
|
|
1389
1389
|
.nav-demo-1 ul:after {
|
1390
1390
|
clear: both;
|
1391
1391
|
}
|
1392
|
-
.
|
1392
|
+
.ie7 .nav-demo-1 ul {
|
1393
1393
|
zoom: 1;
|
1394
1394
|
}
|
1395
1395
|
.nav-demo-1 ul li {
|
@@ -1947,7 +1947,7 @@ body {
|
|
1947
1947
|
.accordion-demo-1 .accordion-header:after {
|
1948
1948
|
clear: both;
|
1949
1949
|
}
|
1950
|
-
.
|
1950
|
+
.ie7 .accordion-demo-1 .accordion-header {
|
1951
1951
|
zoom: 1;
|
1952
1952
|
}
|
1953
1953
|
.accordion-demo-1 .accordion-header h4 {
|
@@ -2259,7 +2259,7 @@ body {
|
|
2259
2259
|
.row-col:after {
|
2260
2260
|
clear: both;
|
2261
2261
|
}
|
2262
|
-
.
|
2262
|
+
.ie7 .row-col {
|
2263
2263
|
zoom: 1;
|
2264
2264
|
}
|
2265
2265
|
.row-col [class^="col"] {
|
@@ -2454,7 +2454,7 @@ body {
|
|
2454
2454
|
.clearfix-demo:after {
|
2455
2455
|
clear: both;
|
2456
2456
|
}
|
2457
|
-
.
|
2457
|
+
.ie7 .clearfix-demo {
|
2458
2458
|
zoom: 1;
|
2459
2459
|
}
|
2460
2460
|
.clearfix-demo div {
|
@@ -2604,6 +2604,11 @@ body {
|
|
2604
2604
|
background: #66ccff;
|
2605
2605
|
}
|
2606
2606
|
|
2607
|
+
.despegar-link-bg-hover-demo {
|
2608
|
+
padding: 10px;
|
2609
|
+
background: #f1f6fc;
|
2610
|
+
}
|
2611
|
+
|
2607
2612
|
.despegar-error-bg-demo {
|
2608
2613
|
padding: 10px;
|
2609
2614
|
background: #ffe6e6;
|
@@ -2624,6 +2629,11 @@ body {
|
|
2624
2629
|
background: #ff9900;
|
2625
2630
|
}
|
2626
2631
|
|
2632
|
+
.despegar-fill-bg-demo {
|
2633
|
+
padding: 10px;
|
2634
|
+
background: #84a8fb;
|
2635
|
+
}
|
2636
|
+
|
2627
2637
|
.clusters-demo-1 .cluster {
|
2628
2638
|
margin-bottom: 15px;
|
2629
2639
|
border: 1px solid #cccccc;
|
@@ -2641,7 +2651,7 @@ body {
|
|
2641
2651
|
.clusters-demo-1 .cluster:after {
|
2642
2652
|
clear: both;
|
2643
2653
|
}
|
2644
|
-
.
|
2654
|
+
.ie7 .clusters-demo-1 .cluster {
|
2645
2655
|
zoom: 1;
|
2646
2656
|
}
|
2647
2657
|
.clusters-demo-1 .cluster .cluster-items-list {
|
data/docs/picasso-_utils.html
CHANGED
@@ -1314,7 +1314,7 @@ body {
|
|
1314
1314
|
.list-grid-demo-1:after {
|
1315
1315
|
clear: both;
|
1316
1316
|
}
|
1317
|
-
.
|
1317
|
+
.ie7 .list-grid-demo-1 {
|
1318
1318
|
zoom: 1;
|
1319
1319
|
}
|
1320
1320
|
.list-grid-demo-1 ul {
|
@@ -1373,7 +1373,7 @@ body {
|
|
1373
1373
|
.nav-demo-1:after {
|
1374
1374
|
clear: both;
|
1375
1375
|
}
|
1376
|
-
.
|
1376
|
+
.ie7 .nav-demo-1 {
|
1377
1377
|
zoom: 1;
|
1378
1378
|
}
|
1379
1379
|
.nav-demo-1 ul {
|
@@ -1389,7 +1389,7 @@ body {
|
|
1389
1389
|
.nav-demo-1 ul:after {
|
1390
1390
|
clear: both;
|
1391
1391
|
}
|
1392
|
-
.
|
1392
|
+
.ie7 .nav-demo-1 ul {
|
1393
1393
|
zoom: 1;
|
1394
1394
|
}
|
1395
1395
|
.nav-demo-1 ul li {
|
@@ -1947,7 +1947,7 @@ body {
|
|
1947
1947
|
.accordion-demo-1 .accordion-header:after {
|
1948
1948
|
clear: both;
|
1949
1949
|
}
|
1950
|
-
.
|
1950
|
+
.ie7 .accordion-demo-1 .accordion-header {
|
1951
1951
|
zoom: 1;
|
1952
1952
|
}
|
1953
1953
|
.accordion-demo-1 .accordion-header h4 {
|
@@ -2259,7 +2259,7 @@ body {
|
|
2259
2259
|
.row-col:after {
|
2260
2260
|
clear: both;
|
2261
2261
|
}
|
2262
|
-
.
|
2262
|
+
.ie7 .row-col {
|
2263
2263
|
zoom: 1;
|
2264
2264
|
}
|
2265
2265
|
.row-col [class^="col"] {
|
@@ -2454,7 +2454,7 @@ body {
|
|
2454
2454
|
.clearfix-demo:after {
|
2455
2455
|
clear: both;
|
2456
2456
|
}
|
2457
|
-
.
|
2457
|
+
.ie7 .clearfix-demo {
|
2458
2458
|
zoom: 1;
|
2459
2459
|
}
|
2460
2460
|
.clearfix-demo div {
|
@@ -2604,6 +2604,11 @@ body {
|
|
2604
2604
|
background: #66ccff;
|
2605
2605
|
}
|
2606
2606
|
|
2607
|
+
.despegar-link-bg-hover-demo {
|
2608
|
+
padding: 10px;
|
2609
|
+
background: #f1f6fc;
|
2610
|
+
}
|
2611
|
+
|
2607
2612
|
.despegar-error-bg-demo {
|
2608
2613
|
padding: 10px;
|
2609
2614
|
background: #ffe6e6;
|
@@ -2624,6 +2629,11 @@ body {
|
|
2624
2629
|
background: #ff9900;
|
2625
2630
|
}
|
2626
2631
|
|
2632
|
+
.despegar-fill-bg-demo {
|
2633
|
+
padding: 10px;
|
2634
|
+
background: #84a8fb;
|
2635
|
+
}
|
2636
|
+
|
2627
2637
|
.clusters-demo-1 .cluster {
|
2628
2638
|
margin-bottom: 15px;
|
2629
2639
|
border: 1px solid #cccccc;
|
@@ -2641,7 +2651,7 @@ body {
|
|
2641
2651
|
.clusters-demo-1 .cluster:after {
|
2642
2652
|
clear: both;
|
2643
2653
|
}
|
2644
|
-
.
|
2654
|
+
.ie7 .clusters-demo-1 .cluster {
|
2645
2655
|
zoom: 1;
|
2646
2656
|
}
|
2647
2657
|
.clusters-demo-1 .cluster .cluster-items-list {
|
@@ -1314,7 +1314,7 @@ body {
|
|
1314
1314
|
.list-grid-demo-1:after {
|
1315
1315
|
clear: both;
|
1316
1316
|
}
|
1317
|
-
.
|
1317
|
+
.ie7 .list-grid-demo-1 {
|
1318
1318
|
zoom: 1;
|
1319
1319
|
}
|
1320
1320
|
.list-grid-demo-1 ul {
|
@@ -1373,7 +1373,7 @@ body {
|
|
1373
1373
|
.nav-demo-1:after {
|
1374
1374
|
clear: both;
|
1375
1375
|
}
|
1376
|
-
.
|
1376
|
+
.ie7 .nav-demo-1 {
|
1377
1377
|
zoom: 1;
|
1378
1378
|
}
|
1379
1379
|
.nav-demo-1 ul {
|
@@ -1389,7 +1389,7 @@ body {
|
|
1389
1389
|
.nav-demo-1 ul:after {
|
1390
1390
|
clear: both;
|
1391
1391
|
}
|
1392
|
-
.
|
1392
|
+
.ie7 .nav-demo-1 ul {
|
1393
1393
|
zoom: 1;
|
1394
1394
|
}
|
1395
1395
|
.nav-demo-1 ul li {
|
@@ -1947,7 +1947,7 @@ body {
|
|
1947
1947
|
.accordion-demo-1 .accordion-header:after {
|
1948
1948
|
clear: both;
|
1949
1949
|
}
|
1950
|
-
.
|
1950
|
+
.ie7 .accordion-demo-1 .accordion-header {
|
1951
1951
|
zoom: 1;
|
1952
1952
|
}
|
1953
1953
|
.accordion-demo-1 .accordion-header h4 {
|
@@ -2259,7 +2259,7 @@ body {
|
|
2259
2259
|
.row-col:after {
|
2260
2260
|
clear: both;
|
2261
2261
|
}
|
2262
|
-
.
|
2262
|
+
.ie7 .row-col {
|
2263
2263
|
zoom: 1;
|
2264
2264
|
}
|
2265
2265
|
.row-col [class^="col"] {
|
@@ -2454,7 +2454,7 @@ body {
|
|
2454
2454
|
.clearfix-demo:after {
|
2455
2455
|
clear: both;
|
2456
2456
|
}
|
2457
|
-
.
|
2457
|
+
.ie7 .clearfix-demo {
|
2458
2458
|
zoom: 1;
|
2459
2459
|
}
|
2460
2460
|
.clearfix-demo div {
|
@@ -2604,6 +2604,11 @@ body {
|
|
2604
2604
|
background: #66ccff;
|
2605
2605
|
}
|
2606
2606
|
|
2607
|
+
.despegar-link-bg-hover-demo {
|
2608
|
+
padding: 10px;
|
2609
|
+
background: #f1f6fc;
|
2610
|
+
}
|
2611
|
+
|
2607
2612
|
.despegar-error-bg-demo {
|
2608
2613
|
padding: 10px;
|
2609
2614
|
background: #ffe6e6;
|
@@ -2624,6 +2629,11 @@ body {
|
|
2624
2629
|
background: #ff9900;
|
2625
2630
|
}
|
2626
2631
|
|
2632
|
+
.despegar-fill-bg-demo {
|
2633
|
+
padding: 10px;
|
2634
|
+
background: #84a8fb;
|
2635
|
+
}
|
2636
|
+
|
2627
2637
|
.clusters-demo-1 .cluster {
|
2628
2638
|
margin-bottom: 15px;
|
2629
2639
|
border: 1px solid #cccccc;
|
@@ -2641,7 +2651,7 @@ body {
|
|
2641
2651
|
.clusters-demo-1 .cluster:after {
|
2642
2652
|
clear: both;
|
2643
2653
|
}
|
2644
|
-
.
|
2654
|
+
.ie7 .clusters-demo-1 .cluster {
|
2645
2655
|
zoom: 1;
|
2646
2656
|
}
|
2647
2657
|
.clusters-demo-1 .cluster .cluster-items-list {
|