Bugzilla – Attachment 16971 Details for
Bug 5648
icons clumping together
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 5648: Changed display: inline to inline-block on the inline CSS styling on the li elements.
Bug-5648-Changed-display-inline-to-inline-block-on.patch (text/plain), 1.39 KB, created by
Jonathan Druart
on 2013-03-28 14:22:50 UTC
(
hide
)
Description:
Bug 5648: Changed display: inline to inline-block on the inline CSS styling on the li elements.
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-03-28 14:22:50 UTC
Size:
1.39 KB
patch
obsolete
>From bea7e395907c760a1d5116456a65f76e3680bb68 Mon Sep 17 00:00:00 2001 >From: Jen Zajac <jen@catalyst.net.nz> >Date: Mon, 25 Mar 2013 16:49:36 +1300 >Subject: [PATCH] Bug 5648: Changed display: inline to inline-block on the > inline CSS styling on the li elements. >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Frédéric Durand <frederic.durand@unilim.fr> >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >index f21a998..7a7a3c1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >@@ -181,7 +181,7 @@ Item types administration > [% FOREACH imageset IN imagesets %] > <div id="[% imageset.imagesetname %]"><ul> > [% FOREACH image IN imageset.images %] >- <li style="float: none; display: inline; clear : none; width: auto;"> >+ <li style="float: none; display: inline-block; clear : none; width: auto;"> > <label> [% IF ( image.StaffImageUrl ) %] > <img src="[% image.StaffImageUrl %]" alt="[% image.StaffImageUrl %]" title="[% image.StaffImageUrl %]" /> > [% ELSE %] >-- >1.7.10.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 5648
:
3016
|
16842
|
16844
| 16971