Skip to content

Commit a490827

Browse files
committed
Version 1.0.1
1 parent 93be9e6 commit a490827

File tree

9 files changed

+280
-258
lines changed

9 files changed

+280
-258
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = function (grunt) {
1313
'/* https://github.com/evoluteur/evolutility */\n',
1414

1515
bannerDependencies: '/*\n <%= pkg.name %> v<%= pkg.version %> dependencies: \n' +
16-
' bootstrap 3.3.4, jquery 2.1.4, backbone 1.1.2, backbone.localStorage v1.1.7, underscore 1.8.3, d3 3.5.5, bootstrap-datepicker" 1.4.0, select2 3.5.2. */\n',
16+
' bootstrap 3.3.4, jquery 2.1.4, backbone 1.1.2, backbone.localStorage v1.1.7, underscore 1.8.3, d3 3.5.5, bootstrap-datepicker" 1.4.0, select2 3.5.2. \n*/\n',
1717

1818
// *************************************************************************************
1919
// CONCAT
@@ -205,6 +205,7 @@ module.exports = function (grunt) {
205205
},
206206
prod: {
207207
options: {
208+
banner: '<%= bannerDependencies %>',
208209
compress: true
209210
},
210211
files: {

demo/demo-data.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/evolutility.css

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@
1212
margin-bottom: 10px;
1313
padding: 3px;
1414
background-color: #fbfbfb;
15+
/*
16+
[data-id="prev"].nav-disabled,
17+
[data-id="next"].nav-disabled{
18+
a {
19+
color: @color-disabled;
20+
&:hover{
21+
background-color: transparent;
22+
cursor:default;
23+
}
24+
}
25+
}
26+
*/
1527
}
1628
.evo-toolbar > [data-cid="views"] {
1729
color: black;
@@ -24,15 +36,6 @@
2436
width: 1px;
2537
background-color: #bce8f1;
2638
}
27-
.evo-toolbar [data-id="prev"].nav-disabled a,
28-
.evo-toolbar [data-id="next"].nav-disabled a {
29-
color: silver;
30-
}
31-
.evo-toolbar [data-id="prev"].nav-disabled a:hover,
32-
.evo-toolbar [data-id="next"].nav-disabled a:hover {
33-
background-color: transparent;
34-
cursor: default;
35-
}
3639
.evo-toolbar .evo-dropdown-icons {
3740
min-width: 50px;
3841
}
@@ -124,6 +127,12 @@
124127
width: 100%;
125128
margin: 0 0 10px;
126129
}
130+
.evo-p-json {
131+
margin-bottom: 10px;
132+
}
133+
.evo-p-json fieldset {
134+
padding: 10px !important;
135+
}
127136
.glyphicon-wrench {
128137
margin-left: 5px;
129138
display: inline !important;
@@ -142,6 +151,8 @@ label {
142151
background-color: #FFF8E1;
143152
border: 1px solid #FFECB3;
144153
border-radius: 2px;
154+
-moz-border-radius: 2px;
155+
-webkit-border-radius: 2px;
145156
}
146157
.evol-mini-holder .help-block,
147158
.evolw-edit .help-block {
@@ -431,6 +442,9 @@ text.label {
431442
.evo-chart-config:hover {
432443
color: #428bca;
433444
}
445+
.evol-xpt {
446+
margin-bottom: 10px;
447+
}
434448
.evol-xpt-form {
435449
border-collapse: collapse;
436450
border: 0;

0 commit comments

Comments
 (0)