From b8eabccbd571b9c5cebd299bc1a7972bd314e85f Mon Sep 17 00:00:00 2001 From: Norbert Laposa Date: Tue, 6 Dec 2016 18:27:47 +0000 Subject: [PATCH] bug fix for new jQuery UI --- share/css/default/screen.css | 2 +- share/css/default/src/normalize.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/css/default/screen.css b/share/css/default/screen.css index b02c70dab..60a566101 100644 --- a/share/css/default/screen.css +++ b/share/css/default/screen.css @@ -72,7 +72,7 @@ input.short, textarea.short, select.short {width: 5em;} button {display: inline-block; cursor: pointer; cursor: hand; position: relative; padding: 0 0.5em; overflow: visible; font-family: inherit; font-size: inherit;} -button span {position: relative; display: block; white-space: nowrap;} +button span {position: relative; display: inline-block; white-space: nowrap;} input.half, textarea.half, select.half {width: 50%;} diff --git a/share/css/default/src/normalize.css b/share/css/default/src/normalize.css index 25d640bf7..d6c97a672 100644 --- a/share/css/default/src/normalize.css +++ b/share/css/default/src/normalize.css @@ -59,7 +59,7 @@ input.short, textarea.short, select.short {width: 5em;} button {display: inline-block; cursor: pointer; cursor: hand; position: relative; padding: 0 0.5em; overflow: visible; font-family: inherit; font-size: inherit;} -button span {position: relative; display: block; white-space: nowrap;} +button span {position: relative; display: inline-block; white-space: nowrap;} input.half, textarea.half, select.half {width: 50%;}