Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SADE
SADE
Commits
38820b51
Commit
38820b51
authored
Feb 15, 2019
by
mrodzis
🌿
Browse files
Add new draft for aligning publish buttons
parent
f766cad8
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
templates/publish.html
View file @
38820b51
...
...
@@ -29,15 +29,14 @@
<div
class=
"panel-heading"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-sm-
7
"
>
<div
class=
"col-sm-
6 publish-label
"
>
<h3
class=
"panel-title"
>
Publish Objects to
<span
data-template=
"app:title"
/>
</h3>
</div>
<div
class=
"col-sm-1"
/>
<div
class=
"col-sm-4"
>
<button
class=
"btn btn-lg btn-primary"
onclick=
"publish()"
>
<div
class=
"col-sm-3 col-sm-offset-3"
>
<button
class=
"btn btn-lg btn-primary publish-btn"
onclick=
"publish()"
>
<i
class=
"fas fa-upload"
aria-hidden=
"true"
/>
Publish
</button>
<button
class=
"btn btn-lg btn-default"
onclick=
"reset()"
>
<button
class=
"btn btn-lg btn-default
publish-btn
"
onclick=
"reset()"
>
<i
class=
"fas fa-ban"
aria-hidden=
"true"
/>
Reset
</button>
</div>
</div>
...
...
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