From: Banana Date: Sat, 25 Nov 2023 09:54:49 +0000 (+0100) Subject: fixed #26 X-Git-Tag: 1.6~19 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=7d3cf49a89e6eb6483b625f1b8362e95b1ff17de;p=bibliotheca-php.git fixed #26 --- diff --git a/webclient/view/98/collections/collections.html b/webclient/view/98/collections/collections.html index 7a52817..8ae00dc 100644 --- a/webclient/view/98/collections/collections.html +++ b/webclient/view/98/collections/collections.html @@ -62,7 +62,7 @@ Image - Title + Title Description View diff --git a/webclient/view/98/dashboard/dashboard.html b/webclient/view/98/dashboard/dashboard.html index b99434e..c393ed5 100644 --- a/webclient/view/98/dashboard/dashboard.html +++ b/webclient/view/98/dashboard/dashboard.html @@ -29,7 +29,7 @@ Image - Title + Title Description View diff --git a/webclient/view/98/ui/css/style.css b/webclient/view/98/ui/css/style.css index 71198ee..46abdc7 100644 --- a/webclient/view/98/ui/css/style.css +++ b/webclient/view/98/ui/css/style.css @@ -46,8 +46,6 @@ h5 { font-family: Arial, serif; } - - .field-row-stacked *+* { margin-top: 0; } @@ -60,6 +58,10 @@ h5 { margin-top: 6px; } +table { + white-space: normal; +} + /** custom */ #navSearchWindow { width: 400px;