Bugzilla – Attachment 150999 Details for
Bug 33707
News vs Quote of the day styling on staff interface main page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33707: News vs Quote of the day styling on staff interface main page
Bug-33707-News-vs-Quote-of-the-day-styling-on-staf.patch (text/plain), 1.97 KB, created by
Caroline Cyr La Rose
on 2023-05-10 13:10:10 UTC
(
hide
)
Description:
Bug 33707: News vs Quote of the day styling on staff interface main page
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2023-05-10 13:10:10 UTC
Size:
1.97 KB
patch
obsolete
>From 172b575ad6287c429ba7a50ca3fbf921c6004057 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 10 May 2023 11:54:33 +0000 >Subject: [PATCH] Bug 33707: News vs Quote of the day styling on staff > interface main page > >This patch makes minor adjustments to the global and staff home page CSS >so that the display of news and quote-of-the-day are more consistent. > >To test, apply the patch and rebuild the staff interface CSS. > >- If necessary, add at least one news item (Tools -> News -> New entry) > and at least one quote (Tools -> Quote editor -> New quote). >- View the staff interface home page to confirm that the style of the > news area and the quotes is consistent. > >Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >--- > koha-tmpl/intranet-tmpl/prog/css/src/mainpage.scss | 6 +++--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 8 -------- > 2 files changed, 3 insertions(+), 11 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/mainpage.scss b/koha-tmpl/intranet-tmpl/prog/css/src/mainpage.scss >index 5e1977176b..153cbd8f57 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/mainpage.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/mainpage.scss >@@ -1,11 +1,11 @@ > @import "variables"; > >-#area-news { >+#area-news, >+#area-quote { > h3 { >- background-color: #EEE; > margin: 0; > opacity: .7; >- padding: .3em; >+ padding: .3em .3em 0 .3em; > } > } > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >index 34719c10b8..85b029cd5c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -666,14 +666,6 @@ label, > padding-top: 10px; > } > >-#area-news, #area-userblock { >- color: #696969; >- >- h3{ >- background-color: #FFFFFF; >- } >-} >- > .main { > margin-bottom: $language-footer-min-height * 1.5; > margin-top: 1em; >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 33707
:
150988
|
150999
|
151050