aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/ie7.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/ie7.css')
-rw-r--r--app/assets/stylesheets/ie7.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/assets/stylesheets/ie7.css b/app/assets/stylesheets/ie7.css
new file mode 100644
index 000000000..c6e8fe4f2
--- /dev/null
+++ b/app/assets/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