Skip to content

Commit a3c5a0a

Browse files
committed
Version 1.1
1 parent a41a2f1 commit a3c5a0a

File tree

11 files changed

+1153
-387
lines changed

11 files changed

+1153
-387
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.4",
3+
"version": "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: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
.evo-title2 {
142142
background-color: #0099cc;
143143
position: fixed;
144-
z-index: 500;
144+
z-index: 1001;
145145
width: 100%;
146146
overflow: hidden;
147147
}
@@ -197,15 +197,15 @@
197197
}
198198
.evo-page {
199199
min-height: 100%;
200-
margin-bottom: -100px;
200+
margin-bottom: -120px;
201201
}
202202
.evo-page:after {
203203
content: "";
204204
display: block;
205205
}
206206
.footer {
207-
padding-top: 70px;
208-
height: 100px;
207+
padding-top: 80px;
208+
height: 120px;
209209
text-align: center;
210210
font-size: smaller;
211211
color: silver;
@@ -345,6 +345,9 @@ code {
345345
.mt10 {
346346
margin-top: 10px;
347347
}
348+
.pl10 {
349+
padding-left: 10px;
350+
}
348351
.t-props tr td:first-child {
349352
width: 140px;
350353
font-weight: 600;
@@ -460,7 +463,7 @@ h4 {
460463
/* demo card view*/
461464
[data-eid="todo"] .evol-cards-body > .panel,
462465
[data-eid="contact"] .evol-cards-body > .panel {
463-
height: 160px !important;
466+
height: 205px !important;
464467
}
465468
[data-eid="winecellar"] .evol-cards-body > div.panel {
466469
height: 272px !important;

dist/css/dependencies.min.css

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/evolutility.css

Lines changed: 127 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
evolutility 1.0.4
2+
evolutility 1.1
33
(c) 2015 Olivier Giulieri
44
http://evoluteur.github.io/evolutility/
55
*/
@@ -37,10 +37,14 @@
3737
}
3838
.evo-toolbar > ul > li > a {
3939
transition: all 0.5s ease;
40+
padding: 10px 6px 10px 8px;
4041
}
4142
.evo-toolbar .evo-dropdown-icons {
4243
min-width: 50px;
4344
}
45+
.evo-toolbar .dropdown-menu > li > a {
46+
padding: 3px 10px;
47+
}
4448
.evo-filter-on {
4549
background-color: #e0f2f1;
4650
}
@@ -55,34 +59,59 @@
5559
margin-right: 5px;
5660
}
5761
.evo-search {
62+
position: relative;
5863
width: 200px;
64+
margin: auto;
5965
padding: 3px 4px 2px 2px;
6066
}
67+
.evo-search .evo-field:not(:valid) ~ .clear-icon {
68+
opacity: 0;
69+
}
6170
.evo-search > .btn {
6271
position: relative;
6372
top: 0;
6473
}
65-
.evol-actions {
74+
.clear-icon {
75+
z-index: 3;
76+
position: absolute;
77+
top: 14px;
78+
right: 47px;
79+
color: #90a4ae;
80+
cursor: pointer;
81+
}
82+
.evol-actions,
83+
.evol-actions-nxtTd {
6684
position: absolute;
6785
display: flex;
6886
flex-direction: column;
6987
padding: 5px;
70-
top: 35px;
71-
right: 1px;
7288
background-color: #fbfbfb;
7389
border: 1px solid #bce8f1;
74-
border-right: none;
75-
border-top-left-radius: 10px;
76-
border-bottom-left-radius: 10px;
7790
}
78-
.evol-actions > i {
91+
.evol-actions > i,
92+
.evol-actions-nxtTd > i {
7993
color: #31708f;
8094
margin: 5px;
8195
cursor: pointer;
8296
}
83-
.evol-actions > i:hover {
97+
.evol-actions > i:hover,
98+
.evol-actions-nxtTd > i:hover {
8499
color: #428bca;
85100
}
101+
.evol-actions {
102+
top: 35px;
103+
right: 1px;
104+
border-right: none;
105+
border-top-left-radius: 10px;
106+
border-bottom-left-radius: 10px;
107+
}
108+
.evol-actions-nxtTd {
109+
left: 0;
110+
top: 0;
111+
z-index: 2;
112+
border-top-right-radius: 10px;
113+
border-bottom-right-radius: 10px;
114+
}
86115
.evol-many-list .evol-actions {
87116
top: 0;
88117
flex-direction: row;
@@ -244,9 +273,6 @@ label {
244273
color: #737373 !important;
245274
clear: both;
246275
}
247-
.w-100 {
248-
width: 100%;
249-
}
250276
.evo-one-edit,
251277
.evo-one-browse,
252278
.evo-one-wiz {
@@ -303,9 +329,35 @@ label {
303329
font-size: .5em;
304330
margin-left: 5px;
305331
}
306-
.w100 {
332+
.w-100 {
307333
width: 100%;
308334
}
335+
.w-62 {
336+
width: 62%;
337+
}
338+
.w-38 {
339+
width: 38%;
340+
}
341+
.evo-f-list > div {
342+
margin: 0 5px 0 0;
343+
padding: 2px 4px!important;
344+
border: 1px solid silver;
345+
}
346+
.evo-f-list > div,
347+
.select2-search-choice {
348+
display: inline-block;
349+
background-image: none !important;
350+
background-color: aliceblue !important;
351+
}
352+
.select2-search-choice {
353+
padding: 5px 10px 5px 20px !important;
354+
}
355+
.evol-many-list .evo-f-list > div {
356+
font-size: 15px;
357+
}
358+
.evol-cards-body .evo-f-list > div {
359+
margin-bottom: 5px;
360+
}
309361
/* --- mini --- */
310362
.evol-mini-label {
311363
float: left;
@@ -568,7 +620,7 @@ text.label {
568620
.evol-xpt-form > div {
569621
box-sizing: border-box;
570622
flex-grow: 1;
571-
padding: 15px;
623+
padding: 10px;
572624
vertical-align: top;
573625
}
574626
.evol-xpt-flds {
@@ -603,7 +655,7 @@ text.label {
603655
}
604656
.evol-xpt-format {
605657
max-width: 270px;
606-
margin-bottom: 6px;
658+
margin-bottom: 10px;
607659
}
608660
.evol-xpt-val {
609661
display: block;
@@ -613,8 +665,11 @@ text.label {
613665
margin-top: 6px;
614666
}
615667
.evol-xpt-opts {
616-
margin: 0 15px 0 20px;
617-
padding: 10px;
668+
float: left;
669+
min-width: 120px;
670+
width: 220px;
671+
margin: 0 0 0 10px;
672+
padding-left: 20px;
618673
}
619674
.evol-xpt-opts .evol-FLH {
620675
margin-bottom: 10px;
@@ -625,6 +680,16 @@ text.label {
625680
.evol-xpt-opts input[type="text"] {
626681
max-width: 280px;
627682
}
683+
.evol-xpt-format-hld {
684+
float: left;
685+
}
686+
.evol-xpt-format-hld:after {
687+
clear: both;
688+
}
689+
.evol-xptf {
690+
padding-bottom: 10px;
691+
min-height: 100px;
692+
}
628693
.evol-xpt-more {
629694
display: block;
630695
margin-top: 10px;
@@ -633,19 +698,64 @@ text.label {
633698
clear: both;
634699
display: none;
635700
}
701+
.xpt-header {
702+
margin-left: 20px;
703+
}
636704
.evo-inline-holder {
637705
margin-top: 10px;
638706
}
639707
.evo-inline-holder > div {
640708
display: inline-block;
641709
margin: 0 10px 0 0;
642710
}
711+
.evo-inline-holder input[type="checkbox"] {
712+
margin-top: 10px;
713+
}
643714
.evol-xpt-db {
644715
width: auto;
645716
}
646717
.evol-w120 {
647718
max-width: 120px;
648719
}
720+
.evol-xpt-cb1 {
721+
margin-top: 26px;
722+
}
723+
.evol-xpt-pvl {
724+
margin-top: 15px;
725+
}
726+
.evol-import {
727+
margin-bottom: 10px;
728+
}
729+
/*
730+
.evol-fset>.checkbox>label{
731+
margin-top: 20px;
732+
}*/
733+
.evol-ipt-fh {
734+
transition: all 0.6s ease;
735+
height: 0;
736+
width: 100%;
737+
margin-left: 10px;
738+
overflow-y: hidden;
739+
}
740+
.evol-ipt-format {
741+
overflow: auto;
742+
height: 160px;
743+
width: 100%;
744+
padding: 10px;
745+
}
746+
.evo-ipt {
747+
margin-top: 20px;
748+
}
749+
.ipt-ssample {
750+
margin: 5px 10px 0 10px;
751+
}
752+
#iptFormat {
753+
width: auto;
754+
display: inline;
755+
}
756+
.lbl-block {
757+
display: block;
758+
}
649759
.evo-bNew,
650760
.evo-bAdd,
651761
.evo-bDel,

0 commit comments

Comments
 (0)