-.admin-user-info small {
- margin-bottom: $lineheight/2;
- display: inline;
- margin-right: $lineheight;
-}
-
-.activity-block {
- clear: left;
- border-bottom: 1px solid $grey;
- padding-bottom: $lineheight;
- float: left;
- h3 {
- margin-bottom: $lineheight/2;
- }
-}
-
-.contact-activity {
- margin-top: $lineheight;
- width: 100%;
-}
-
-.activity-details p {
- margin-left: 70px;
- margin-bottom: 0;
-}
-
-.users-show {
- // Silly exception; remove when user page is redesigned.
- .content-inner {
- max-width: none;
- }
- p#no_home_location {
- margin: $lineheight;
- }
- .user_thumbnail {
- margin-top: $lineheight/4;
- float: left;
- }
-}
-
-/* Rules for the user map */
-
-.content_map .leaflet-popup-content {
- margin: $lineheight/2;
- min-height: 50px;
-}
-
-/* Rules for user popups on maps */
-
-.user_popup {
- min-width: 200px;
- p {
- 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;
- }
-}
-
-/* Rules for the user list */
-
-#user_list {
- width: 100%;
-
- tr {
- vertical-align: middle;
- }
-
- p {
- margin-top: 0px;
- margin-bottom: 0px;
- }
-}
-
-#user_list_actions {
- float: right;
- margin-top: $lineheight/2;
-}
-
-/* Rules for the diary list page */
-
-.diary_post {
- position: relative;
- padding-top: $lineheight;
- padding-bottom: $lineheight/2;
- border-top: 1px solid $grey;
-
- &:first-of-type {
- margin-top: $lineheight/2;
- }
-
- &.deemphasize {
- background-color: #fee;
- }
-
- .post_heading {
- margin-bottom: $lineheight;
-
- h2 {
- margin-top: 0;
- margin-bottom: $lineheight/2;
- }
- }
-
- img.user_thumbnail {
- float: left;
- }
-
- small.deemphasize {
- float: left;
- display: block;
- }
-}
-
-.pagination {
- padding-top: $lineheight;
-}
-