From 9d4a5155718ed6e75ea8e308dcfb748cdfebd900 Mon Sep 17 00:00:00 2001 From: Raroun Date: Sat, 23 Dec 2023 05:39:51 +0100 Subject: [PATCH] Update style.css Added 15 pixels of space between picture permissions and send button --- view/theme/frio/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index d56479d0d9..74fc0001ca 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2769,6 +2769,11 @@ ul li:hover .contact-wrapper .contact-action-link:hover { .photo-album-actions .photos-order-link { float: right; } + +#photo-edit-submit-button { + margin-top: 15px; +} + /* Events page */ .fc .fc-month-view .fc-content .fc-title .item-desc:hover {