Skip to content

Commit

Permalink
Fix css spacer bug for compatibility with core css
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl authored and Nicolas Rodriguez committed Aug 20, 2015
1 parent 8821009 commit 788ecf8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/views/repository_mirrors/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@
- else
%p{ class: 'nodata' }= l(:label_no_data)

.spacer
.git_hosting_spacer

%div{ style: 'margin: 2px 3px; width: 99%;' }
%div
= zero_clipboard_button_for('mirror_pubkey')
%span{ style: 'margin-left: 10px;' }= l(:label_mirror_help) + ' :'

.spacer
.git_hosting_spacer

%textarea{ id: 'mirror_pubkey', readonly: 'readonly', style: 'height: 100px; width: 99%; font-family: sans-serif;' }= RedmineGitHosting::Config.mirroring_public_key

.spacer
.git_hosting_spacer

:javascript
$(document).ready(function() { initModalBoxes(modals); });
2 changes: 1 addition & 1 deletion assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ REPOSITORY SETTINGS
/*
MISC
*/
.spacer { display: block; height: 10px; clear: both; }
.git_hosting_spacer { display: block; height: 10px; clear: both; }

td.buttons { width: 20%; }

Expand Down

0 comments on commit 788ecf8

Please sign in to comment.