Skip to content

Commit 4c2fe60

Browse files
committed
Version 1.0.3
1 parent a3e4731 commit 4c2fe60

File tree

10 files changed

+144
-113
lines changed

10 files changed

+144
-113
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.0.2",
3+
"version": "1.0.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/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: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
evolutility 1.0.2
2+
evolutility 1.0.3
33
(c) 2015 Olivier Giulieri
44
http://evoluteur.github.io/evolutility/
55
*/
@@ -81,6 +81,11 @@
8181
.evol-pnl-lst {
8282
padding-left: 10px !important;
8383
}
84+
.evol-pnl .table img,
85+
.evol-pnl-lst .table img {
86+
max-height: 60px;
87+
padding: 0;
88+
}
8489
.panel-heading > .panel-title {
8590
display: inline-block;
8691
}
@@ -392,6 +397,10 @@ table {
392397
.evol-cards-body > div.panel > div > label {
393398
vertical-align: top;
394399
}
400+
.evol-cards-body .evol-c-center {
401+
text-align: center;
402+
margin: 5px 2px;
403+
}
395404
.evol-bubble-tooltip > .panel {
396405
padding: 0 10px;
397406
}
@@ -634,3 +643,22 @@ text.label {
634643
.evo-editFilter input.hasDatepicker {
635644
width: 7em;
636645
}
646+
@media print {
647+
.evol-buttons,
648+
.evo-toolbar,
649+
.evo-noprint {
650+
display: none !important;
651+
}
652+
.evo-filters {
653+
border: none;
654+
}
655+
.evo-filters > .btn {
656+
display: none !important;
657+
}
658+
.evo-filters {
659+
min-height: 0;
660+
}
661+
.tab-pane {
662+
display: block !important;
663+
}
664+
}

dist/css/evolutility.min.css

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
evolutility 1.0.2
2+
evolutility 1.0.3
33
(c) 2015 Olivier Giulieri
44
http://evoluteur.github.io/evolutility/
55
*/
@@ -81,6 +81,11 @@
8181
.evol-pnl-lst {
8282
padding-left: 10px !important;
8383
}
84+
.evol-pnl .table img,
85+
.evol-pnl-lst .table img {
86+
max-height: 60px;
87+
padding: 0;
88+
}
8489
.panel-heading > .panel-title {
8590
display: inline-block;
8691
}
@@ -392,6 +397,10 @@ table {
392397
.evol-cards-body > div.panel > div > label {
393398
vertical-align: top;
394399
}
400+
.evol-cards-body .evol-c-center {
401+
text-align: center;
402+
margin: 5px 2px;
403+
}
395404
.evol-bubble-tooltip > .panel {
396405
padding: 0 10px;
397406
}
@@ -634,3 +643,22 @@ text.label {
634643
.evo-editFilter input.hasDatepicker {
635644
width: 7em;
636645
}
646+
@media print {
647+
.evol-buttons,
648+
.evo-toolbar,
649+
.evo-noprint {
650+
display: none !important;
651+
}
652+
.evo-filters {
653+
border: none;
654+
}
655+
.evo-filters > .btn {
656+
display: none !important;
657+
}
658+
.evo-filters {
659+
min-height: 0;
660+
}
661+
.tab-pane {
662+
display: block !important;
663+
}
664+
}

dist/dependencies.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.

0 commit comments

Comments
 (0)