legend { color: #000; }
-sup { vertical-align: text-top; }
+sup {
+ vertical-align: super;
+ font-size: smaller;
+}
-sub { vertical-align: text-bottom; }
+sub {
+ vertical-align: sub;
+ font-size: smaller;
+}
table {
border-collapse: collapse;
/* Rules for icons */
.icon {
- display:inline-block;
- vertical-align:top;
- width:20px;
- height:20px;
- background:transparent image-url("sprite.png") no-repeat 0 0;
- text-indent:-9999px;
- overflow:hidden;
+ display: inline-block;
+ vertical-align: top;
+ width: 20px;
+ height: 20px;
+ background: transparent image-url("sprite.png") no-repeat 0 0;
+ background-image: image-url("sprite.svg");
+ text-indent: -9999px;
+ overflow: hidden;
}
.icon.search { background-position: 0 0; }
.icon.close:hover { background-position: -200px -20px; }
.icon.check { background-position: -220px 0; }
.icon.note { background-position: -240px 0; }
+.icon.note.grey { background-position: -240px -20px; }
.icon.query { background-position: -260px 0; }
/* Rules for links */
/* Rules for the header */
-#menu-icon {
+#menu-icon {
display: none !important;
float: right;
background: image-url("menu-icon.png") no-repeat;
> li {
border-right: $border;
float: left;
- &:last-child {
+ &:last-child {
border-right: 0;
}
> a:hover { background: lighten($green, 30%); }
> li {
border-right: $border;
float: left;
- &:last-child {
+ &:last-child {
border-right: 0;
> a {
border-radius: 0 $border-radius $border-radius 0;
- }
+ }
}
&:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
&:hover a { background: lighten($darkgrey, 30%); }
}
}
-@media only screen and (max-width:960px) {
+body.compact {
#compact-secondary-nav {
display: inline-block;
}
margin-top: 50px;
}
-/* Rules for bootstrap tooltips */
-
-.tooltip {
- position: absolute;
- display: none;
- color: #333;
- text-align: left;
- font-size: 12px;
- max-width: 250px;
-}
-
-.tooltip.in {
- opacity: 0.8;
- z-index: 1030;
- height: auto;
- display: block;
-}
-
-.tooltip.top {
- margin-top: -10px;
- text-align: center;
-}
-
-.tooltip.right {
- margin-left: 10px;
-}
-
-.tooltip.bottom {
- margin-top: 10px;
- text-align: center;
-}
-
-.tooltip.left {
- margin-left: -10px;
- text-align: right;
-}
-
-.tooltip-inner {
- display: inline-block;
- padding: 10px;
- font-weight: normal;
- background-color: white;
-}
-
-.tooltip-arrow {
- position: absolute;
- width: 0;
- height: 0;
- border-color: transparent;
- border-style: solid;
-}
-
-.tooltip.top .tooltip-arrow {
- bottom: -5px;
- left: 50%;
- margin-left: -5px;
- border-top-color: white;
- border-width: 5px 5px 0;
-}
-
-.tooltip.right .tooltip-arrow {
- top: 50%;
- left: -5px;
- margin-top: -5px;
- border-right-color: white;
- border-width: 5px 5px 5px 0;
-}
-
-.tooltip.left .tooltip-arrow {
- top: 50%;
- right: -5px;
- margin-top: -5px;
- border-left-color: white;
- border-width: 5px 0 5px 5px;
-}
-
-.tooltip.bottom .tooltip-arrow {
- top: -5px;
- left: 50%;
- margin-left: -5px;
- border-bottom-color: white;
- border-width: 0 5px 5px;
-}
-
/* Rules for Leaflet maps */
.leaflet-control .control-button {
float: right;
cursor: pointer;
}
+
+ p.error {
+ background-color: #ff7070;
+ padding: 10px;
+ font-weight: bold;
+ }
}
.welcome {
&.query-disabled {
cursor: not-allowed;
}
-
+
.leaflet-marker-draggable {
cursor: move;
}
margin-bottom: 8px;
position: relative;
transition: border-color 0.08s ease-in;
-
+
label {
position: absolute;
top: 0;
text-decoration: none;
background-color: $lightblue;
padding: 5px 10px;
+ border-right: 1px solid #fff;
}
a:first-child {
}
a:last-child {
- border-left: 1px solid #fff;
border-radius: 0 4px 4px 0;
}
#attribution {
display: none;
+
+ table {
+ width: 100%
+ }
}
.attribution_license,
padding: $lineheight/2 $lineheight;
// background: $offwhite;
// border-bottom: 1px solid #ccc;
- > .close {
+ > .close {
float: right;
margin-top: 2px;
- cursor: pointer;
+ cursor: pointer;
}
}
float: right;
}
+ div.header {
+ width: 100%;
+ height: 30px;
+ }
+
div.line {
width: 100%;
margin: 0px 0px 5px 0px;
}
+
+ div.loader_copy {
+ display: none;
+
+ img {
+ vertical-align: middle;
+ }
+ }
}
/* Rules for the map key which appears in the popout sidebar */
.search_results_error {
color: #f00;
+ padding: 10px 20px;
}
/* Rules for routing */
height: 20px;
background-repeat: no-repeat;
}
-@for $i from 1 through 17 {
+@for $i from 1 through 18 {
div.direction.i#{$i} { background-position: #{($i)*-20+20}px 0px; }
}
color: #000;
}
}
+
+ .comments {
+ float: right;
+ color: #999;
+ }
+
+ .comments-0 {
+ opacity: 0.5;
+ }
}
/* Rules for the browse sidebar */
.content-heading {
background: $lightgrey;
-
+
h1 { font-size: 22px; }
}
float: left;
display: block;
}
-
- ul.secondary-actions {
- display: inline-block;
- }
}
.content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
display: inline-block;
margin-left: $lineheight / 2;
vertical-align: middle;
+
+ p {
+ margin-top: $lineheight * 0.5;
+ margin-bottom: $lineheight * 0.5;
+
+ &:first-child {
+ margin-top: 0px;
+ }
+
+ &:last-child {
+ margin-bottom: 0px;
+ }
+ }
}
}
padding-top: $lineheight;
border-top: 1px solid $lightgrey;
}
- .horizontal-list .form-row {
+ .horizontal-list .form-row {
float: left;
padding-right: 10px;
}
.site-welcome, .site-fixthemap {
.center {
text-align: center;
- .sprite {
+ .sprite {
float: none;
margin: auto;
}
float: left;
}
- .icon-list {
+ .icon-list {
padding-bottom: 20px;
div {
margin-bottom: 10px;
background-position: -300px 0;
}
+ .sprite.rules {
+ background-position: -350px 0;
+ }
+
.start-mapping {
margin: auto;
cursor: pointer;
&.open { background-position: 0px -80px; }
&.partners { background-position: 0px -120px; }
&.infringement { background-position: 0px -160px; }
+ &.legal { background-position: -45px -160px; }
}
}
display: none;
}
}
-