aboutsummaryrefslogtreecommitdiffstats
path: root/assets/stylesheets/responsive/custom.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/stylesheets/responsive/custom.scss')
-rw-r--r--assets/stylesheets/responsive/custom.scss16
1 files changed, 5 insertions, 11 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss
index 5b7eb58..b0a1d6c 100644
--- a/assets/stylesheets/responsive/custom.scss
+++ b/assets/stylesheets/responsive/custom.scss
@@ -414,21 +414,12 @@ a.link_button_green_large {
/* Request page */
div.correspondence {
background-color: $correspondence-bg;
- padding-bottom: 0.5em;
- .event_actions {
- margin-bottom: 0;
- }
}
.incoming.correspondence {
border: none;
border-top: 8px solid $incoming-correspondence-color;
box-shadow: 0 3px 3px $correspondence-shadow;
- font-family: "Courier New", Courier, monospace;
- font-size: 0.9rem;
- @include ie8 {
- font-size: 0.9em;
- }
a.link_to_this {
background-color: $incoming-correspondence-color;
}
@@ -555,5 +546,8 @@ dt {
}
}
-
-
+/* Authority page */
+.action-bar__follower-count {
+ padding: 3px;
+ font-size: 1.1rem;
+}