Bugzilla – Attachment 141921 Details for
Bug 31747
Round corners in boxes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31747: Give area-news box new staff design look
Bug-31747-Give-area-news-box-new-staff-design-look.patch (text/plain), 1.69 KB, created by
Katrin Fischer
on 2022-10-15 08:45:24 UTC
(
hide
)
Description:
Bug 31747: Give area-news box new staff design look
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-10-15 08:45:24 UTC
Size:
1.69 KB
patch
obsolete
>From cb96d15ac140347d8ff4598b97dc0fef6912b9ba Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 12 Oct 2022 22:09:22 +0000 >Subject: [PATCH] Bug 31747: Give area-news box new staff design look > >To test: >1. Apply patch >2. Regenerate staff CSS ( https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_interface ) >3. Look at the #area-news element of the mainpage. >4. There should be no rounded corners and the box-shadow should be the same as seen elsewhere ( i.e. patron details page ) > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/css/mainpage.css | 1 - > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 2 +- > 2 files changed, 1 insertion(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/mainpage.css b/koha-tmpl/intranet-tmpl/prog/css/mainpage.css >index c6abf0688a..73b2762697 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/mainpage.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/mainpage.css >@@ -16,7 +16,6 @@ > > #area-news { > border: 1px solid #EEEEEE; >- border-radius: 6px 6px 6px 6px; > margin: 0.2em; > } > >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 82baa544f9..fa4292178c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -727,7 +727,7 @@ label, > border: 0; > color: #696969; > margin: 0 0 1em 0; >- box-shadow: 8px 8px 12px rgba(170, 170, 170, .356); >+ box-shadow: 0 0 4px 1px #00000030; > display: block; > padding: 1em; > >-- >2.30.2
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 31747
:
141751
|
141755
|
141789
|
141790
|
141832
|
141833
| 141921 |
141922