#sidebar {
float: left;
width: $sidebarWidth;
+ background: #fff;
#sidebar_loader {
display: none;
/* Overrides for pages that use new layout conventions */
-.users-new,
-.users-create,
-.users-terms {
- .content-body .content-inner {
- padding: 0;
-
- .message {
- margin-top: 80px;
- padding: 20px;
- }
- }
-}
-
.users-new,
.users-create,
.users-terms,
/* Rules for the trace list shown by the traces tab etc */
#trace_list {
- font-size: $lineheight/2;
border-width: 0px;
text-align: right;
font-size: 12px;
color: gray;
}
-
- .trace_pending {
- color: red;
- }
-
- .trace_public {
- color: green;
- }
-
- .trace_identifiable {
- color: green;
- }
-
- .trace_trackable {
- color: red;
- }
-
- .trace_private {
- color: red;
- }
-}
-
-/* Rules for the trace view */
-
-.trace-show {
- .trace_pending {
- color: red;
- }
-
- .geo {
- display: inline;
- }
}
/* Rules for the new trace form */
/* Rules for the user list */
#user_list {
- font-size: $lineheight/2;
width: 100%;
tr {
color: #222;
background-color: #fff;
border: 1px solid $grey;
+ border-radius: 3px;
padding: 2px 5px;
margin: 0;
width: 200px;
textarea {
padding: 5px;
width: 100%;
+ min-height: 50px;
+ resize: vertical;
}
/* Rules for user images */
.richtext,
.prose {
- h1, h2 {
- padding-bottom: $lineheight/2;
- border-bottom: 1px dashed $grey;
- margin-bottom: $lineheight/2;
- }
-
code {
font-size: 13px;
background: $lightgrey;
text-decoration: none;
}
- .note-box {
- margin-top: 20px;
- background-color: $offwhite;
- }
-
.icon.note {
background-color: #333;
border-radius: 4px;
}
.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;