height: auto;
overflow: hidden;
- #banner,
- .welcome {
+ #banner {
display: block;
}
+ .welcome {
+ display: none;
+
+ &.visible {
+ display: block;
+ }
+ }
+
#sidebar_content {
display: none;
}
img.button {
display: block;
+ width: 20px;
+ height: 20px;
}
span.force_width {
margin: $lineheight/2 0;
p {
- margin-left: 10px;
+ margin: 10px 6px 0 6px;
+ line-height: 1.5;
}
}
#maxlat { margin-top: -1px; }
#minlon {
float: left;
- margin-left: -1px;
+ /* no-r2 */ margin-left: -1px;
}
#maxlon {
float: right;
- margin-right: -1px;
+ /* no-r2 */ margin-right: -1px;
}
#minlat { margin-bottom: 0; }
}
/* Overrides for pages that use new layout conventions */
-.user-new,
-.user-create,
-.user-terms {
+.users-new,
+.users-create,
+.users-terms {
.content-body .content-inner {
padding: 0;
}
}
-.user-new,
-.user-create,
-.user-terms,
-.user-confirm {
+.users-new,
+.users-create,
+.users-terms,
+.users-confirm {
.content-heading .content-inner {
height: 200px;
}
/* Rules for the trace view */
-.trace-view {
+.trace-show {
.trace_pending {
color: red;
}
margin-left: 70px;
}
-.user-view {
+.users-show {
// Silly exception; remove when user page is redesigned.
.content-inner {
max-width: none;
}
}
-.diary_entry-view img.user_thumbnail {
+.diary_entry-show img.user_thumbnail {
float: left;
}
/* Rules for the account confirmation page */
-.user-terms {
+.users-terms {
.legale {
border: 1px solid #ccc;
padding: $lineheight;
display: none;
}
}
+
+.read-reports {
+ background: #eee;
+ opacity: 0.7;
+}
+
+.report-related-block {
+ display:inline-block;
+}
+
+.report-block {
+ width:475px;
+ float:left;
+ margin-right:100px;
+}
+
+.related-reports {
+ width: 280px;
+ float: right;
+
+ ul {
+ padding-left: $lineheight;
+ margin-bottom: 0;
+
+ li {
+ list-style: disc;
+ }
+ }
+}
+
+.issue-comments {
+ width:475px;
+}
+
+.issues-list {
+ td:nth-child(2) {
+ white-space: nowrap;
+ }
+}
+
+.report-disclaimer {
+ background: #fff1f0;
+ color: #d85030;
+ border-color: rgba(216, 80, 48, 0.3);
+ padding: 10px 20px;
+ margin-bottom: $lineheight;
+
+ ul {
+ padding-left: $lineheight;
+ margin-bottom: 0;
+
+ li {
+ list-style: disc;
+ }
+ }
+}