Skip to content

Commit

Permalink
Fixed issue 12386: Navigation buttons too close together in default t…
Browse files Browse the repository at this point in the history
…emplate of "develop" branch

Dev: Added a little top margin
  • Loading branch information
tpartner committed May 25, 2017
1 parent f26ce97 commit 1cab15f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/default/css/template.css
Expand Up @@ -54,6 +54,14 @@ padding-top:1em;padding-bottom:1em;margin-bottom:2em;
}
.top-container .form-change-lang {text-align:center}

/**
* Navigator
*/

.save-clearall-wrapper {
margin-top: 0.75em;
}

/**
* Question part
*/
Expand Down

0 comments on commit 1cab15f

Please sign in to comment.