diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-29 11:53:46 -0400 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-29 11:53:46 -0400 |
commit | 9ecfc7c237f037837723bbea96362efdfe979434 (patch) | |
tree | c63f5ed126ba4be5abd3519c60af019ca2fdcd4b /core | |
parent | 002d74f95ab8d06e969fdd2c3ceeca4e766f3251 (diff) | |
download | nextcloud-server-9ecfc7c237f037837723bbea96362efdfe979434.tar.gz nextcloud-server-9ecfc7c237f037837723bbea96362efdfe979434.zip |
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; } + |