Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/web/popravitodev/report/_main.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h1 class="report-title"><input class="form-control" type="text" name="problem_t
</div>
[% ELSE %]

<!--<h1 class="report-title">[% problem.title | html %] <button class="update-link button" id="updateReportButton" tabindex="0" aria-label="update report"><span class="edit-button"></span><span>[% loc('Update') %]</span></button></h1>-->
<h1 class="report-title">[% problem.title | html %] <button class="update-link button" id="updateReportButton" tabindex="0" aria-label="update report"><span class="edit-button"></span><span>[% loc('Update') %]</span></button></h1>
[% END %]

<div class="moderate-edit">
Expand Down
21 changes: 13 additions & 8 deletions web/cobrands/popravitodev/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1496,6 +1496,8 @@ textarea.form-error {
.report-details .report-title {
display: flex;
justify-content: space-between;


}

.update-link {
Expand Down Expand Up @@ -1541,7 +1543,7 @@ textarea.form-error {
}

.issue-details-container {
margin-top: 440px;
//margin-top: 440px;
}

.report-details-container-update {
Expand Down Expand Up @@ -2218,11 +2220,11 @@ html.js #map .noscript {
}

.report-details-container #map_box {
position: absolute;
top: 230px;
width: 100%;
left: 0;
height: 330px;
position: absolute;
top: 132px;
width: 100%;
left: 0;
height: 330px;
}

.report-title input {
Expand Down Expand Up @@ -2690,15 +2692,18 @@ fieldset {
.with-bullets > li:first-child {
padding: 0 1.5rem 0 1.5rem;
}


.report-details .problem-header .report-title {
margin-top: 400px;
}
}

//#146
@media only screen and (max-width: 755px) {
.shadow-wrap {
width: 100%;
position: absolute;
top: 570px;
top: 470px;
font-size: 0.75em;
left: 0px;
height: 50px;
Expand Down