Skip to content
Snippets Groups Projects
Commit 53e8dc6e authored by Jacob Schatz's avatar Jacob Schatz
Browse files

Initial CSS change to move buttons to correct position.

parent d8415389
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -150,9 +150,17 @@
}
 
.comment-toolbar {
padding-top: $gl-padding-top;
padding-top: 11px;
color: $note-toolbar-color;
border-top: 1px solid $border-color;
.toolbar-button {
float: right;
}
.toolbar-text {
float: right;
}
}
 
.toolbar-button {
Loading
Loading
.comment-toolbar.clearfix
%button.toolbar-button.markdown-selector{ type: 'button', tabindex: '-1' }
= icon('file-image-o', class: 'toolbar-button-icon')
Attach a file
.toolbar-text
Styling with
= link_to 'Markdown', help_page_path('markdown', 'markdown'), target: '_blank', tabindex: -1
is supported
%button.toolbar-button.markdown-selector{ type: 'button', tabindex: '-1' }
= icon('file-image-o', class: 'toolbar-button-icon')
Attach a file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment