Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beta.ordbok.uib.no
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Språksamlingane
beta.ordbok.uib.no
Commits
929bd23a
Commit
929bd23a
authored
4 years ago
by
Ole Voldsæter
Browse files
Options
Downloads
Patches
Plain Diff
re meta#300 mer luft
parent
ef4331b6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/App.vue
+7
-5
7 additions, 5 deletions
src/App.vue
src/components/Autocomplete.vue
+1
-1
1 addition, 1 deletion
src/components/Autocomplete.vue
src/components/DictionaryView.vue
+1
-1
1 addition, 1 deletion
src/components/DictionaryView.vue
with
9 additions
and
7 deletions
src/App.vue
+
7
−
5
View file @
929bd23a
<
template
>
<
template
>
<v-app
id=
"app"
>
<v-app
id=
"app"
>
<header>
<header>
<
p
class=
"about-link"
><router-link
to=
"/om"
>
OM ORDBØKENE
</router-link></
p
>
<
div
class=
"about-link"
><router-link
to=
"/om"
>
OM ORDBØKENE
</router-link></
div
>
<h1><a
:class=
"$vuetify.breakpoint.name"
href=
"/"
>
Ordbøkene
</a></h1>
<h1><a
:class=
"$vuetify.breakpoint.name"
href=
"/"
>
Ordbøkene
</a></h1>
<div
class=
"beta"
>
Beta
</div>
<div
class=
"beta"
>
Beta
</div>
<p
class=
"sub-title"
><router-link
to=
"/"
>
Bokmålsordboka og Nynorskordboka
</router-link></p>
<p
class=
"sub-title"
><router-link
to=
"/"
>
Bokmålsordboka og Nynorskordboka
</router-link></p>
...
@@ -58,6 +58,7 @@ a {
...
@@ -58,6 +58,7 @@ a {
h1
{
h1
{
font-family
:
Inria
Serif
;
font-family
:
Inria
Serif
;
color
:
var
(
--v-primary-base
);
color
:
var
(
--v-primary-base
);
padding-left
:
15px
;
}
}
h1
>
a
.xs
,
h1
>
a
.sm
{
h1
>
a
.xs
,
h1
>
a
.sm
{
...
@@ -71,14 +72,14 @@ header > h1 > a {
...
@@ -71,14 +72,14 @@ header > h1 > a {
margin
:
0px
;
margin
:
0px
;
}
}
p
.about-link
{
.about-link
{
text-align
:
right
;
text-align
:
right
;
margin
:
0
px
;
margin
-right
:
15
px
;
float
:
right
;
float
:
right
;
}
}
header
>
p
{
header
>
p
{
padding
:
3
px
;
padding
:
15
px
;
}
}
.beta
{
.beta
{
...
@@ -86,9 +87,10 @@ header > p {
...
@@ -86,9 +87,10 @@ header > p {
top
:
2px
;
top
:
2px
;
font-size
:
20px
;
font-size
:
20px
;
color
:
#BBBBBB
;
color
:
#BBBBBB
;
padding-left
:
15px
;
}
}
p
.about-link
>
a
{
.about-link
>
a
{
text-decoration
:
none
;
text-decoration
:
none
;
border-bottom
:
solid
var
(
--v-primary-base
)
2px
;
border-bottom
:
solid
var
(
--v-primary-base
)
2px
;
font-size
:
12px
;
font-size
:
12px
;
...
...
This diff is collapsed.
Click to expand it.
src/components/Autocomplete.vue
+
1
−
1
View file @
929bd23a
...
@@ -110,7 +110,7 @@
...
@@ -110,7 +110,7 @@
.autocomplete-container
{
.autocomplete-container
{
max-width
:
520px
;
max-width
:
520px
;
padding-left
:
3
px
;
padding-left
:
15
px
;
}
}
.autocomplete-container.sm
{
.autocomplete-container.sm
{
...
...
This diff is collapsed.
Click to expand it.
src/components/DictionaryView.vue
+
1
−
1
View file @
929bd23a
...
@@ -340,7 +340,7 @@ div.monthly article.nob .dict-label::before {
...
@@ -340,7 +340,7 @@ div.monthly article.nob .dict-label::before {
}
}
.lang_select_container
{
.lang_select_container
{
padding-left
:
3
px
;
padding-left
:
15
px
;
}
}
li
.suggestion
{
li
.suggestion
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment