Bugzilla – Attachment 142479 Details for
Bug 31754
Improve appearance of behavior of DataTables controls
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31754: (follow-up) Correct alignment of buttons
Bug-31754-follow-up-Correct-alignment-of-buttons.patch (text/plain), 1.19 KB, created by
Martin Renvoize (ashimema)
on 2022-10-24 10:53:33 UTC
(
hide
)
Description:
Bug 31754: (follow-up) Correct alignment of buttons
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-10-24 10:53:33 UTC
Size:
1.19 KB
patch
obsolete
>From 583ad4766fd927c7f79301eff1d2e0cf22062e62 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 19 Oct 2022 13:07:01 +0000 >Subject: [PATCH] Bug 31754: (follow-up) Correct alignment of buttons > >This patch corrects the alignment of the "Columns," "Export," and >"Configure" buttons. The new design has them aligned to the right. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss | 10 ++++++++++ > 1 file changed, 10 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss >index b6d08839d5..6bbb978496 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss >@@ -539,6 +539,15 @@ tbody { > padding-bottom: 1em; > } > >+ div.dt-buttons { >+ display: flex; >+ flex-grow: 1; >+ >+ button:first-of-type { >+ margin-right: auto; >+ } >+ } >+ > button, > div, > a { >@@ -771,6 +780,7 @@ div { > .table_controls { > border-top: 1px solid #EEE; > display: flex; >+ flex-grow: 1; > margin-top: .5em; > padding-top: .5em; > } >-- >2.20.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 31754
:
141758
|
142079
|
142080
|
142085
|
142089
|
142154
|
142330
|
142478
| 142479