-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
release 0.12.0
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,94 +1,127 @@ | ||
.actor-widget { | ||
width: 70vw; } | ||
.actor-widget .tabs-content { | ||
background: #ededed; | ||
padding: 5px 10px; | ||
margin-top: 1px; } | ||
.actor-widget .tabs dd { | ||
margin-right: 1px !important; } | ||
.actor-widget ag-grid-aurelia { | ||
color: #333; | ||
font-size: 0.875rem; } | ||
.actor-widget ag-grid-aurelia .ag-cell-edit-input { | ||
margin: 0; } | ||
.actor-widget ag-grid-aurelia.error .ag-overlay-wrapper { | ||
border: 1px solid red; } | ||
.actor-widget ag-grid-aurelia .ag-overlay-wrapper { | ||
background-color: aliceblue; } | ||
.actor-widget ag-grid-aurelia .ag-overlay-wrapper.ag-overlay-no-rows-wrapper { | ||
padding-top: 0; } | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper { | ||
border: 1px solid #DDD; } | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header { | ||
background-color: #EEE; } | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header .ag-cell-label-container, | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header .ag-header-cell-label { | ||
height: inherit; | ||
width: inherit; } | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header .ag-header-cell-sortable { | ||
cursor: pointer; } | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header .ag-header-icon { | ||
position: absolute; | ||
right: 5px; | ||
transform: scale(0.75); } | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header-cell-label, | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-cell { | ||
display: flex; | ||
align-items: center; | ||
padding: 5px; } | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header-cell-resize { | ||
position: absolute; | ||
right: 0; } | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-row .ag-cell, .actor-widget ag-grid-aurelia .ag-root-wrapper .ag-row .ag-header-cell, .actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header-row .ag-cell, .actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header-row .ag-header-cell { | ||
border-color: #DDD; | ||
border-style: solid; | ||
border-width: 0 1px 1px 0; } | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-cell-focus { | ||
outline: none; } | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport .ag-body-container.ag-layout-auto-height { | ||
display: block; | ||
min-height: 0; | ||
margin-bottom: 0; } | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport .ag-row-focus { | ||
background-color: #BBB; } | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport .acties-cell, .actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport .icon-cell { | ||
justify-content: center; } | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport i.fa, .actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport a.fa { | ||
cursor: pointer; | ||
color: #753f7f; } | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport i.fa.fa-times { | ||
cursor: default; | ||
color: #960000; } | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport i.fa.fa-check { | ||
cursor: default; | ||
color: #008000; } | ||
.actor-widget ux-dialog-body { | ||
padding: 20px; } | ||
.actor-widget ux-dialog-body .content { | ||
width: 1100px; | ||
height: 500px; } | ||
.actor-widget ux-dialog-body .content .row { | ||
max-width: 100%; } | ||
.actor-widget ag-grid-aurelia { | ||
height: 300px; } | ||
.actor-widget .actor-actions { | ||
float: right; | ||
margin-top: 10px; | ||
margin-bottom: 2rem; } | ||
.actor-widget .actor-actions .actor-action { | ||
float: left; | ||
margin-left: 15px; } | ||
.actor-widget .actor-actions .actor-action i { | ||
margin-left: 5px; | ||
margin-right: 5px; } | ||
.actor-widget .search-buttons a { | ||
padding-left: 15px; | ||
padding-right: 15px; } | ||
.actor-widget .placeholder-container label { | ||
width: 80px; | ||
padding-right: 5px; } | ||
.actor-widget .advanced-search-container, .actor-widget .detail-container { | ||
background-color: #ededed; | ||
padding-top: 10px; | ||
margin-bottom: 10px; | ||
border: 1px solid rgba(117, 63, 127, 0.3) !important; } | ||
width: 70vw; | ||
} | ||
.actor-widget .tabs-content { | ||
background: rgb(237, 237, 237); | ||
padding: 5px 10px; | ||
margin-top: 1px; | ||
} | ||
.actor-widget .tabs dd { | ||
margin-right: 1px !important; | ||
} | ||
.actor-widget ag-grid-aurelia { | ||
color: #333; | ||
font-size: 0.875rem; | ||
} | ||
.actor-widget ag-grid-aurelia .ag-cell-edit-input { | ||
margin: 0; | ||
} | ||
.actor-widget ag-grid-aurelia.error .ag-overlay-wrapper { | ||
border: 1px solid red; | ||
} | ||
.actor-widget ag-grid-aurelia .ag-overlay-wrapper { | ||
background-color: aliceblue; | ||
} | ||
.actor-widget ag-grid-aurelia .ag-overlay-wrapper.ag-overlay-no-rows-wrapper { | ||
padding-top: 0; | ||
} | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper { | ||
border: 1px solid #DDD; | ||
} | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header { | ||
background-color: #EEE; | ||
} | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header .ag-cell-label-container, | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header .ag-header-cell-label { | ||
height: inherit; | ||
width: inherit; | ||
} | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header .ag-header-cell-sortable { | ||
cursor: pointer; | ||
} | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header .ag-header-icon { | ||
position: absolute; | ||
right: 5px; | ||
transform: scale(0.75); | ||
} | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header-cell-label, | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-cell { | ||
display: flex; | ||
align-items: center; | ||
padding: 5px; | ||
} | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header-cell-resize { | ||
position: absolute; | ||
right: 0; | ||
} | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-row .ag-cell, .actor-widget ag-grid-aurelia .ag-root-wrapper .ag-row .ag-header-cell, .actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header-row .ag-cell, .actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header-row .ag-header-cell { | ||
border-color: #DDD; | ||
border-style: solid; | ||
border-width: 0 1px 1px 0; | ||
} | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-cell-focus { | ||
outline: none; | ||
} | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport .ag-body-container.ag-layout-auto-height { | ||
display: block; | ||
min-height: 0; | ||
margin-bottom: 0; | ||
} | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport .ag-row-focus { | ||
background-color: #BBB; | ||
} | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport .acties-cell, .actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport .icon-cell { | ||
justify-content: center; | ||
} | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport i.fa, .actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport a.fa { | ||
cursor: pointer; | ||
color: rgb(117, 63, 127); | ||
} | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport i.fa.fa-times { | ||
cursor: default; | ||
color: #960000; | ||
} | ||
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport i.fa.fa-check { | ||
cursor: default; | ||
color: #008000; | ||
} | ||
.actor-widget ux-dialog-body { | ||
padding: 20px; | ||
} | ||
.actor-widget ux-dialog-body .content { | ||
width: 1100px; | ||
height: 500px; | ||
} | ||
.actor-widget ux-dialog-body .content .row { | ||
max-width: 100%; | ||
} | ||
.actor-widget ag-grid-aurelia { | ||
height: 300px; | ||
} | ||
.actor-widget .actor-actions { | ||
float: right; | ||
margin-top: 10px; | ||
margin-bottom: 2rem; | ||
} | ||
.actor-widget .actor-actions .actor-action { | ||
float: left; | ||
margin-left: 15px; | ||
} | ||
.actor-widget .actor-actions .actor-action i { | ||
margin-left: 5px; | ||
margin-right: 5px; | ||
} | ||
.actor-widget .search-buttons a { | ||
padding-left: 15px; | ||
padding-right: 15px; | ||
} | ||
.actor-widget .placeholder-container label { | ||
width: 80px; | ||
padding-right: 5px; | ||
} | ||
.actor-widget .advanced-search-container, .actor-widget .detail-container { | ||
background-color: #ededed; | ||
padding-top: 10px; | ||
margin-bottom: 10px; | ||
border: 1px solid rgba(117, 63, 127, 0.3) !important; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
.adres-crab div.placeholder-container { | ||
margin: 0; | ||
border: none; } | ||
.adres-crab div.placeholder-container label { | ||
width: 30%; } | ||
|
||
border: none; | ||
} | ||
.adres-crab div.placeholder-container label { | ||
width: 30%; | ||
} | ||
.adres-crab .copy-button { | ||
margin-left: 5px; } | ||
margin-left: 5px; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,37 @@ | ||
.placeholder-container autocomplete { | ||
width: 100%; } | ||
width: 100%; | ||
} | ||
|
||
autocomplete { | ||
display: inline-block; | ||
position: relative; } | ||
autocomplete .suggestions { | ||
min-width: 100%; | ||
list-style-type: none; | ||
cursor: default; | ||
padding: 0; | ||
margin: 0; | ||
border: 1px solid #ccc; | ||
background: #FFF; | ||
box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1); | ||
position: absolute; | ||
z-index: 9999; | ||
max-height: 15rem; | ||
overflow: hidden; | ||
overflow-y: auto; | ||
box-sizing: border-box; } | ||
autocomplete .suggestion { | ||
padding: 0 .3rem; | ||
line-height: 1.5rem; | ||
white-space: nowrap; | ||
overflow: hidden; | ||
text-overflow: ellipsis; | ||
color: #333; } | ||
autocomplete .suggestion:hover, | ||
autocomplete .suggestion.selected { | ||
background: #2da3ce; | ||
color: #FFF; } | ||
position: relative; | ||
} | ||
autocomplete .suggestions { | ||
min-width: 100%; | ||
list-style-type: none; | ||
cursor: default; | ||
padding: 0; | ||
margin: 0; | ||
border: 1px solid #ccc; | ||
background: #FFF; | ||
box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1); | ||
position: absolute; | ||
z-index: 9999; | ||
max-height: 15rem; | ||
overflow: hidden; | ||
overflow-y: auto; | ||
box-sizing: border-box; | ||
} | ||
autocomplete .suggestion { | ||
padding: 0 0.3rem; | ||
line-height: 1.5rem; | ||
white-space: nowrap; | ||
overflow: hidden; | ||
text-overflow: ellipsis; | ||
color: #333; | ||
} | ||
autocomplete .suggestion:hover, | ||
autocomplete .suggestion.selected { | ||
background: #2da3ce; | ||
color: #FFF; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.appFooter { | ||
margin: 0; | ||
border-top: 1px #efefef solid; | ||
height: 25px; | ||
width: 100%; | ||
background: #ffffff url("static/img/pyoes/OE-vlaanderen-logo.png") no-repeat center left; | ||
background-size: 24px; | ||
padding-left: 24px; | ||
font-size: 0.875rem; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export declare class BeheerFooter { | ||
datumCopyright: string; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<template><require from="./beheer-footer.css"></require><div class="appFooter">© ${datumCopyright} <a href="https://www.onroerenderfgoed.be" title="Ga naar de website van Onroerend Erfgoed">Onroerend Erfgoed</a> - <a href="https://www.onroerenderfgoed.be/nl/over-ons/contact" title="Stel ons een vraag">Contacteer ons</a> - <a href="https://www.onroerenderfgoed.be/nl/juridisch" title="Disclaimer">Gebruiksvoorwaarden</a></div></template> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
import { FrameworkConfiguration } from 'aurelia-framework'; | ||
export declare function configure(config: FrameworkConfiguration): void; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.