Skip to content

Commit

Permalink
Merge pull request #109 from NikitaRubocki/107_plot_spacing
Browse files Browse the repository at this point in the history
107 plot spacing
  • Loading branch information
NikitaRubocki authored Feb 26, 2022
2 parents a385ce0 + 143d1b1 commit ae0f09a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 98 deletions.
79 changes: 0 additions & 79 deletions app/assets/stylesheets/custom.css.scss.erb
Original file line number Diff line number Diff line change
Expand Up @@ -183,85 +183,6 @@ ul.indexing {
}
}

.citation {
color: #4C4C4C;
font-size: 0.8em;
}

.qr {
border-width: 0;
border-style: none;
border-color: #0000ff;
border-collapse: collapse;
width: 50%;
}
.qr td {
border-width: 0;
border-style: none;
border-color: #0000ff;
border-collapse: collapse;
padding: 0;
margin: 0;
width: 0px;
height: 10px;
}
.qr td.black { background-color: #000; }
.qr td.white { background-color: #fff; }



// Biodiversity Report temperature slider / input range.
// See app/javascript/biodiversiy_reports

#temperature_wrapper input {
width: 90%;
display: inline;
}

#temperature_value {
display: inline-block;
width: 10%;
text-align: right;
font-size: 1.1em;
}

//Plot image carousel

.carousel-control-prev
{
position: absolute;
top: 50%;
bottom: 0;
right: 440px;
width: 30;
font-size: 35px;
color: $gray-medium-light;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
background-color: rgba(0, 0, 0, 0);
filter: alpha(opacity=50);
}

.carousel-control-next
{
position: absolute;
top: 50%;
bottom: 0;
left: 270px;
width: 20%;
font-size: 35px;
color: $gray-medium-light;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
background-color: rgba(0, 0, 0, 0);
filter: alpha(opacity=50);
}

.carousel_photos {
padding-left: 20px;
padding-bottom: 10px;
}

#map {
height: 720px;
}
43 changes: 24 additions & 19 deletions app/assets/stylesheets/showpage.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@
}
}

.img-caption {
.space {
margin-top: $space4;
margin-bottom: 0px;
font-size: $txt4;
color: $grey2;
}
}

.info {
display: grid;
align-content: start;
Expand Down Expand Up @@ -117,6 +108,20 @@ td {
}
}

.img-caption {
.space {
margin-top: $space4;
margin-bottom: 0px;
}

p {
width: $space11;
font-size: $txt2;
color: $grey2;
margin: 0 auto;
}
}

// Image Carousel
.carousel {
.carousel-inner {
Expand All @@ -132,17 +137,17 @@ td {
height: $space11;
align-content: center;
justify-content: center;
}

.img-square {
margin: 0px;
padding: 0px;
}
.img-square {
margin: 0px;
padding: 0px;
}

a {
height: $space5;
width: $space5;
align-self: center;
margin: $space0;
a {
height: $space5;
width: $space5;
align-self: center;
margin: $space0;
}
}
}

0 comments on commit ae0f09a

Please sign in to comment.