Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beta.ordbok.uib.no
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
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
Margunn.Rauset
beta.ordbok.uib.no
Commits
f57d947b
"git@git.app.uib.no:spraksamlingane/beta.ordbok.uib.no.git" did not exist on "a2eacf9e45857043490f78e924f91df53ed6ff4c"
Commit
f57d947b
authored
4 years ago
by
Ole Voldsæter
Browse files
Options
Downloads
Patches
Plain Diff
finere språk-knapper
parent
2fb88133
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/App.vue
+24
-1
24 additions, 1 deletion
src/App.vue
with
24 additions
and
1 deletion
src/App.vue
+
24
−
1
View file @
f57d947b
...
...
@@ -10,13 +10,14 @@
</Preview>
</
template
>
</autocomplete>
<span
class=
"lang-select-intro"
>
VIS ORDET PÅ
</span>
<input
type=
"radio"
id=
"radio_both"
value=
"nob,nno"
v-model=
"lang"
>
<label
for=
"radio_both"
>
Begge
</label>
<input
type=
"radio"
id=
"radio_nob"
value=
"nob"
v-model=
"lang"
>
<label
for=
"radio_nob"
>
Bokmål
</label>
<input
type=
"radio"
id=
"radio_nno"
value=
"nno"
v-model=
"lang"
>
<label
for=
"radio_nno"
>
Nynorsk
</label>
-
----
-
<input
type=
"radio"
id=
"radio_norsk"
value=
"norsk_ordbok"
v-model=
"lang"
>
<label
for=
"radio_norsk"
>
Norsk Ordbok
</label>
</header>
...
...
@@ -207,9 +208,31 @@ main {
width
:
25em
;
border-bottom
:
solid
#BC477B
;
border-radius
:
0px
;
margin-bottom
:
8px
;
}
.autocomplete-result-list
{
max-height
:
500px
;
}
input
[
type
=
radio
]
{
display
:
none
;
}
input
[
type
=
radio
]
:checked
+
label
{
font-weight
:
bold
;
border
:
solid
1px
#560027
;
}
label
{
margin
:
4px
4px
4px
8px
;
border-radius
:
4px
;
padding
:
2px
8px
2px
8px
;
background-color
:
#DDDDDD
}
.lang-select-intro
{
font-size
:
smaller
;
font-weight
:
bold
;
}
</
style
>
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