$darkgrey: #AAA;
$hovercolor: 20%;
$headerHeight: 54px;
-$sidebarWidth: 350px;
-$keyline: 1px solid $grey;
+$sidebarWidth: 300px;
+$keyline: 1px solid $lightgrey;
$border-radius: 3px;
/* Styles common to large and small screens */
border-right: $keyline;
h2, h3, h4 {
- padding: $lineheight;
+ padding: $lineheight $lineheight $lineheight/2;
}
h4 {
font-weight: normal;
+ color: #666;
+ font-size: 12px;
}
.icon.close {
color: #666;
}
}
+
+ p.large-text {
+ font-size: 1.7em;
+ line-height: 1.4em;
+ font-weight: 300;
+ }
}
#sidebar.minimized {
position: absolute;
z-index: 1000;
height: auto;
+ border-right: none;
#sidebar_content {
display: none;
}
+
+ #search_form {
+ background: none;
+ width: 78%;
+ }
}
#map {
#sidebar_content {
position: absolute;
- top: 72px;
+ top: 50px;
bottom: 0;
width: 100%;
overflow-y: auto;
#search_form {
position: relative;
- padding: $lineheight;
+ padding: $lineheight/2 $lineheight;
background-color: $lightgrey;
- border-bottom: $keyline;
#query_wrapper {
position: relative;
.search_results_entry {
ul li {
- border-bottom: 1px solid #ccc;
+ border-bottom: $keyline;
+ &:first-child { border-top: $keyline; }
}
.search_details {
}
}
-.browse_details {
- position: relative;
+/* Rules for entity history */
+#sidebar_content {
+ .browse_details {
+ position: relative;
+ border-bottom: $keyline;
+ }
}
.browse_status {
#sidebar_content {
.browse-section {
- padding: 20px;
+ padding: 10px 20px;
+
+ h4 {
+ padding: 0;
+ }
+ }
+
+ .paginate ul {
+ padding-left: 20px;
}
.browse-field {
#sidebar_content {
.browse-section.header {
padding: 20px;
- border-bottom: 1px solid #CCC;
+ border-bottom: $keyline;
h2 {
padding: 0 0 5px 0;