diff --git a/app/assets/stylesheets/_settings.scss b/app/assets/stylesheets/_settings.scss index e561098a3..0a94f1950 100644 --- a/app/assets/stylesheets/_settings.scss +++ b/app/assets/stylesheets/_settings.scss @@ -117,6 +117,17 @@ margin-right: 23em; margin-left: 23.5em; } + .approved-details{ + dt { + float: left; + min-width: calc(25% + 55px); + /* adjust the width; make sure the total of both is 100% */ + padding: 0; + margin: 0; + margin-left: 1em; + clear: both + } + } h2 {// Heading for the details div margin-left: 0.2em; text-decoration: underline; @@ -136,7 +147,7 @@ } dt { float: left; - min-width: calc(25% + 5em); + min-width: calc(25% + 80px); /* adjust the width; make sure the total of both is 100% */ padding: 0; margin: 0; diff --git a/app/views/projects/_approved_details.html.erb b/app/views/projects/_approved_details.html.erb index 428414ce5..0977ea59d 100644 --- a/app/views/projects/_approved_details.html.erb +++ b/app/views/projects/_approved_details.html.erb @@ -1,21 +1,26 @@ +
This project has not been saved to Mediaflux