Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Raruto committed Nov 22, 2024
1 parent 8121680 commit dec5e7c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 10 additions & 1 deletion src/assets/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,15 @@ ul.g3w-tools .tool:hover { background-color: #374850; }
.query-relations-page .relationtable td { padding: 2px 5px !important; }
.query-relations-page .relationtable td span { font-size: 1em; }

.featurebox-body .node-row .field + .field,
.featurebox-body .tabs-wrapper + .tabs-wrapper,
.featurebox-body .node-row .field + .tabs-wrapper { border-left: 1px solid rgb(0,0,0,.1); }
.featurebox-body .node-row .tabs-wrapper { border-top-right-radius: 3px; border-top-left-radius:3px; }
.featurebox-body .node-row .tabs-wrapper { border-right: 1px solid rgb(0,0,0,.1); }
.featurebox-body .node-row .tabs-wrapper:last-of-type { border-right: none; }
.featurebox-body .nav-tabs { border-bottom: none; }
.featurebox-body .node-row .tabs-wrapper .tab-content { border-bottom: 1px solid rgb(0,0,0,.1); }
.featurebox-body .node-row .tabs-wrapper.sub-group .tabs-wrapper.sub-group { border: 1px solid rgb(0,0,0,.25); }

.fade-enter, .fade-leave-to { opacity: 0; }
.fade-enter-active, .fade-leave-active { transition: opacity 0.25s ease-out; }
Expand Down Expand Up @@ -1153,4 +1162,4 @@ body .tooltip .tooltip-inner { max-

@media print {
.no-print { display: none!important; }
}
}
6 changes: 4 additions & 2 deletions src/components/Field.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@ export default {
}
.field div {
padding-left: 3px;
padding-right: 3px;
}

.field_value button {
margin-right: 5px;
}
.field_value {
padding-left: 0 !important;
padding-right: 8px;
text-align: right;
}
</style>

0 comments on commit dec5e7c

Please sign in to comment.