Bugzilla – Attachment 86478 Details for
Bug 22023
Further improve responsive layout handling of staff client menu bar
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22023: (follow-up) Right-to-left layout improvements
Bug-22023-follow-up-Right-to-left-layout-improveme.patch (text/plain), 2.23 KB, created by
Owen Leonard
on 2019-03-11 18:18:24 UTC
(
hide
)
Description:
Bug 22023: (follow-up) Right-to-left layout improvements
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2019-03-11 18:18:24 UTC
Size:
2.23 KB
patch
obsolete
>From ed157fc4fc293eb7c8368237e65bfeaddd4eed8e Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 11 Mar 2019 16:07:59 +0000 >Subject: [PATCH] Bug 22023: (follow-up) Right-to-left layout improvements > >This patch makes some corrections to accommodate right-to-left layouts. >--- > koha-tmpl/intranet-tmpl/prog/css/right-to-left.css | 66 +++++++++++++++++++--- > 1 file changed, 59 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/right-to-left.css b/koha-tmpl/intranet-tmpl/prog/css/right-to-left.css >index effc333..043c65d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/right-to-left.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/right-to-left.css >@@ -161,11 +161,6 @@ div#header_search > padding-right: 0; > } > >-body >-{ >- padding-right: 1.5em; >-} >- > .yui-u > { > padding-right: 0.5em; >@@ -314,8 +309,8 @@ ul#toplevelmenu { > float: right; > } > #cartmenulink { >- background: url("../img/cart-small.gif") no-repeat scroll right center transparent; >- padding-right: 15px; >+ background: url("../img/cart-small.gif") no-repeat bottom 50% right 10px; >+ padding-right: 25px; > } > > >@@ -425,3 +420,60 @@ div#yui-main.sysprefs { > margin-right: 0em; > float: right; > } >+ >+#user-menu { >+ left: 5px; >+ right: unset; >+} >+ >+div.dt-buttons { >+ position: relative; >+ float: right; >+} >+ >+#catalog-search-link { >+ border-right: 0; >+ border-left: 1px solid #fff; >+ padding-left: .3em; >+} >+ >+#catalog-search-dropdown > a { >+ border-left: 0; >+ border-right: 1px solid #a3c8cf; >+ margin: 0; >+ padding: .4em .6em; >+} >+ >+#catalog-search-dropdown > a.catalog-search-dropdown-hover, >+#catalog-search-dropdown > a:hover { >+ border-left: 0; >+ border-right: 1px solid #82b4be; >+} >+ >+@media (max-width: 767px) { >+ h1#logo { >+ float: none; >+ margin: auto; >+ position: relative; >+ } >+ >+ div#header_search { >+ margin-right: 0; >+ } >+ >+ #user-menu .open .dropdown-menu { >+ float: left; >+ left: 0; >+ min-width: 160px; >+ margin: 2px 0px 0px; >+ position: absolute; >+ right: auto; >+ top: 100%; >+ z-index: 1000; >+ } >+ >+ .navbar .nav > li { >+ float: none; >+ } >+ >+} >\ No newline at end of file >-- >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 22023
:
83372
|
83992
|
84727
|
86172
|
86217
|
86466
|
86478
|
86498
|
86499
|
86500