Bugzilla – Attachment 79907 Details for
Bug 20554
New OPAC CSS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20554: (QA follow up) Remove padding in mobile view
Bug-20554-QA-follow-up-Remove-padding-in-mobile-vi.patch (text/plain), 1.20 KB, created by
Owen Leonard
on 2018-10-03 16:23:55 UTC
(
hide
)
Description:
Bug 20554: (QA follow up) Remove padding in mobile view
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2018-10-03 16:23:55 UTC
Size:
1.20 KB
patch
obsolete
>From c1557ade9fb004fabe11d715f5b7a8ad114c0c0b Mon Sep 17 00:00:00 2001 >From: Claire Gravely <claire.gravely@bsz-bw.de> >Date: Fri, 14 Sep 2018 21:06:40 +0000 >Subject: [PATCH] Bug 20554: (QA follow up) Remove padding in mobile view > >This patch removes the padding for mobile screen sizes. > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss >index e0452af..b27de10 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss >@@ -10,7 +10,7 @@ > } > } > >-@media only screen and ( min-width: 0 ) and ( max-width: 390px ){ >+@media only screen and ( min-width: 0 ) and ( max-width: 440px ){ > /* Screens bewteen 0 and 390 pixels wide */ > .ui-tabs .ui-tabs-nav li a, > .statictabs li a { >@@ -20,6 +20,10 @@ > .input-fluid { > width: 90%; > } >+ >+ #wrap { >+ padding: 0px; >+ } > } > > @media only screen and ( min-width: 342px ) and ( max-width: 479px ) { >-- >2.1.4
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 20554
:
73941
|
73942
|
74090
|
74091
|
74656
|
74657
|
74715
|
74716
|
74717
|
76523
|
76524
|
77689
|
77690
|
77906
|
77907
|
77908
|
77909
|
77913
|
78257
|
78258
|
78360
|
78666
|
78667
|
78730
|
78731
|
78811
|
78813
|
78814
|
79905
|
79906
|
79907
|
80742
|
80743
|
80744
|
81067
|
81068