diff options
Diffstat (limited to 'public/stylesheets/main.css')
-rw-r--r-- | public/stylesheets/main.css | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 76f89bb49..0eab9aafb 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -273,24 +273,24 @@ body text-align: left; overflow: visible; } -#view_html_content table { +#view-html-content table { border-collapse: collapse; margin-bottom: 1em; } -#view_html_content td, th { +#view-html-content td, th { border: solid 1px #000000; } -#view_html_content td { +#view-html-content td { vertical-align: top } -#view_html_content td { +#view-html-content td { max-width: 30em; overflow: auto; } -#view_html_content tr:nth-child(odd) { +#view-html-content tr:nth-child(odd) { background-color: #bbbbbb; } -#view_html_content tr:nth-child(even) { +#view-html-content tr:nth-child(even) { background-color: #dddddd; } @@ -891,11 +891,11 @@ a img.attachment_image { /*------------------------------------------------ view attachment as HTML */ -.view_html_content { +.view-html-content { margin-left: 1em; margin-right: 1em; } -.view_html_content, img { +.view-html-content, img { max-width: 50em; } @@ -933,6 +933,7 @@ a img.attachment_image { #authority_selection { float: left; + width: 30em; } #authority_search_ahead_results @@ -942,7 +943,7 @@ a img.attachment_image { #authority_preview { - width: 26em; + width: 36em; float: right; background-color: #FFFFE0; padding-left: 1em; @@ -1285,4 +1286,4 @@ div.lang { div#user_locale_switcher { margin: 5px; -}
\ No newline at end of file +} |