diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/ie7.css | 18 | ||||
-rw-r--r-- | public/stylesheets/theme.css | 20 |
2 files changed, 23 insertions, 15 deletions
diff --git a/public/stylesheets/ie7.css b/public/stylesheets/ie7.css new file mode 100644 index 000000000..c6e8fe4f2 --- /dev/null +++ b/public/stylesheets/ie7.css @@ -0,0 +1,18 @@ +form input[type=submit], a.link_button_green { + border: solid 0px #FFF; + line-height: 16px; + padding-top: 3px +} + +input#navigation_search_query { + margin-bottom: -5px; +} + +.request_left span.head { + line-height: 35px; +} + +#header_left, +#left_column { + margin-top: 20px; +}
\ No newline at end of file diff --git a/public/stylesheets/theme.css b/public/stylesheets/theme.css index a46aaf510..218ada685 100644 --- a/public/stylesheets/theme.css +++ b/public/stylesheets/theme.css @@ -379,7 +379,7 @@ p.subtitle { } #header_left { - width:645px; + width:625px; float:left; } @@ -428,25 +428,15 @@ p.subtitle { border-width:0px; } -h2.person_results { - padding-top:0px; - border-bottom:1px solid #B3B3B3; - padding-bottom:15px; - margin-bottom:0px; -} - -h2.foi_results { - padding-top:0px; - border-bottom:1px solid #B3B3B3; - padding-bottom:15px; - margin-bottom:0px; -} - +h2.foi_results, +h2.person_results, h2.publicbody_results { padding-top:0px; border-bottom:1px solid #B3B3B3; padding-bottom:15px; margin-bottom:0px; + padding-top: 15px; + margin-top: 0px; } .list_toggle_controls { |