Browse Source

fix show-more-icon position

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
tags/v12.0.0beta1
Christoph Wurst 7 years ago
parent
commit
86a5d5b399
No account linked to committer's email address
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      core/css/guest.css

+ 1
- 2
core/css/guest.css View File

@@ -123,8 +123,7 @@ form #datadirField legend {
padding: 13px; /* increase clickable area of Advanced dropdown */
}
#showAdvanced img {
vertical-align: bottom; /* adjust position of Advanced dropdown arrow */
margin-left: -4px;
vertical-align: middle; /* adjust position of Advanced dropdown arrow */
}

/* Buttons and input */

Loading…
Cancel
Save