/* Minimal CSS reset */
-html, body, ul, ol, li, form, fieldset, legend, input {
+html, body, form, fieldset, legend, input {
margin: 0;
padding: 0;
border: 0;
border-spacing: 0;
}
-li { list-style: none; }
-
input,
select,
textarea,
body { font: #{$typeheight}/#{$lineheight} "Helvetica Neue",Arial,sans-serif; }
-abbr, acronym {
- text-decoration: underline dotted;
- cursor: help;
-}
-
-strong {
- font-weight: bold;
-}
-
-/* Micro Clearfix | Details: http://nicolasgallagher.com/micro-clearfix-hack/ */
-
-.clearfix:before,
-.clearfix:after {
- content: " ";
- display: table;
-}
-
-.clearfix:after {
- clear: both;
-}
-
.fillL { background-color: white; }
/* Default rules for the body of every page */
nav.primary {
> ul {
+ padding: 0;
$border: 1px solid $green;
border: $border;
> ul {
vertical-align: middle;
+ margin: 0;
+ padding: 0;
+
a, .dropdown-toggle {
display: inline-block;
text-decoration: none;
border: $border;
border-radius: $border-radius;
margin-left: 10px;
+ padding: 0;
> li {
border-right: $border;
/* Rules for search sidebar */
#sidebar .search_results_entry {
+ ul {
+ padding: 0;
+ }
+
ul li {
border-bottom: $keyline;
cursor: pointer;
+ list-style-type: none;
&:first-child { border-top: $keyline; }
&.selected { background: $list-highlight; }
}
border-radius: 3px;
}
- .paginate ul {
- padding-left: 20px;
- }
-
.browse-field {
margin-bottom: 10px;
/* Rules for the edit trace form */
.edit_trace {
- .form-row p {
+ .standard-form-row p {
margin-bottom: 0px;
}
margin-bottom: 0;
}
-#friends-container .contact-activity ul {
- margin-left: 70px;
-}
-
.users-show {
// Silly exception; remove when user page is redesigned.
.content-inner {
margin-bottom: 0px;
padding: $lineheight/4;
}
-
- ul {
- padding-left: $lineheight;
-
- li {
- font-size: 12px;
- list-style: disc;
- }
- }
}
/* Rules for forms */
padding-top: $lineheight;
border-top: 1px solid $lightgrey;
}
- .horizontal-list .form-row {
+ .horizontal-list .standard-form-row {
float: left;
padding-right: 10px;
}
- .form-row {
+ .standard-form-row {
margin-bottom: $lineheight/2;
}
.form-list {
}
.form-list li {
margin-bottom: 5px;
- }
+ list-style-type: none;
+ }
input[type="checkbox"],
input[type="radio"] {
float: left;
font-style: normal;
margin-bottom: 0;
margin-left: 0;
+ padding: 0;
&.pager {
display: inline-block;
margin-right: 60px;
margin: 0;
color: $darkgrey;
}
-
- ul, ol {
- padding-left: $lineheight;
- margin-bottom: $lineheight;
- margin-left: $lineheight;
- }
-
- ul > li {
- list-style: disc;
- }
-
- ol > li {
- list-style: decimal;
- }
}
.diary_post .richtext {
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 {
- ul {
- padding-left: $lineheight;
- margin-bottom: 0;
-
- li {
- list-style: disc;
- }
- }
-}