Skip to content

Commit

Permalink
Merge pull request #49 from OnroerendErfgoed/style_update_erfgoedstijl
Browse files Browse the repository at this point in the history
Style update erfgoedstijl
  • Loading branch information
taeymma committed Jul 1, 2015
2 parents 60c6abf + 0696492 commit dd13ca1
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 15 deletions.
Expand Up @@ -14,6 +14,9 @@
.alert-warning .alert-link { color: #66512c;text-decoration: underline; }
.alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442; }
.alert-danger .alert-link { color: #843534;text-decoration: underline; }
.alert-time { background-color: #666; } // besluiten time list



.bg-primary { background-color: #944ea1; }
.bg-success { background-color: #43ac6a; }
Expand Down
Expand Up @@ -102,11 +102,10 @@ ul.tag-label, ul.tag-label-col {margin:10px 0 0 0;}
.img-vert-list img {max-height: 100%;max-width: 100%;width: auto;height: auto;position: absolute;top:0;bottom:0;left:0;right:0;margin: auto}


// definition list besluiten

dl.def-besluit {margin:20px 0 0 0}
.def-besluit dt {font-size:0.9em;color:$dark-gray;font-weight:normal !important}
.def-besluit dd {margin-left:160px;margin-top:-24px}
// definition table besluiten
.def-besluit {margin:30px 0;}
.def-besluit td:first-child {width:150px;font-size:0.8em;color:$dark-gray}
.def-besluit td {vertical-align: top}


// list download
Expand Down
Expand Up @@ -14,6 +14,9 @@
.alert-warning .alert-link { color: #66512c;text-decoration: underline; }
.alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442; }
.alert-danger .alert-link { color: #843534;text-decoration: underline; }
.alert-time { background-color: #666; } // besluiten time list



.bg-primary { background-color: #944ea1; }
.bg-success { background-color: #43ac6a; }
Expand Down
Expand Up @@ -102,11 +102,10 @@ ul.tag-label, ul.tag-label-col {margin:10px 0 0 0;}
.img-vert-list img {max-height: 100%;max-width: 100%;width: auto;height: auto;position: absolute;top:0;bottom:0;left:0;right:0;margin: auto}


// definition list besluiten

dl.def-besluit {margin:20px 0 0 0}
.def-besluit dt {font-size:0.9em;color:$dark-gray;font-weight:normal !important}
.def-besluit dd {margin-left:160px;margin-top:-24px}
// definition table besluiten
.def-besluit {margin:30px 0;}
.def-besluit td:first-child {width:150px;font-size:0.8em;color:$dark-gray}
.def-besluit td {vertical-align: top}


// list download
Expand Down
3 changes: 3 additions & 0 deletions pyoes/static/scss/pyoes/_oe-elements.scss
Expand Up @@ -14,6 +14,9 @@
.alert-warning .alert-link { color: #66512c;text-decoration: underline; }
.alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442; }
.alert-danger .alert-link { color: #843534;text-decoration: underline; }
.alert-time { background-color: #666; } // besluiten time list



.bg-primary { background-color: #944ea1; }
.bg-success { background-color: #43ac6a; }
Expand Down
9 changes: 4 additions & 5 deletions pyoes/static/scss/pyoes/_oe-lists.scss
Expand Up @@ -102,11 +102,10 @@ ul.tag-label, ul.tag-label-col {margin:10px 0 0 0;}
.img-vert-list img {max-height: 100%;max-width: 100%;width: auto;height: auto;position: absolute;top:0;bottom:0;left:0;right:0;margin: auto}


// definition list besluiten

dl.def-besluit {margin:20px 0 0 0}
.def-besluit dt {font-size:0.9em;color:$dark-gray;font-weight:normal !important}
.def-besluit dd {margin-left:160px;margin-top:-24px}
// definition table besluiten
.def-besluit {margin:30px 0;}
.def-besluit td:first-child {width:150px;font-size:0.8em;color:$dark-gray}
.def-besluit td {vertical-align: top}


// list download
Expand Down

0 comments on commit dd13ca1

Please sign in to comment.