Skip to content

Commit 2922599

Browse files
committed
Updated huisstijl
1 parent 4ba752e commit 2922599

3 files changed

Lines changed: 19 additions & 15 deletions

File tree

client/src/App.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
<!-- If we ever decide to make these links open in the same tab, this is how:
2525
<GNav :route="{ path: '/help' }">Help</GNav>
2626
-->
27-
<a href="/galahad/help" target="_blank">Help</a>
28-
<a href="/galahad/application" target="_blank">About</a>
29-
<a href="/galahad/contribute" target="_blank">Contribute</a>
30-
<a href="https://portal.clarin.ivdnt.org/lancelot" target="_blank">LAnCeLoT</a>
27+
<a href="/galahad/help" target="_blank">help</a>
28+
<a href="/galahad/application" target="_blank">about</a>
29+
<a href="/galahad/contribute" target="_blank">contribute</a>
30+
<a href="https://portal.clarin.ivdnt.org/lancelot" target="_blank">lancelot</a>
3131
</template>
3232

3333
</GTabs>

client/src/components/GTabs.vue

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -154,18 +154,20 @@ export default defineComponent({
154154
155155
// header top tabs start
156156
.tabs-start {
157+
align-self: flex-start;
157158
158159
img {
159160
position: relative;
160-
left: -6px;
161-
height: 125px;
161+
left: -3px;
162+
top: -1px;
163+
height: 82px;
162164
pointer-events: none;
163165
}
164166
165167
a {
166168
display: block;
167-
height: 110px;
168-
width: 232px;
169+
height: 70px;
170+
width: 152px;
169171
position: relative;
170172
}
171173
}
@@ -180,11 +182,11 @@ export default defineComponent({
180182
font-style: normal;
181183
color: black;
182184
text-decoration: none;
183-
font-size: 16px;
185+
font-size: 0.8rem;
184186
185187
&:last-child {
186-
font-size: 50px;
187-
line-height: 50px;
188+
font-size: 1.7rem;
189+
line-height: 1.7rem;
188190
}
189191
}
190192
}
@@ -214,7 +216,7 @@ export default defineComponent({
214216
.tabs .header .bottom {
215217
display: inline-flex;
216218
flex-wrap: wrap;
217-
line-height: 50px;
219+
line-height: 45px;
218220
background-color: var(--int-theme);
219221
220222
>div {
@@ -266,14 +268,14 @@ export default defineComponent({
266268
background-color: var(--int-theme);
267269
z-index: 1;
268270
top: 0;
269-
box-shadow: 0px 0px 10px black;
271+
box-shadow: 0px 4px 5px 1px #ccc;
270272
271273
.top {
272-
height: 110px;
274+
height: 70px;
273275
}
274276
275277
.bottom {
276-
line-height: 70px;
278+
line-height: 52px;
277279
font-size: 18px;
278280
}
279281
}

client/src/components/tables/MetricsTable.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<p><i>PoS comparison is base on the full PoS, including features.</i></p>
77
<p>Click on a entry to view samples.</p>
88
</slot>
9+
<br />
10+
<br />
911
<DifferentTagsetsHelp />
1012
</template>
1113

0 commit comments

Comments
 (0)