Bug 13864: Fix height for Colvis entries
authorJonathan Druart <jonathan.druart@biblibre.com>
Tue, 7 Apr 2015 09:07:59 +0000 (11:07 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 8 Apr 2015 17:51:16 +0000 (14:51 -0300)
On the late orders page, the "Show/hide columns" displays the "estimated
delivery date" is a litle bit to long and overflows between 2 lines.

This patch fixes the height to 100%.

Test plan:
Go on the late orders page and confirm the "estimeated delivery date"
entry is correctly displayed.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/css/datatables.colvis.css

index 6e45acb..d44486b 100644 (file)
@@ -46,6 +46,7 @@ div.ColVis_collection {
 div.ColVis_collection button.ColVis_Button {
        background-color: white;
        width: 100%;
+       height: 100%;
        float: none;
        margin-bottom: 2px;
 }