diff --git a/public/templates/directives/track-editor.html b/public/templates/directives/track-editor.html index 94ccdd16..b7eb6286 100644 --- a/public/templates/directives/track-editor.html +++ b/public/templates/directives/track-editor.html @@ -14,32 +14,34 @@
  • Delete Track
  • -
    - - -
    {{errors.title}}
    +
    +
    + + +
    {{errors.title}}
    +
    -
    +
    {{errors.description}}
    -
    +
    {{errors.lyrics}}
    -
    +
    {{errors.genre_id}}
    -
    +
    -
    +
    {{errors.username}}
    diff --git a/resources/assets/styles/forms.less b/resources/assets/styles/forms.less index beb66afd..b1f2a86b 100644 --- a/resources/assets/styles/forms.less +++ b/resources/assets/styles/forms.less @@ -45,7 +45,11 @@ margin: 0; } - .row .col-md-6 { + .row .col-sm-12 { + padding: 0; + } + + .row .col-sm-6 { padding: 0; width: 48.93617021%; margin-left: 2.12765957%; diff --git a/resources/assets/styles/mobile.less b/resources/assets/styles/mobile.less index d36acac1..3ae351d4 100644 --- a/resources/assets/styles/mobile.less +++ b/resources/assets/styles/mobile.less @@ -229,4 +229,23 @@ .site-content > .ui-view.loading { margin: 0px -5px; } + + .track-editor { + form { + padding: 5px; + } + + .row .form-row { + width: 97%; + margin-left: 5px !important; + margin-right: 5px; + } + } + + .license-grid li { + width: 50%; + div { + margin: 0; + } + } }