From 97a8d6d3bfd892287b5883df40239545b9c77da5 Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Thu, 5 Dec 2013 12:57:47 +0100 Subject: [PATCH] Fixed button wrapping when in tight spaces (e.g, tables) --- .../default/assets/less/thelia/thelia.less | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/templates/backOffice/default/assets/less/thelia/thelia.less b/templates/backOffice/default/assets/less/thelia/thelia.less index 2189b9307..41b37d4ca 100755 --- a/templates/backOffice/default/assets/less/thelia/thelia.less +++ b/templates/backOffice/default/assets/less/thelia/thelia.less @@ -138,17 +138,6 @@ } } - .Blocmoncompte { - float: right; - margin: 0px; - padding: 0px; - margin-top: 35px; - - color: white; - font-size: 13px; - text-shadow: 0px 1px 0px rgba(0,0,0,0.8); - } - dt { float: left; margin-right: 15px; @@ -172,6 +161,16 @@ width: 100%; } +.btn-group { + white-space: nowrap; // prevent buttons from wrapping when in tight spaces (e.g., the table on the tests page) + > .btn { + float: inherit; + } + > .btn + .btn { + margin-left: -4px; + } +} + // -- Login form -------------------------------------------------------------- .form-signin {