Skip to content

Commit 2d2db4b

Browse files
committed
Version 1.1.1 + build.
1 parent 39b35a8 commit 2d2db4b

File tree

12 files changed

+178
-962
lines changed

12 files changed

+178
-962
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ module.exports = function (grunt) {
246246
prod: {
247247
options: {
248248
banner: '<%= banner %>',
249-
//compress: true
249+
compress: true
250250
},
251251
files: {
252252
"dist/css/evolutility.min.css": "less/evolutility.less"

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "evolutility",
3-
"version": "1.1",
3+
"version": "1.1.1",
44
"description": "UI which changes form, volume and structure to adapt to your data.",
55
"main": [
66
"dist/evolutility.min.js",

demo/demo-data.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/demo.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
}
148148
.evo-title > h1,
149149
.evo-title2 > h1 {
150-
margin-left: 20px;
150+
margin-left: 16px;
151151
color: white;
152152
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
153153
font-weight: 500;
@@ -158,6 +158,10 @@
158158
top: 0 !important;
159159
margin-left: 190px;
160160
}
161+
.evo-title > h1,
162+
.evo-title2 > h1 {
163+
margin-left: 0;
164+
}
161165
}
162166
.evo-title {
163167
top: 65px;

dist/css/dependencies.min.css

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: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
/*!
2-
evolutility 1.1
3-
(c) 2015 Olivier Giulieri
2+
evolutility 1.1.1
3+
(c) 2016 Olivier Giulieri
44
http://evoluteur.github.io/evolutility/
55
*/
6+
#title > i {
7+
color: #c6d9f0;
8+
margin-right: 0.4em;
9+
}
610
.evo-toolbar {
711
border: 1px solid #bce8f1;
812
border-radius: 4px;
@@ -91,12 +95,16 @@
9195
.evol-actions > i,
9296
.evol-actions-nxtTd > i {
9397
color: #31708f;
94-
margin: 5px;
98+
padding: 10px;
9599
cursor: pointer;
100+
border-radius: 4px;
101+
-moz-border-radius: 4px;
102+
-webkit-border-radius: 4px;
96103
}
97104
.evol-actions > i:hover,
98105
.evol-actions-nxtTd > i:hover {
99106
color: #428bca;
107+
background-color: #eceff1;
100108
}
101109
.evol-actions {
102110
top: 35px;
@@ -106,8 +114,8 @@
106114
border-bottom-left-radius: 10px;
107115
}
108116
.evol-actions-nxtTd {
109-
left: 0;
110117
top: 0;
118+
left: 0;
111119
z-index: 2;
112120
border-top-right-radius: 10px;
113121
border-bottom-right-radius: 10px;
@@ -342,6 +350,7 @@ label {
342350
margin: 0 5px 0 0;
343351
padding: 2px 4px!important;
344352
border: 1px solid silver;
353+
margin-bottom: 5px;
345354
}
346355
.evo-f-list > div,
347356
.select2-search-choice {
@@ -437,7 +446,6 @@ label {
437446
}
438447
.evol-many-list > .table th:hover .glyphicon {
439448
display: inline !important;
440-
cursor: pointer;
441449
}
442450
.evol-many-list > .table .evol-ellipsis {
443451
overflow: hidden;

0 commit comments

Comments
 (0)