color:#222;
border:1px solid #ddd;
}
+
+ .tooltip {
+ opacity: 1;
+ border: 1px solid #ccc;
+ .tooltip-arrow {
+ border-top-color: #ccc;
+ }
+ }
}
}
font-size: 13px;
margin-bottom: 8px;
}
+ li.disabled { color: #999; }
}
}
#sidebar_content {
.browse-section {
padding: $lineheight/2 $lineheight;
+ border-bottom: 1px solid #ccc;
h4:first-child {
margin-top: 0;
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 */
div.secondary-actions {
padding: 10px;
- border-top: 1px solid #ccc;
text-align: center;
}