[Koha-bugs] [Bug 36150] Circulation page styling should match Cataloging styling

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 22 13:11:53 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36150

--- Comment #2 from Pedro Amorim <pedro.amorim at ptfs-europe.com> ---
git show -w <patch_hash>:

@@ -23,9 +23,11 @@
 [% END #/ WRAPPER sub-header.inc %]

     <div class="main container-fluid">
+        <div class="row">
+            <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
+                [% INCLUDE 'messages.inc' %]

                 <h1>Circulation</h1>
-                [% INCLUDE 'messages.inc' %]

                 <div class="row">

@@ -180,5 +182,7 @@
                             </div>
                     </div>
                 </div>
+            </div>
+        </div>

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list