From e61831f029bcb956d61285239005be860b3d2567 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Mon, 13 Feb 2017 08:10:57 +1300 Subject: [PATCH] Version promotion; Buttons on responsive --- mopidy_iris/__init__.py | 2 +- src/scss/global/_forms.scss | 16 ++++++++++++---- src/scss/views/_artist.scss | 4 ---- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/mopidy_iris/__init__.py b/mopidy_iris/__init__.py index ef56ab74..3ead5063 100755 --- a/mopidy_iris/__init__.py +++ b/mopidy_iris/__init__.py @@ -8,7 +8,7 @@ from frontend import IrisFrontend from http import RequestHandler logger = logging.getLogger(__name__) -__version__ = '2.11.4' +__version__ = '2.11.5' ## # Core extension class diff --git a/src/scss/global/_forms.scss b/src/scss/global/_forms.scss index 3cbc79f9..b5aeab14 100755 --- a/src/scss/global/_forms.scss +++ b/src/scss/global/_forms.scss @@ -52,10 +52,6 @@ input[type="submit"] { min-width: 200px; } - @include responsive( $bp_medium ){ - min-width: none; - } - &:hover{ cursor: pointer; border-color: darken( $mid_grey, 10%); @@ -161,6 +157,18 @@ input[type="submit"] { background: transparent; } } + + @include responsive( $bp_medium ){ + min-width: 0; + } +} + +.actions { + + .button:last-of-type, + button:last-of-type { + margin-right: 0; + } } .field { diff --git a/src/scss/views/_artist.scss b/src/scss/views/_artist.scss index 24b1dbc7..a05544a4 100755 --- a/src/scss/views/_artist.scss +++ b/src/scss/views/_artist.scss @@ -39,10 +39,6 @@ .actions { padding-bottom: 5px; - - button { - margin-right: 20px; - } } .sub-views {