Skip to content

Commit

Permalink
Small UI adjustments (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Feb 12, 2020
1 parent d69f01b commit bd250fd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/ConceptDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,6 @@ export default {

<style>
.conceptDetail .cocoda-vue-tabs .cocoda-vue-tabs-content {
padding: 10px 5px 0px 5px;
padding: 8px 6px 6px 6px !important;
}
</style>
1 change: 1 addition & 0 deletions src/components/MappingBrowserTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@
</div>
<div
v-if="showEditingTools"
:style="`margin-left: 1px;`"
class="mappingBrowser-toolbar-button">
<font-awesome-icon
v-b-tooltip.hover="{ title: canEdit(data, user) ? $t('mappingBrowser.edit', [$jskos.prefLabel(data.item.registry)]) : $t('mappingBrowser.clone', [$jskos.prefLabel(currentRegistry)]), delay: defaults.delay.medium }"
Expand Down
10 changes: 5 additions & 5 deletions src/components/MappingEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<mapping-type-selection
:mapping="$store.state.mapping.mapping" />
</div>
<div class="mappingEditor-creator">
<div class="mappingEditor-creator fontSize-small">
{{ creatorName }}
</div>
<div class="mappingEditor-title">
Expand Down Expand Up @@ -726,8 +726,8 @@ export default {
.mappingEditor-creator {
position: absolute;
bottom: 2px;
right: 43px;
bottom: -4px;
right: 40px;
}
.mappingEditor-title {
Expand All @@ -751,8 +751,8 @@ export default {
.mappingEditor-mappingNotSaved {
position: absolute;
top: 0;
right: 20px;
bottom: -4px;
left: 1px;
color: @color-button-delete;
z-index: @zIndex-2;
}
Expand Down
2 changes: 2 additions & 0 deletions src/style/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,14 @@ ul {
}
.starFavorite {
color: darken(@color-select, 12%);
margin-right: 3px;
}
.starFavorite:hover, .starNormal:hover {
color: @color-button-hover;
}
.starNormal {
color: @color-button-faded;
margin-right: 3px;
}

// Other styles // --------------------------------------------------
Expand Down

0 comments on commit bd250fd

Please sign in to comment.