diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2015-04-30 08:25:43 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2015-04-30 08:25:43 +0200 |
commit | 9205a9b52ecaa4ebb926b2ad143a3a5a7f783081 (patch) | |
tree | d22e80563041ca28c47d400a4d201df63ef1061e /core | |
parent | 4209757d61685346b9b3eb476035b4e86597ed64 (diff) | |
parent | 9ecfc7c237f037837723bbea96362efdfe979434 (diff) | |
download | nextcloud-server-9205a9b52ecaa4ebb926b2ad143a3a5a7f783081.tar.gz nextcloud-server-9205a9b52ecaa4ebb926b2ad143a3a5a7f783081.zip |
Merge pull request #15942 from owncloud/revert-15875-multiline-buttons
Revert "fix layout for multiline buttons which are <a class='button'>"
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index aeca3b78234..4cf5e4e18ca 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -213,10 +213,6 @@ input[type="submit"] img, input[type="button"] img, button img, .button img { cu border: none; box-shadow: none; } -/* fix layout for multiline buttons which are <a class="button"> */ -.button { - display: inline-block; -} /* disabled input fields and buttons */ input:disabled, input:disabled:hover, input:disabled:focus, @@ -1065,3 +1061,4 @@ fieldset.warning legend + p, fieldset.update legend + p { @-ms-viewport { width: device-width; } + |