.welcome {
display: none;
- padding-bottom: 5px;
p {
- padding: $lineheight/2 $lineheight $lineheight;
font-size: 110%;
font-weight: 300;
}
-
- .button {
- width: 50%;
- float: left;
- margin: 0;
- border-radius: 0;
- font-weight: normal;
- padding: .6em;
-
- &.learn-more {
- border-right: 1px solid #fff;
- }
- }
}
#banner {
.export_area_inputs {
margin-bottom: $lineheight/2;
input[type="text"] {
- width: 80px;
+ width: 100px;
text-align: center;
- margin-bottom: 5px;
}
}
float: right;
/* no-r2 */ margin-right: -1px;
}
- #minlat { margin-bottom: 0; }
+ #minlat { margin-bottom: -1px; }
}
.export_bound {
margin: $lineheight/4;
}
- .export_button {
- margin-top: $lineheight;
- margin-bottom: $lineheight;
- }
-
dl {
padding-left: $lineheight/2;
dd {
}
}
-.pagination {
- padding-top: $lineheight;
-}
-
/* Rules for the diary entry page */
.diary_entries {
#map {
- position: relative;
- width: 90%;
height: 400px;
border: 1px solid $grey;
display: none;
margin-bottom: $lineheight;
}
- #newcomment {
- border-top: 1px solid $grey;
- padding-top: $lineheight;
- margin-top: $lineheight/2;
- }
.comments {
max-width: 740px;
}
float: left;
}
-
-.diary-subscribe-buttons {
- position: relative;
- top: -30px;
- left: 130px;
-}
-
/* Rules for the log in page */
#login_auth_buttons {