# HG changeset patch # User Giulio Moro # Date 1461289370 -3600 # Node ID cd880011e9ea729e04962b0d04b2ffc52b1d8e99 # Parent d4ccb6739bdf8048b0d0093bf504fa94e96c12de formatting diff -r d4ccb6739bdf -r cd880011e9ea core.css --- a/core.css Fri Apr 22 02:27:42 2016 +0100 +++ b/core.css Fri Apr 22 02:42:50 2016 +0100 @@ -58,6 +58,14 @@ margin-bottom: 5px; } +div#popupTitleHolder{ + padding: 8px; +} + +#popupTitle { + white-space: pre-line; +} + div#popupResponse { width: inherit; min-height: 50px; @@ -159,4 +167,4 @@ button.error-colour { background-color: #FF8F8F; color: black; -} \ No newline at end of file +} diff -r d4ccb6739bdf -r cd880011e9ea index.html --- a/index.html Fri Apr 22 02:27:42 2016 +0100 +++ b/index.html Fri Apr 22 02:42:50 2016 +0100 @@ -13,7 +13,7 @@ - + @@ -59,7 +59,7 @@