Skip to content

Commit

Permalink
Merge pull request #158 from OnroerendErfgoed/DEV_0.10.0
Browse files Browse the repository at this point in the history
Dev 0.10.0
  • Loading branch information
cedrikv authored Jan 14, 2020
2 parents 2469514 + 3dc8c31 commit c091f76
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 70 deletions.
24 changes: 0 additions & 24 deletions .idea/runConfigurations/upload.xml

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.10.0 (14-01-2010)
===================
- height van selects weghalen (#148)
- input[type="email"] zelfde stijl als input[type="text"] maken (#153)
- updates dependencies via dependabot

0.9.2 (05-11-2019)
==================
- Compile errors door unrecognized characters (#149)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.placeholder-container { -webkit-appearance: none; -webkit-border-radius: 0px; background-color: white; font-family: inherit; border: 1px solid $gray; color: rgba(0, 0, 0, 0.75); display: inline-table;
vertical-align: top; font-size: 0.875rem; height: 2.3125rem; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: box-shadow 0.45s, border-color 0.45s ease-in-out; margin: 1px 0 16px 0; }
.placeholder-container label { display: table-cell; padding-left: 10px; color: $dark-gray; width: 20%; font-size: 0.775rem; vertical-align: middle; background-color: transparent; }
.placeholder-container input[type="text"] { border: none !important; box-shadow: none; margin: 0; display: table-cell; background-color: transparent !important; color:$dark-gray; }
.placeholder-container input { border: none !important; box-shadow: none; margin: 0; display: table-cell; background-color: transparent !important; color:$dark-gray; }
.placeholder-container select { border: none; box-shadow: none; margin: 0; display: table-cell; background-color: transparent; -moz-appearance: none; height:37px;font-size:0.9em }
.placeholder-container > .combo-dropdown { border: 0 !important; }
.placeholder-container textarea { border: none !important; box-shadow: none; margin: 0; display: table-cell; background-color: transparent !important; resize: vertical; }
Expand Down Expand Up @@ -55,7 +55,6 @@ legend {text-transform:uppercase;font-size:0.8em}
.error {background: none !important}
input.error {border: 1px solid $alert-color}
// select optionform beeldbank
select {height:42px}
select:focus {outline:none}
// fix for dropdown arrow in firefox
select { -moz-appearance: none !important; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.placeholder-container { -webkit-appearance: none; -webkit-border-radius: 0px; background-color: white; font-family: inherit; border: 1px solid $gray; color: rgba(0, 0, 0, 0.75); display: inline-table;
vertical-align: top; font-size: 0.875rem; height: 2.3125rem; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: box-shadow 0.45s, border-color 0.45s ease-in-out; margin: 1px 0 16px 0; }
.placeholder-container label { display: table-cell; padding-left: 10px; color: $dark-gray; width: 20%; font-size: 0.775rem; vertical-align: middle; background-color: transparent; }
.placeholder-container input[type="text"] { border: none !important; box-shadow: none; margin: 0; display: table-cell; background-color: transparent !important; color:$dark-gray; }
.placeholder-container input { border: none !important; box-shadow: none; margin: 0; display: table-cell; background-color: transparent !important; color:$dark-gray; }
.placeholder-container select { border: none; box-shadow: none; margin: 0; display: table-cell; background-color: transparent; -moz-appearance: none; height:37px;font-size:0.9em }
.placeholder-container > .combo-dropdown { border: 0 !important; }
.placeholder-container textarea { border: none !important; box-shadow: none; margin: 0; display: table-cell; background-color: transparent !important; resize: vertical; }
Expand Down Expand Up @@ -55,7 +55,6 @@ legend {text-transform:uppercase;font-size:0.8em}
.error {background: none !important}
input.error {border: 1px solid $alert-color}
// select optionform beeldbank
select {height:42px}
select:focus {outline:none}
// fix for dropdown arrow in firefox
select { -moz-appearance: none !important; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.placeholder-container { -webkit-appearance: none; -webkit-border-radius: 0px; background-color: white; font-family: inherit; border: 1px solid $gray; color: rgba(0, 0, 0, 0.75); display: inline-table;
vertical-align: top; font-size: 0.875rem; height: 2.3125rem; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: box-shadow 0.45s, border-color 0.45s ease-in-out; margin: 1px 0 16px 0; }
.placeholder-container label { display: table-cell; padding-left: 10px; color: $dark-gray; width: 20%; font-size: 0.775rem; vertical-align: middle; background-color: transparent; }
.placeholder-container input[type="text"] { border: none !important; box-shadow: none; margin: 0; display: table-cell; background-color: transparent !important; color:$dark-gray; }
.placeholder-container input { border: none !important; box-shadow: none; margin: 0; display: table-cell; background-color: transparent !important; color:$dark-gray; }
.placeholder-container select { border: none; box-shadow: none; margin: 0; display: table-cell; background-color: transparent; -moz-appearance: none; height:37px;font-size:0.9em }
.placeholder-container > .combo-dropdown { border: 0 !important; }
.placeholder-container textarea { border: none !important; box-shadow: none; margin: 0; display: table-cell; background-color: transparent !important; resize: vertical; }
Expand Down Expand Up @@ -55,7 +55,6 @@ legend {text-transform:uppercase;font-size:0.8em}
.error {background: none !important}
input.error {border: 1px solid $alert-color}
// select optionform beeldbank
select {height:42px}
select:focus {outline:none}
// fix for dropdown arrow in firefox
select { -moz-appearance: none !important; }
Expand Down
84 changes: 47 additions & 37 deletions pyoes/static/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -15499,6 +15499,16 @@ article a:hover, .panel p a:hover {
}

/* line 9, ../scss/pyoes/_oe-forms.scss */
.placeholder-container input[type="email"] {
border: none !important;
box-shadow: none;
margin: 0;
display: table-cell;
background-color: transparent !important;
color: #3f3840;
}

/* line 10, ../scss/pyoes/_oe-forms.scss */
.placeholder-container select {
border: none;
box-shadow: none;
Expand All @@ -15510,12 +15520,12 @@ article a:hover, .panel p a:hover {
font-size: 0.9em;
}

/* line 10, ../scss/pyoes/_oe-forms.scss */
/* line 11, ../scss/pyoes/_oe-forms.scss */
.placeholder-container > .combo-dropdown {
border: 0 !important;
}

/* line 11, ../scss/pyoes/_oe-forms.scss */
/* line 12, ../scss/pyoes/_oe-forms.scss */
.placeholder-container textarea {
border: none !important;
box-shadow: none;
Expand All @@ -15525,12 +15535,12 @@ article a:hover, .panel p a:hover {
resize: vertical;
}

/* line 12, ../scss/pyoes/_oe-forms.scss */
/* line 13, ../scss/pyoes/_oe-forms.scss */
.placeholder-container.error {
border: 1px solid #FF0000 !important;
}

/* line 13, ../scss/pyoes/_oe-forms.scss */
/* line 14, ../scss/pyoes/_oe-forms.scss */
.placeholder-input {
border: none !important;
box-shadow: none;
Expand All @@ -15541,43 +15551,43 @@ article a:hover, .panel p a:hover {
padding-left: 8px;
}

/* line 14, ../scss/pyoes/_oe-forms.scss */
/* line 15, ../scss/pyoes/_oe-forms.scss */
.placeholder-input-border {
border-left: 1px dotted #d3d3d3 !important;
}

/* line 15, ../scss/pyoes/_oe-forms.scss */
/* line 16, ../scss/pyoes/_oe-forms.scss */
.placeholder-disabled {
background-color: #DDDDDD;
}

/* line 16, ../scss/pyoes/_oe-forms.scss */
/* line 17, ../scss/pyoes/_oe-forms.scss */
.placeholder-textarea label {
vertical-align: top;
padding-top: 8px;
}

/* line 18, ../scss/pyoes/_oe-forms.scss */
/* line 19, ../scss/pyoes/_oe-forms.scss */
.placeholder-checkbox input[type="checkbox"], .placeholder-checkbox-label {
display: table-cell !important;
vertical-align: middle !important;
cursor: pointer;
font-size: 0.8em;
}

/* line 19, ../scss/pyoes/_oe-forms.scss */
/* line 20, ../scss/pyoes/_oe-forms.scss */
.placeholder-checkbox label {
position: relative;
width: 100%;
}

/* line 20, ../scss/pyoes/_oe-forms.scss */
/* line 21, ../scss/pyoes/_oe-forms.scss */
.placeholder-checkbox input[type="checkbox"] {
opacity: 0;
position: absolute;
}

/* line 21, ../scss/pyoes/_oe-forms.scss */
/* line 22, ../scss/pyoes/_oe-forms.scss */
.placeholder-checkbox input[type="checkbox"] + .placeholder-checkbox-label:after {
content: '';
background: #2da3ce;
Expand All @@ -15591,35 +15601,35 @@ article a:hover, .panel p a:hover {
font-size: 0.8em;
}

/* line 22, ../scss/pyoes/_oe-forms.scss */
/* line 23, ../scss/pyoes/_oe-forms.scss */
.placeholder-checkbox input[type="checkbox"]:checked + .placeholder-checkbox-label:after {
content: '\2714';
background: #2da3ce;
color: #fff;
}

/*small*/
/* line 26, ../scss/pyoes/_oe-forms.scss */
/* line 27, ../scss/pyoes/_oe-forms.scss */
.placeholder-checkbox-sm input[type="checkbox"], .placeholder-checkbox-label-sm {
display: table-cell !important;
vertical-align: middle !important;
cursor: pointer;
font-size: 0.7em;
}

/* line 27, ../scss/pyoes/_oe-forms.scss */
/* line 28, ../scss/pyoes/_oe-forms.scss */
.placeholder-checkbox-sm label {
position: relative;
width: 100%;
}

/* line 28, ../scss/pyoes/_oe-forms.scss */
/* line 29, ../scss/pyoes/_oe-forms.scss */
.placeholder-checkbox-sm input[type="checkbox"] {
opacity: 0;
position: absolute;
}

/* line 29, ../scss/pyoes/_oe-forms.scss */
/* line 30, ../scss/pyoes/_oe-forms.scss */
.placeholder-checkbox-sm input[type="checkbox"] + .placeholder-checkbox-label-sm:before {
content: '';
background: #2da3ce;
Expand All @@ -15633,21 +15643,21 @@ article a:hover, .panel p a:hover {
font-size: 0.8em;
}

/* line 30, ../scss/pyoes/_oe-forms.scss */
/* line 31, ../scss/pyoes/_oe-forms.scss */
.placeholder-checkbox-sm input[type="checkbox"]:checked + .placeholder-checkbox-label-sm:before {
content: '\2714';
background: #2da3ce;
color: #fff;
}

/* line 35, ../scss/pyoes/_oe-forms.scss */
/* line 36, ../scss/pyoes/_oe-forms.scss */
.plus-icon {
padding-top: 12px;
padding-left: 8px;
color: #3f3840;
}

/* line 36, ../scss/pyoes/_oe-forms.scss */
/* line 37, ../scss/pyoes/_oe-forms.scss */
.plus-icon-link {
display: table-cell;
border-left: 1px dotted #d3d3d3;
Expand All @@ -15657,13 +15667,13 @@ article a:hover, .panel p a:hover {
}

/* Checkbox custom */
/* line 40, ../scss/pyoes/_oe-forms.scss */
/* line 41, ../scss/pyoes/_oe-forms.scss */
.checkbox-custom, .radio-custom {
opacity: 0;
position: absolute;
}

/* line 41, ../scss/pyoes/_oe-forms.scss */
/* line 42, ../scss/pyoes/_oe-forms.scss */
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
display: inline-block;
vertical-align: middle;
Expand All @@ -15672,12 +15682,12 @@ article a:hover, .panel p a:hover {
font-size: 0.8em;
}

/* line 42, ../scss/pyoes/_oe-forms.scss */
/* line 43, ../scss/pyoes/_oe-forms.scss */
.checkbox-custom-label, .radio-custom-label {
position: relative;
}

/* line 43, ../scss/pyoes/_oe-forms.scss */
/* line 44, ../scss/pyoes/_oe-forms.scss */
.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
content: '';
background: #2da3ce;
Expand All @@ -15691,81 +15701,81 @@ article a:hover, .panel p a:hover {
font-size: 0.8em;
}

/* line 44, ../scss/pyoes/_oe-forms.scss */
/* line 45, ../scss/pyoes/_oe-forms.scss */
.checkbox-custom:checked + .checkbox-custom-label:before {
content: '\2714';
background: #2da3ce;
color: #fff;
}

/* line 45, ../scss/pyoes/_oe-forms.scss */
/* line 46, ../scss/pyoes/_oe-forms.scss */
.radio-custom + .radio-custom-label:before {
border-radius: 50%;
}

/* line 46, ../scss/pyoes/_oe-forms.scss */
/* line 47, ../scss/pyoes/_oe-forms.scss */
.radio-custom:checked + .radio-custom-label:before {
content: '\2714';
color: #bbb;
}

/* Form custom */
/* line 51, ../scss/pyoes/_oe-forms.scss */
/* line 52, ../scss/pyoes/_oe-forms.scss */
.button {
text-transform: uppercase;
}

/* line 53, ../scss/pyoes/_oe-forms.scss */
/* line 54, ../scss/pyoes/_oe-forms.scss */
legend {
text-transform: uppercase;
font-size: 0.8em;
}

/* line 55, ../scss/pyoes/_oe-forms.scss */
/* line 56, ../scss/pyoes/_oe-forms.scss */
.error {
background: none !important;
}

/* line 56, ../scss/pyoes/_oe-forms.scss */
/* line 57, ../scss/pyoes/_oe-forms.scss */
input.error {
border: 1px solid #FF0000;
}

/* line 58, ../scss/pyoes/_oe-forms.scss */
/* line 59, ../scss/pyoes/_oe-forms.scss */
select {
height: 42px;
}

/* line 59, ../scss/pyoes/_oe-forms.scss */
/* line 60, ../scss/pyoes/_oe-forms.scss */
select:focus {
outline: none;
}

/* line 61, ../scss/pyoes/_oe-forms.scss */
/* line 62, ../scss/pyoes/_oe-forms.scss */
select {
-moz-appearance: none !important;
}

/* line 64, ../scss/pyoes/_oe-forms.scss */
/* line 65, ../scss/pyoes/_oe-forms.scss */
input::-webkit-input-placeholder {
color: #989898;
text-overflow: ellipsis;
}

/* line 68, ../scss/pyoes/_oe-forms.scss */
/* line 69, ../scss/pyoes/_oe-forms.scss */
input:-moz-placeholder {
color: #989898 !important;
text-overflow: ellipsis;
}

/* line 72, ../scss/pyoes/_oe-forms.scss */
/* line 73, ../scss/pyoes/_oe-forms.scss */
input::-moz-placeholder {
color: #989898 !important;
text-overflow: ellipsis;
}

/* for the future */
/* line 76, ../scss/pyoes/_oe-forms.scss */
/* line 77, ../scss/pyoes/_oe-forms.scss */
input:-ms-input-placeholder {
color: #989898 !important;
text-overflow: ellipsis;
Expand Down
3 changes: 1 addition & 2 deletions pyoes/static/scss/pyoes/_oe-forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.placeholder-container { -webkit-appearance: none; -webkit-border-radius: 0px; background-color: white; font-family: inherit; border: 1px solid $gray; color: rgba(0, 0, 0, 0.75); display: inline-table;
vertical-align: top; font-size: 0.875rem; height: 2.3125rem; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: box-shadow 0.45s, border-color 0.45s ease-in-out; margin: 1px 0 16px 0; }
.placeholder-container label { display: table-cell; padding-left: 10px; color: $dark-gray; width: 20%; font-size: 0.775rem; vertical-align: middle; background-color: transparent; }
.placeholder-container input[type="text"] { border: none !important; box-shadow: none; margin: 0; display: table-cell; background-color: transparent !important; color:$dark-gray; }
.placeholder-container input { border: none !important; box-shadow: none; margin: 0; display: table-cell; background-color: transparent !important; color:$dark-gray; }
.placeholder-container select { border: none; box-shadow: none; margin: 0; display: table-cell; background-color: transparent; -moz-appearance: none; height:37px;font-size:0.9em }
.placeholder-container > .combo-dropdown { border: 0 !important; }
.placeholder-container textarea { border: none !important; box-shadow: none; margin: 0; display: table-cell; background-color: transparent !important; resize: vertical; }
Expand Down Expand Up @@ -55,7 +55,6 @@ legend {text-transform:uppercase;font-size:0.8em}
.error {background: none !important}
input.error {border: 1px solid $alert-color}
// select optionform beeldbank
select {height:42px}
select:focus {outline:none}
// fix for dropdown arrow in firefox
select { -moz-appearance: none !important; }
Expand Down
Loading

0 comments on commit c091f76

Please sign in to comment.