Bug 16239: Use inline-block for split buttons only in tables
authorJosef Moravec <josef.moravec@gmail.com>
Fri, 25 Nov 2016 09:25:35 +0000 (09:25 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 13 Jan 2017 14:41:23 +0000 (14:41 +0000)
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/css/staff-global.css

index 1c183f9..c2e05e3 100644 (file)
@@ -15,11 +15,11 @@ a.btn:link, a.btn:visited {
     text-decoration: none;
 }
 
-.btn-group {
+table .btn-group {
     white-space: nowrap;
 }
 
-.btn-group .btn {
+table .btn-group .btn {
     float: none;
     display: inline-block;
 }