rdrew 2 years ago
parent
commit
49b13129ad
  1. 16
      css/sass/_dataset-nodes.scss
  2. 15
      css/style.css
  3. 2
      css/style.css.map

16
css/sass/_dataset-nodes.scss

@ -21,6 +21,8 @@
}
.label {
width: 12rem;
width: auto;
text-align: right;
}
.value {
}
@ -28,3 +30,17 @@
display: none;
}
}
//tabs
details#group-dataset-identification .field {
//border-bottom: 1px solid #ccc;
.field__label {
width: 14rem;
text-align: right;
padding-right: 1rem;
&:after {
content: ':';
}
}
display: flex;
margin-bottom: 1rem;
}

15
css/style.css

@ -1273,11 +1273,26 @@ button,
}
.rdm_metadata .label {
width: 12rem;
width: auto;
text-align: right;
}
.rdm_metadata .field__label {
display: none;
}
details#group-dataset-identification .field {
display: flex;
margin-bottom: 1rem;
}
details#group-dataset-identification .field .field__label {
width: 14rem;
text-align: right;
padding-right: 1rem;
}
details#group-dataset-identification .field .field__label:after {
content: ":";
}
.search-results ul {
list-style: none;
padding: 0;

2
css/style.css.map

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