Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
20aea9f0
Commit
20aea9f0
authored
May 14, 2018
by
IKEDA Soji
Browse files
Correct padding of form widgets in menu bar.
parent
0f41f08a
Changes
1
Hide whitespace changes
Inline
Side-by-side
default/web_tt2/css.tt2
View file @
20aea9f0
...
...
@@ -2251,6 +2251,11 @@ nav menu form{
}
[%~ END # IF 0 %]
#sympa-top-bar menu ul li > span,
#sympa-top-bar menu ul li form fieldset > span {
padding: 0 1rem;
}
[%# Compat. with Founation 5 ~%]
.top-bar {
height: 45px;
...
...
@@ -2553,7 +2558,8 @@ span.fa-stack i.fa-plus-circle {
main .top-bar{
background-color: [% color_10%];
}
nav menu ul li > span {
nav menu ul li > span,
nav menu ul li form fieldset > span {
display: block;
padding-left: 15px;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment