.donate {
display: block;
- width: 164px;
+ width: 163px;
padding: $lineheight/4;
border: 1px solid #AED1A0;
background: #cbeea7;
}
#tabnav {
- height: 30px;
+ height: 29px;
margin-bottom:0;
overflow: hidden;
li {
}
/* Rules for Leaflet maps */
+.leaflet-control-layers-expanded {
+ padding: 10px !important;
+}
+
+.leaflet-control-layers-separator {
+ margin: 5px -10px !important;
+}
.leaflet-control-attribution {
a.disabled {
/* Rules for the user profile page */
#userinformation {
+
min-height: 100px;
.userinformation-inner {
float: left;
}
.activity-details p {
- margin-left: 72px;
+ margin-left: 70px;
margin-bottom: 0;
}
#friends-container .contact-activity ul {
- margin-left: 72px;
- }
+ margin-left: 70px;
+}
.user-view {
p#no_home_location {
.user_popup {
min-width: 200px;
-
p {
- padding-top: 0;
- padding-bottom: 5px;
- margin-top: 0;
- margin-bottom: 0;
- margin-left: 60px;
+ padding: 0 0 5px 0;
+ margin-top: 0 0 0 60px;
font-size: 12px;
}
-
img.user_thumbnail {
float: left;
margin: 0 $lineheight/2 0 0;
input[type="radio"] {
float: left;
margin-top: 5px;
- margin-right: 5px;
}
}
display: block;
}
+input[type="checkbox"],
+input[type="radio"] {
+ margin-right: 5px;
+}
+
input[type="text"],
input[type="email"],
input[type="url"],
.inner12 { padding: $lineheight/2 $lineheight;}
+.inner11 { padding: $lineheight/2;}
+
.inner02 { padding: 0 $lineheight;}
/* Utility for general button styles */
.button {
box-sizing: border-box;
float: left;
- margin-bottom:0;
+ border-radius: 0;
+ margin:0;
min-width: 100px;
max-width: 150px;
+ border-right:1px solid white;
}
input:first-child,
.button:first-child {
border-radius:2px 0 0 2px;
- border-right:1px solid white;
- margin-left: 0px;
}
input:last-child,
.button:last-child {
border-radius:0 2px 2px 0;
- margin-right: 0px;
+ border-right-width: 0;
}
input:only-child,
- .button:only-child {
+ .button:only-child,
+ *[value="Hide"] + input:last-child,
+ *[value="Hide"] + .button:last-child {
border-radius:2px;
- margin-right: 0px;
+ border-right-width: 0;
+ }
+ /* if a 3-button set has a hidden middle button */
+ *[value="Hide"] + input:nth-child(3),
+ *[value="Hide"] + .button:nth-child(3) {
+ border-radius:0 2px 2px 0;
+ border-right-width: 0;
+ }
+ /* if a 3-button set starts with a hidden button */
+ *[value="Hide"] + input:nth-child(2):not(:last-child),
+ *[value="Hide"] + .button:nth-child(2):not(:last-child) {
+ border-radius:2px 0 0 2px;
+ border-right-width: 1px solid white;
}
-
}
/* Rules for doing distinct colour of alternate table rows */
margin-left: 15px;
background-color: #f8f8ff;
padding: $lineheight/2;
- width: 300px;
- max-width: 450px;
+ width: 220px;
ul {
margin-bottom: 0;
border-bottom: 1px solid #ccc;
}
-.ads {
- width: 370px;
- position: absolute;
- left: 0%;
-}
-
.ad {
- float: left;
- height: 120px;
- padding: $lineheight/2;
- border: 0px;
+ height: 100px;
+ border: 0;
background: #fff;
}