Browse Source

more node layout

master
rdrew 1 year ago
parent
commit
fae32ba295
  1. 14
      css/sass/_dataset-nodes.scss
  2. 12
      css/style.css
  3. 2
      css/style.css.map

14
css/sass/_dataset-nodes.scss

@ -1,3 +1,9 @@
.horizontal-tabs {
.field__label {
text-align: center;
color: var(--bold-color);
}
}
.islandora-rdm-files-list-tab { .islandora-rdm-files-list-tab {
.view { .view {
margin: 1rem 0; margin: 1rem 0;
@ -63,12 +69,12 @@
display: flex; display: flex;
padding: 8px 0; padding: 8px 0;
.views-label { .views-label {
width: 15%; width: 20%;
text-align: center; text-align: center;
padding-right: 1rem; padding-right: 1rem;
} }
.field-content { .field-content {
width: 85%; width: 80%;
} }
} }
} }
@ -144,7 +150,9 @@ details#group-dataset-identification .field {
//border-bottom: 1px solid #ccc; //border-bottom: 1px solid #ccc;
.field__label { .field__label {
width: 14rem; width: 14rem;
text-align: right; text-align: center;
color: var(--bold-color);
//text-align: right;
padding-right: 1rem; padding-right: 1rem;
&:after { &:after {
content: ':'; content: ':';

12
css/style.css

@ -1251,6 +1251,11 @@ button,
max-height: 90px; max-height: 90px;
} }
} }
.horizontal-tabs .field__label {
text-align: center;
color: var(--bold-color);
}
.islandora-rdm-files-list-tab .view { .islandora-rdm-files-list-tab .view {
margin: 1rem 0; margin: 1rem 0;
} }
@ -1303,12 +1308,12 @@ button,
padding: 8px 0; padding: 8px 0;
} }
.rdm_dataset_metadata .views-field .views-label { .rdm_dataset_metadata .views-field .views-label {
width: 15%; width: 20%;
text-align: center; text-align: center;
padding-right: 1rem; padding-right: 1rem;
} }
.rdm_dataset_metadata .views-field .field-content { .rdm_dataset_metadata .views-field .field-content {
width: 85%; width: 80%;
} }
.citation-block { .citation-block {
@ -1367,7 +1372,8 @@ details#group-dataset-identification .field {
} }
details#group-dataset-identification .field .field__label { details#group-dataset-identification .field .field__label {
width: 14rem; width: 14rem;
text-align: right; text-align: center;
color: var(--bold-color);
padding-right: 1rem; padding-right: 1rem;
} }
details#group-dataset-identification .field .field__label:after { details#group-dataset-identification .field .field__label:after {

2
css/style.css.map

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save