/* Rules for messages pages */
.messages {
- button[type="submit"] {
- margin: auto;
- white-space: nowrap;
- }
-
.inbox-row {
background: $offwhite;
}
.inbox-row-unread {
background: #CBEEA7;
}
-
- .right {
- float: right;
- }
}
.inbox-row .inbox-mark-read {
- display: none;
-}
-
-.info-line {
- margin-bottom: $lineheight;
- padding: $lineheight/4 0px 4px 0px;
- border-bottom: 1px solid $grey;
-
- form, form div {
- display: inline;
- }
-}
-
-.info-line .user_thumbnail_tiny {
- vertical-align: middle;
-}
-
-.inbox-sent {
- white-space: nowrap;
-}
-
-.inbox-mark-unread,
-.inbox-mark-read,
-.inbox-delete {
- width: 1%;
+ display: none !important;
}
.inbox-row-unread .inbox-mark-unread {
- display: none;
+ display: none !important;
}
.search_form {
max-height: 25px;
}
-/* Rules for geo microformats */
-
-abbr.geo {
- border-bottom: none;
-}
-
/* General styles for action lists / subnavs */
-
nav.secondary-actions {
margin-left: -11px;
overflow: hidden;
text-align: center;
}
-/* Rules for OpenID logo */
-
-.openid_logo {
- vertical-align: text-bottom;
- border: 0;
-}
-
/* Rules for rich text */
.richtext,