Skip to content

Commit

Permalink
Added SVG icon. Tidied css syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mulholland committed Mar 28, 2018
1 parent f9061e1 commit 5645628
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
4 changes: 2 additions & 2 deletions src/renderer/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@
</li>
<li>
<a href="#">
<!-- <object data="static/img/validation-results.svg" type="image/svg+xml" /> -->
<span class="btn-default fal fa-file-times" />
<object data="static/img/validation-results.svg" type="image/svg+xml" />
<!-- <span class="btn-default fas fa-file-alt" /> -->
</a>
</li>
</ul>
Expand Down
35 changes: 17 additions & 18 deletions static/css/panel.styl
Original file line number Diff line number Diff line change
Expand Up @@ -347,32 +347,31 @@ span.tabclose.btn-default:hover
#toolbar li object
max-width 13px
max-height 13px
#message-panel li object
max-width 18px
max-height 18px
margin 0

#tableProperties .form-control
width auto !important

#columnProperties option
width auto

.nav-tabs>li.tab-heading.active a {
position: relative;
}
.nav-tabs>li.tab-heading.active a
position relative

.nav-tabs>li.tab-heading a {
margin: 0;
}
.nav-tabs>li.tab-heading a
margin 0

.tab-add a {
position: relative;
}
.tab-add a
position relative

.tab-add a:hover {
background-color: initial !important;
border-color: transparent !important;
margin: 0;
}
.tab-add a:hover
background-color initial !important
border-color transparent !important
margin 0

.tab-add a button {
position: absolute;
bottom: 0;
}
.tab-add a button
position absolute
bottom 0

0 comments on commit 5645628

Please sign in to comment.