Skip to content

Commit

Permalink
Merge pull request #55 from demostat/enhancement/map-frame-border-radius
Browse files Browse the repository at this point in the history
Die Karte hat jetzt oben abgerundete Ecken
  • Loading branch information
frommMoritz committed Mar 17, 2019
2 parents 9b0396c + 6d21d2f commit 5174990
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions demostat/static/demostat/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ footer a {
margin: 1em;
}

.card .embed-responsive-item {
border-top-left-radius: .25rem;
border-top-right-radius: .25rem;
}

.clickoverlay {
z-index: 990 !important;
width: 101%;
Expand All @@ -56,8 +61,8 @@ footer a {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-moz-user-select: none;
transform: translateY(-50%);
-moz-user-select: none;
user-select: none;
-ms-touch-select: none;
-ms-user-select: none;
Expand Down

0 comments on commit 5174990

Please sign in to comment.