Skip to content

Commit

Permalink
Remove title and row styles from mako to scss
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Nov 5, 2018
1 parent 551ac05 commit 3e3021d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
10 changes: 10 additions & 0 deletions client/galaxy/style/scss/base.scss
Expand Up @@ -607,6 +607,16 @@ div.toolTitleDisabled {
color: gray;
}

div.toolTitleNoSectionDisabled {
padding-bottom: 0px;
font-style: italic;
color: gray;
}

div.toolFormRow {
position: relative;
}

.toolForm.toolFormInCanvas {
border: solid $form-border 1px;
@include border-radius(2px);
Expand Down
9 changes: 0 additions & 9 deletions templates/webapps/galaxy/workflow/editor.mako
Expand Up @@ -56,15 +56,6 @@
<style type="text/css">
body { margin: 0; padding: 0; overflow: hidden; }
div.toolTitleNoSectionDisabled {
padding-bottom: 0px;
font-style: italic;
color: gray;
}
div.toolFormRow {
position: relative;
}
.right-content {
margin: 3px;
}
Expand Down

0 comments on commit 3e3021d

Please sign in to comment.