(Scott Phillips) Fixes display bug in IE6&7 on the submission submit buttons.

git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2813 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Scott Phillips
2008-03-12 05:58:58 +00:00
parent d27e6c5495
commit d9562fa135

View File

@@ -174,4 +174,8 @@ border-bottom: 1px solid white;
background-color: white;
}
ul.horizontal li span.bold a { color: black; }
ul.horizontal li span.bold a { color: black; }
form.ds-interactive-div li.ds-form-item.last {
width: 558px;
}