diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-02-16 11:08:22 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-03-13 13:55:46 +0000 |
commit | 25e97c043e2ffd222c935210eb91339db13c8e68 (patch) | |
tree | 301893b94638d43f0b8a1f32e3e9db1ba1b40391 | |
parent | 98eadb948970b3be6d4cdc00bf590468989502fd (diff) |
Display issue on request lists
http://cl.ly/2w3B2u3o2T1d3u2a0p1o
-rw-r--r-- | public/stylesheets/main.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index b9559ba17..87d3a3eed 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -1044,7 +1044,7 @@ padding:4px 0; .request_listing span.desc { background:url(/images/quote-marks.png) no-repeat; min-height:60px; -width:auto; +width:100%; color:#444; line-height:18px; padding:0 0 0 40px; @@ -1629,7 +1629,8 @@ div.controller_help h1 a,#logged_in_bar a,#logged_in_bar a:visited,#stepwise_mak } .request_left,#header_left { -width:625px; +width:575px; +padding-right:50px; float:left; } #authority_preview .request_left, |