Skip to content

Commit 2627ef8

Browse files
committed
Version 1.1.3.
1 parent 8f9d024 commit 2627ef8

File tree

11 files changed

+134
-81
lines changed

11 files changed

+134
-81
lines changed

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.2",
3+
"version": "1.1.3",
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

100644100755
Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
@media only screen and (min-width: 900px) {
5555
.evo-header {
5656
position: fixed;
57-
width: 190px;
58-
min-width: 190px;
57+
width: 170px;
58+
min-width: 170px;
5959
height: 100%;
6060
}
6161
}
@@ -72,11 +72,14 @@
7272
flex-direction: row;
7373
}
7474
}
75+
.evo-head-links > div,
76+
.evo-head-links2 > div {
77+
margin-left: 10px;
78+
}
7579
.evo-head-links > li,
7680
.evo-head-links2 > li {
7781
display: inline;
7882
padding: 0 10px;
79-
text-align: left;
8083
}
8184
.evo-head-links a,
8285
.evo-head-links2 a {
@@ -101,6 +104,7 @@
101104
}
102105
@media only screen and (max-width: 900px) {
103106
.evo-link2 {
107+
margin-left: 30px;
104108
order: 100;
105109
width: 100%;
106110
}
@@ -156,9 +160,9 @@
156160
@media only screen and (min-width: 900px) {
157161
.evo-title,
158162
.evo-title2 {
159-
width: calc(100% - 190px);
163+
width: calc(100% - 170px);
160164
top: 0 !important;
161-
margin-left: 190px;
165+
margin-left: 170px;
162166
}
163167
.evo-title > h1,
164168
.evo-title2 > h1 {
@@ -181,7 +185,7 @@
181185
}
182186
@media only screen and (min-width: 900px) {
183187
.evo-content {
184-
margin-left: 190px;
188+
margin-left: 170px;
185189
padding-top: 10px;
186190
}
187191
}
@@ -191,7 +195,7 @@
191195
}
192196
@media only screen and (min-width: 900px) {
193197
.evo-content2 {
194-
margin-left: 190px;
198+
margin-left: 170px;
195199
padding-top: 85px;
196200
}
197201
}

dist/css/dependencies.min.css

100644100755
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

100644100755
Lines changed: 42 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
evolutility 1.1.2
2+
evolutility 1.1.3
33
(c) 2016 Olivier Giulieri
44
http://evoluteur.github.io/evolutility/
55
*/
@@ -138,9 +138,14 @@
138138
flex-wrap: wrap;
139139
}
140140
.evol-pnl {
141+
padding-left: 10px !important;
141142
box-sizing: border-box;
142143
flex-grow: 1;
143144
}
145+
.evol-pnl .table img {
146+
max-height: 60px;
147+
padding: 0;
148+
}
144149
.evol-pnl .table .evol-money {
145150
width: 200px;
146151
}
@@ -150,14 +155,18 @@
150155
.evol-pnl .evol-pnl > div > fieldset {
151156
padding: 10px 10px 5px 2px;
152157
}
153-
.evol-pnl,
154-
.evol-pnl-lst {
155-
padding-left: 10px !important;
158+
.evo-plist {
159+
overflow-x: auto;
156160
}
157-
.evol-pnl .table img,
158-
.evol-pnl-lst .table img {
159-
max-height: 60px;
160-
padding: 0;
161+
.evo-plist input[type="date"] {
162+
max-width: 160px;
163+
}
164+
.evo-plist input[type="text"],
165+
.evo-plist textarea {
166+
min-width: 120px;
167+
}
168+
.evo-plist .table {
169+
margin-bottom: 0;
161170
}
162171
.panel-heading > .panel-title {
163172
display: inline-block;
@@ -295,6 +304,7 @@ label {
295304
}
296305
.evo-td-plusminus {
297306
width: 70px;
307+
min-width: 70px;
298308
}
299309
.evo-td-plusminus > div {
300310
float: left;
@@ -420,21 +430,30 @@ label {
420430
.evol-many-icon {
421431
margin-right: 6px !important;
422432
}
423-
.evol-many-list > .table img {
433+
.evol-many-list > div {
434+
overflow-x: auto;
435+
}
436+
.evol-many-list > div > .table {
437+
margin-bottom: 0;
438+
}
439+
.evol-many-list > div > .table textarea {
440+
min-width: 200px;
441+
}
442+
.evol-many-list > div > .table img {
424443
max-height: 60px;
425444
padding: 0;
426445
}
427-
.evol-many-list > .table tr {
446+
.evol-many-list > div > .table tr {
428447
transition: all 0.3s ease;
429448
}
430-
.evol-many-list > .table td {
449+
.evol-many-list > div > .table td {
431450
position: relative;
432451
}
433-
.evol-many-list > .table th {
452+
.evol-many-list > div > .table th {
434453
font-weight: 500 !important;
435454
background-color: #fbfbfb;
436455
}
437-
.evol-many-list > .table th .glyphicon {
456+
.evol-many-list > div > .table th .glyphicon {
438457
display: none;
439458
position: absolute;
440459
opacity: .8;
@@ -444,10 +463,10 @@ label {
444463
width: 22px;
445464
height: 22px;
446465
}
447-
.evol-many-list > .table th:hover .glyphicon {
466+
.evol-many-list > div > .table th:hover .glyphicon {
448467
display: inline !important;
449468
}
450-
.evol-many-list > .table .evol-ellipsis {
469+
.evol-many-list > div > .table .evol-ellipsis {
451470
overflow: hidden;
452471
text-overflow: ellipsis;
453472
white-space: nowrap;
@@ -495,6 +514,9 @@ label {
495514
.list-td-sel {
496515
width: 30px;
497516
}
517+
.evo-col-pix {
518+
width: 100px;
519+
}
498520
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
499521
html {
500522
font-family: sans-serif;
@@ -607,6 +629,11 @@ text.label {
607629
text-align: center;
608630
padding: 10px 20px 30px;
609631
}
632+
/*
633+
.evo-chart-table{
634+
overflow-y: auto;
635+
}
636+
*/
610637
.evol-xpt {
611638
margin-bottom: 10px;
612639
}
@@ -808,7 +835,6 @@ text.label {
808835
}
809836
.evo-filters.panel > a {
810837
margin: 1px 6px 6px 1px;
811-
padding-right: 6px;
812838
}
813839
.evo-filters > .close {
814840
margin-right: 4px;

dist/css/evolutility.min.css

100644100755
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/dependencies.min.js

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

0 commit comments

Comments
 (0)