diff options
author | Seb Bacon <seb@mysociety.org> | 2012-01-09 13:28:50 +0000 |
---|---|---|
committer | Seb Bacon <seb@mysociety.org> | 2012-01-09 13:28:50 +0000 |
commit | 59f000c60f61835c70ad1816b245568f67383f76 (patch) | |
tree | 1e51b7c96618dfd90ee6302fb1288505b23805e2 | |
parent | 91f05ba2a3adde2c113d32fa57d4b61125d1d6a9 (diff) |
Argh no
The width needs to be fixed on the authority page, but not on the authority
preview, so use a more specific CSS rule for the latter
-rw-r--r-- | public/stylesheets/main.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 471e1151b..2d3eaa38e 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -1624,9 +1624,13 @@ div.controller_help h1 a,#logged_in_bar a,#logged_in_bar a:visited,#stepwise_mak } .request_left,#header_left { -width:100%; +width:625px; float:left; } +#authority_preview .request_left, +#authority_preview #header_left { + width: 100%; +} #request_sidebar h2,.list-filter-item { margin-bottom:10px; |