Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chill-project
Chill-Main
Commits
67a6526c
Commit
67a6526c
authored
Nov 18, 2014
by
Marc Ducobu
Browse files
ScratchCSS update : Resolving space problem after legend
parent
8c70f7b0
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Resources/public/stylesheets/scratch.css
View file @
67a6526c
...
...
@@ -2801,10 +2801,12 @@ form fieldset {
font-size
:
1.438em
;
font-weight
:
700
;
width
:
100%
;
border-bottom
:
1px
solid
#ddd
;
}
border-bottom
:
3px
solid
#ddd
;
margin-bottom
:
1em
;
}
form
fieldset
legend
+
*
{
-webkit-margin-top-collapse
:
separate
;
margin
:
2em
0
;
}
-webkit-margin-top-collapse
:
separate
;
}
form
fieldset
legend
h2
{
margin-bottom
:
0
;
}
form
li
label
{
display
:
inline-block
;
font-weight
:
normal
;
}
...
...
@@ -3092,7 +3094,7 @@ ul.custom_fields.choice li {
padding
:
0.5em
;
border-radius
:
3px
;
}
.sticky-form-buttons
button
{
.sticky-form-buttons
button
,
.sticky-form-buttons
a
{
margin-left
:
1em
;
margin-right
:
1em
;
}
...
...
Resources/public/stylesheets/scratch.css.map
View file @
67a6526c
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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