multidatespicker-rails 1.6.1 → 4.3.0
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2f2f76098cf86e7c2402972ebcb4e7de1f324f0f
|
4
|
+
data.tar.gz: d2fbf112082f06d038f72b5e6b697af8b455d8be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f869c96a8401f17a65fed7a78a4faa7ee239295d83eea30ad124634283dc1f0c51ba3ef41ccca118c25355ac486814c06467f6dc43d368627383f44728923dce
|
7
|
+
data.tar.gz: 82e9296356a20a42dd0b0e4f7ebe03ea0d5981865423538f8664e4d95eefdc9bd203ca6c7f3b441487fe94e1e3e92dc12f5a3898e801fd2de710350646196522
|
@@ -1,5 +1,37 @@
|
|
1
|
-
@import "
|
1
|
+
@import url("pepper-ginder-custom.css");
|
2
2
|
|
3
|
+
/* just some styling */
|
4
|
+
body {
|
5
|
+
font: 0.7em/1.5em "Trebuchet MS",Verdana,sans-serif;
|
6
|
+
background: white url('images/ui-bg_fine-grain_65_654b24_60x60.png') repeat;
|
7
|
+
}
|
8
|
+
|
9
|
+
h1 {
|
10
|
+
text-align: center;
|
11
|
+
margin: 1.5em;
|
12
|
+
}
|
13
|
+
|
14
|
+
h2 {
|
15
|
+
border-top: 1px dotted #AAA;
|
16
|
+
padding-top: 1em;
|
17
|
+
margin-top: 1em;
|
18
|
+
}
|
19
|
+
|
20
|
+
h4 {margin-bottom: 0;}
|
21
|
+
|
22
|
+
p {margin-top: .3em;}
|
23
|
+
|
24
|
+
code, pre.code {
|
25
|
+
font: 11px/13px monospace;
|
26
|
+
background-color: #FFC;
|
27
|
+
padding: 2px;
|
28
|
+
border: 1px dotted grey;
|
29
|
+
}
|
30
|
+
|
31
|
+
.clear {clear: both;}
|
32
|
+
|
33
|
+
a {text-decoration: none; color: #800;}
|
34
|
+
a:hover {text-decoration: underline;}
|
3
35
|
|
4
36
|
#share {
|
5
37
|
position: absolute;
|
@@ -14,7 +46,7 @@
|
|
14
46
|
padding: 2em;
|
15
47
|
width: 960px;
|
16
48
|
background: white url('images/ui-bg_fine-grain_10_f8f7f6_60x60.png') repeat;
|
17
|
-
|
49
|
+
|
18
50
|
-moz-border-radius: 6px;
|
19
51
|
-webkit-border-radius: 6px;
|
20
52
|
border-radius: 6px;
|
@@ -59,14 +59,14 @@
|
|
59
59
|
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
|
60
60
|
.ui-widget .ui-widget { font-size: 1em; }
|
61
61
|
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
|
62
|
-
.ui-widget-content { border: 1px solid #d9d6c4; background: #
|
63
|
-
.ui-widget-content a { color: #
|
62
|
+
.ui-widget-content { border: 1px solid #d9d6c4; background: #eceadf url(images/ui-bg_fine-grain_10_eceadf_60x60.png) 50% 50% repeat; color: #1f1f1f; }
|
63
|
+
.ui-widget-content a { color: #1f1f1f; }
|
64
64
|
.ui-widget-header { border: 1px solid #d4d1bf; background: #ffffff url(images/ui-bg_fine-grain_15_ffffff_60x60.png) 50% 50% repeat; color: #453821; font-weight: bold; }
|
65
65
|
.ui-widget-header a { color: #453821; }
|
66
66
|
|
67
67
|
/* Interaction states
|
68
68
|
----------------------------------*/
|
69
|
-
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #a9a089; background: #f8f7f6 url(images/ui-bg_fine-grain_10_f8f7f6_60x60.png) 50% 50% repeat; font-weight: bold; color: #
|
69
|
+
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #a9a089; background: #f8f7f6 url(images/ui-bg_fine-grain_10_f8f7f6_60x60.png) 50% 50% repeat; font-weight: bold; color: #654b24; }
|
70
70
|
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #654b24; text-decoration: none; }
|
71
71
|
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #654b24; background: #654b24 url(images/ui-bg_fine-grain_65_654b24_60x60.png) 50% 50% repeat; font-weight: bold; color: #ffffff; }
|
72
72
|
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
|
@@ -76,7 +76,7 @@
|
|
76
76
|
|
77
77
|
/* Interaction Cues
|
78
78
|
----------------------------------*/
|
79
|
-
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #
|
79
|
+
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #743620; background: #d3c05a url(images/ui-bg_fine-grain_15_d3c05a_60x60.png) 50% 50% repeat; color: #3a3427; }
|
80
80
|
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #3a3427; }
|
81
81
|
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #681818; background: #b83400 url(images/ui-bg_fine-grain_68_b83400_60x60.png) 50% 50% repeat; color: #ffffff; }
|
82
82
|
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
|
@@ -348,7 +348,7 @@
|
|
348
348
|
*
|
349
349
|
* http://docs.jquery.com/UI/Autocomplete#theming
|
350
350
|
*/
|
351
|
-
.ui-autocomplete { position: absolute; cursor: default; }
|
351
|
+
.ui-autocomplete { position: absolute; cursor: default; }
|
352
352
|
|
353
353
|
/* workarounds */
|
354
354
|
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
|
@@ -404,8 +404,8 @@
|
|
404
404
|
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
|
405
405
|
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
|
406
406
|
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
|
407
|
-
.ui-button-icons-only { width: 3.4em; }
|
408
|
-
button.ui-button-icons-only { width: 3.7em; }
|
407
|
+
.ui-button-icons-only { width: 3.4em; }
|
408
|
+
button.ui-button-icons-only { width: 3.7em; }
|
409
409
|
|
410
410
|
/*button text element */
|
411
411
|
.ui-button .ui-button-text { display: block; line-height: 1.4; }
|
@@ -441,7 +441,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
|
|
441
441
|
*/
|
442
442
|
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
|
443
443
|
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative; }
|
444
|
-
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; }
|
444
|
+
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; }
|
445
445
|
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
|
446
446
|
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
|
447
447
|
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
|
@@ -513,7 +513,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
|
|
513
513
|
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
|
514
514
|
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
|
515
515
|
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
|
516
|
-
.ui-datepicker select.ui-datepicker-month,
|
516
|
+
.ui-datepicker select.ui-datepicker-month,
|
517
517
|
.ui-datepicker select.ui-datepicker-year { width: 49%;}
|
518
518
|
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
|
519
519
|
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
|
@@ -569,4 +569,4 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
|
|
569
569
|
* http://docs.jquery.com/UI/Progressbar#theming
|
570
570
|
*/
|
571
571
|
.ui-progressbar { height:2em; text-align: left; }
|
572
|
-
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
|
572
|
+
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: multidatespicker-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 4.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- teddy
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-03-
|
11
|
+
date: 2017-03-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|