aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2015-02-27 16:05:50 +0000
committerLouise Crow <louise.crow@gmail.com>2015-03-02 16:26:53 +0000
commitf58194286964e99e5c2496059c7d926de53d30f5 (patch)
tree1648fa3dbc098564d57c7917937e38dac45f2e85
parent7ef0219045526cdef1e16f0f133b35562a1bea79 (diff)
Make request extract full width when on authority page.
-rw-r--r--app/assets/stylesheets/main.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/main.scss b/app/assets/stylesheets/main.scss
index 614a1580f..98114c810 100644
--- a/app/assets/stylesheets/main.scss
+++ b/app/assets/stylesheets/main.scss
@@ -982,6 +982,10 @@ width:245px;
float:left;
}
+.authority__body__foi-results .request_right {
+width:545px;
+}
+
#request_header_text {
border-radius:3px;
-moz-border-radius:3px;