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
Luc Didry
wemawema
Commits
b846e927
Commit
b846e927
authored
Oct 11, 2017
by
Luc Didry
Browse files
Update buttons CSS
parent
3659f2a8
Pipeline
#25170
passed with stage
in 33 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
css/wema_wema.css
View file @
b846e927
.row
{
.row
,
.buttons
a
{
margin-top
:
1rem
;
}
.row.buttons
{
margin-top
:
0
;
}
canvas
,
#svg
{
margin-left
:
auto
;
margin-right
:
auto
;
...
...
css/wema_wema.min.css
View file @
b846e927
.row
{
margin-top
:
1rem
}
canvas
,
#svg
{
margin-left
:
auto
;
margin-right
:
auto
}
\ No newline at end of file
.row
,
.buttons
a
{
margin-top
:
1rem
}
.row.buttons
{
margin-top
:
0
}
canvas
,
#svg
{
margin-left
:
auto
;
margin-right
:
auto
}
\ No newline at end of file
index.html
View file @
b846e927
...
...
@@ -86,15 +86,15 @@
<input
id=
"filename"
placeholder=
"WE_MAKE_PORN.png"
type=
"text"
value=
"WE_MAKE_PORN.png"
class=
"form-control text-center"
>
</div>
</div>
<div
class=
"row text-center"
>
<div
class=
"col"
>
<a
class=
"btn btn-info"
href=
"#"
id=
"toggle-svg"
>
Work with SVG
</a>
<div
class=
"row text-center
buttons
"
>
<div
class=
"col
-md-4 col-sm-12
"
>
<a
class=
"btn btn-info
btn-block
"
href=
"#"
id=
"toggle-svg"
>
Work with SVG
</a>
</div>
<div
class=
"col"
>
<a
class=
"btn btn-info"
href=
"#"
id=
"download"
>
Download
</a>
<div
class=
"col
-md-4 col-sm-12
"
>
<a
class=
"btn btn-info
btn-block
"
href=
"#"
id=
"download"
>
Download
</a>
</div>
<div
class=
"col"
>
<a
class=
"btn btn-info"
href=
"#"
id=
"reset"
>
Reset to default
</a>
<div
class=
"col
-md-4 col-sm-12
"
>
<a
class=
"btn btn-info
btn-block
"
href=
"#"
id=
"reset"
>
Reset to default
</a>
</div>
</div>
<div
class=
"row text-center"
>
...
...
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