Bugzilla – Attachment 141892 Details for
Bug 31759
Improve styling of tabs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31759: Tabs vs Pills - Test pills design
Bug-31759-Tabs-vs-Pills---Test-pills-design.patch (text/plain), 1.74 KB, created by
Owen Leonard
on 2022-10-14 14:45:36 UTC
(
hide
)
Description:
Bug 31759: Tabs vs Pills - Test pills design
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2022-10-14 14:45:36 UTC
Size:
1.74 KB
patch
obsolete
>From 35ce098f21a0a165cf75eb04454adefedb441554 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 13 Oct 2022 12:16:51 +0000 >Subject: [PATCH] Bug 31759: Tabs vs Pills - Test pills design > >This patch depends on Bug 30487. >--- > .../intranet-tmpl/prog/css/src/staff-global.scss | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > >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..3761d4ff58 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -773,7 +773,6 @@ ul { > > &.nav-tabs { > border-bottom: 1px solid transparent; >- padding: .2em 1.4em 0 1.4em; > } > > &.budget_hierarchy { >@@ -2927,7 +2926,10 @@ td.bundle { > } > > .toptabs { >+ @include card; > margin-top: 5px; >+ padding: 1em; >+ > .ui-tabs-panel { > fieldset { > box-shadow: none; >@@ -3484,17 +3486,14 @@ code { > } > > .tab-content { >- background-color: #fff; >- border: 2px solid $background-color-primary; >- border-radius: 4px; >- padding: 1em; >+ border-radius: 0; > } > > .nav-tabs { > > li { > > a { > background-color: $background-color-secondary; >- border-radius: 4px 4px 0 0; >+ border-radius: 7px; > border-color: $background-color-secondary; > color: #111; > line-height: 1.3; >@@ -3515,6 +3514,7 @@ code { > a:hover, > a:focus { > background-color: $background-color-primary; >+ border-color: $background-color-primary; > color: #FFFFFF; > cursor: default; > } >-- >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 31759
:
141892
|
141895
|
141896
|
142681
|
142716
|
143394
|
143585
|
143694
|
143697