diff --git a/dspace-xmlui/src/main/webapp/themes/Kubrick/lib/css/style-ie7.css b/dspace-xmlui/src/main/webapp/themes/Kubrick/lib/css/style-ie7.css index 3b543e3cb3..4d2030217e 100644 --- a/dspace-xmlui/src/main/webapp/themes/Kubrick/lib/css/style-ie7.css +++ b/dspace-xmlui/src/main/webapp/themes/Kubrick/lib/css/style-ie7.css @@ -20,7 +20,7 @@ top: -40px; left: -12px; } -#ds-header h2, +#ds-header h2 { margin:0pt; padding-top:81px; @@ -132,4 +132,4 @@ fieldset#aspect_submission_StepTransformer_field_published_before #footer { line-height: 1; -} \ No newline at end of file +} diff --git a/dspace-xmlui/src/main/webapp/themes/Kubrick/lib/css/style.css b/dspace-xmlui/src/main/webapp/themes/Kubrick/lib/css/style.css index a8b8e7c01b..48c7ebf883 100644 --- a/dspace-xmlui/src/main/webapp/themes/Kubrick/lib/css/style.css +++ b/dspace-xmlui/src/main/webapp/themes/Kubrick/lib/css/style.css @@ -927,7 +927,7 @@ ul.ds-progress-list #aspect_submission_StepTransformer_field_submit_jump_6_1 } /* The next few entries were motivated by the item submission pages. If undesirable changes are produced elsewhere, let's use the id instead of the fieldset tag name and class ds-form-list.thick to apply these entries*/ -fieldset.ds-form-list.thick .ds-composite-component.last, +fieldset.ds-form-list.thick .ds-composite-component.last { display: block; }