cursor: help;
}
-strong { font-weight: bold; }
+strong {
+ font-weight: bold;
+ font-weight: 500;
+}
/* Micro Clearfix | Details: http://nicolasgallagher.com/micro-clearfix-hack/ */
h1, h2, h3 {
font-weight: bold;
+ font-weight: 500;
line-height: 1.2;
}
-h4, h5 { font-weight: bold; }
+h4, h5 {
+ font-weight: bold;
+ font-weight: 500;
+}
h1 {
font-size: 18px;
}
th {
font-weight: bold;
+ font-weight: 500;
vertical-align: top;
}
td {
.dropdown-toggle {
display: inline-block;
font-weight: bold;
+ font-weight: 500;
color: $green;
padding: 5px 15px;
}
color: $darkgrey;
padding: 5px;
- &:hover { color: darken($darkgrey, 10%); }
+ &:hover { color: darken($darkgrey, 25%); }
}
}
.user-menu {
$border: 1px solid $grey;
-
font-weight: bold;
+ font-weight: 500;
border: $border;
border-radius: $border-radius;
margin-left: 10px;
padding: $lineheight/2 $lineheight $lineheight;
font-size: 110%;
font-weight: normal;
+ font-weight: 300;
}
.button {
color:#222;
border:1px solid #ddd;
}
+
+ .tooltip {
+ opacity: 1;
+ border: 1px solid #ccc;
+ .tooltip-arrow {
+ border-top-color: #ccc;
+ }
+ }
}
}
border-bottom-right-radius: 3px;
cursor: pointer;
font-weight: bold;
+ font-weight: 500;
font-size: 16px;
text-stroke: 2px #fff;
background: rgba(255,255,255,.9);
+ z-index: 2; // For IE9
input[type="radio"] {
display: none;
}
font-size: 13px;
margin-bottom: 8px;
}
+ li.disabled { color: #999; }
}
}
#sidebar .changesets {
li {
padding: $lineheight;
- border-bottom: $keyline;
+ border-bottom: 1px solid #ddd;
cursor: pointer;
&.selected { background: #FFFFE6; }
#sidebar_content {
.browse-section {
padding: $lineheight/2 $lineheight;
+ border-bottom: 1px solid #ddd;
h4:first-child {
margin-top: 0;
}
}
+ :last-child {
+ border-bottom: none;
+ }
+
.paginate {
float: right;
padding: 1px 6px;
.browse-tag-k {
font-weight: bold;
+ font-weight: 500;
background-color: #F6F6F6;
}
.note-comments li {
margin: $lineheight/2 0;
+
+ p {
+ margin-left: 10px;
+ }
+ }
+
+ .note-description {
+ margin: 0 0 10px 10px;
}
}
padding: $lineheight;
margin-bottom: $lineheight;
overflow: auto;
- height: 10em;
+ height: 20em;
}
#decline {
background: darken($lightblue, $hovercolor);
}
}
-
- .form-row {
- margin: auto;
- max-width: 370px;
- }
}
/* Rules for the account settings page */
margin: 0 -10px 10px -10px;
padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
font-weight: bold;
+ font-weight: 500;
font-size: 12px;
background-color: #c00;
color: #fff;
margin-bottom: $lineheight/4;
font-size: $typeheight;
font-weight: bold;
+ font-weight: 500;
line-height: 1.5;
}
label.standard-label.secondary {
div.secondary-actions {
padding: 10px;
- border-top: 1px solid #ccc;
text-align: center;
}
display: block;
color: white;
font-weight: normal;
+ font-weight: 300;
font-size: 34px;
span {
color: #76c551;