Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LibreTranslate
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Riße, Matthias
LibreTranslate
Commits
29457397
Commit
29457397
authored
3 years ago
by
Piero Toffanin
Browse files
Options
Downloads
Patches
Plain Diff
Fix CSS
parent
cdff45ef
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
app/static/css/main.css
+2
-1
2 additions, 1 deletion
app/static/css/main.css
app/static/css/main.min.css
+0
-1
0 additions, 1 deletion
app/static/css/main.min.css
app/templates/index.html
+1
-1
1 addition, 1 deletion
app/templates/index.html
with
3 additions
and
3 deletions
app/static/css/main.css
+
2
−
1
View file @
29457397
...
...
@@ -38,10 +38,11 @@ h3.header {
-webkit-appearance
:
none
;
appearance
:
none
;
background-color
:
transparent
;
padding
:
0
1.25rem
0
0.25rem
;
padding
:
0
;
text-indent
:
0.01px
;
text-overflow
:
""
;
margin
:
0
;
margin-left
:
6px
;
height
:
2rem
;
line-height
:
inherit
;
outline
:
none
;
...
...
This diff is collapsed.
Click to expand it.
app/static/css/main.min.css
deleted
100644 → 0
+
0
−
1
View file @
cdff45ef
body
,
html
,
select
{
font-size
:
16px
;
font-family
:
Arial
,
Helvetica
,
sans-serif
!important
}
h3
.header
{
margin-bottom
:
2.5rem
}
.mb-0
{
margin-bottom
:
0
!important
}
.mt-0
{
margin-top
:
0
!important
}
.position-relative
{
position
:
relative
}
.language-select
{
display
:
inline-flex
;
align-items
:
center
;
justify-content
:
flex-start
}
.language-select
select
{
border
:
none
;
width
:
auto
;
cursor
:
pointer
;
font-weight
:
600
;
text-decoration
:
underline
;
-webkit-appearance
:
none
;
appearance
:
none
;
background-color
:
transparent
;
padding
:
0
1.25rem
0
.25rem
;
text-indent
:
.01px
;
text-overflow
:
""
;
margin
:
0
;
height
:
2rem
;
line-height
:
inherit
;
outline
:
0
;
position
:
relative
}
@-moz-document
url-prefix
(){
.language-select
select
{
-moz-appearance
:
none
;
text-indent
:
-2px
;
margin-right
:
-8px
}}
.language-select
:after
{
content
:
""
;
width
:
.5em
;
height
:
.5em
;
margin
:
0
0
.25rem
-.75rem
;
border
:
solid
#000
;
border-width
:
0
2px
2px
0
;
display
:
inline-block
;
padding
:
3px
;
transform
:
rotate
(
45deg
);
z-index
:
-1
}
.btn-switch-language
{
color
:
#000
;
margin-left
:
-1.5rem
;
margin-right
:
1rem
}
.textarea-container
{
margin-top
:
0
;
position
:
relative
}
.btn-delete-text
{
position
:
absolute
;
right
:
1.5rem
;
top
:
.75rem
;
border
:
0
;
background
:
0
0
;
padding
:
0
;
cursor
:
pointer
;
color
:
#777
}
.btn-copy-translated
:focus
,
.btn-delete-text
:focus
{
background
:
0
0
!important
}
.characters-limit-container
{
position
:
absolute
;
right
:
2rem
;
bottom
:
1rem
;
color
:
#777
;
pointer-events
:
none
}
.btn-copy-translated
{
position
:
absolute
;
right
:
2.75rem
;
bottom
:
1rem
;
display
:
flex
;
align-items
:
center
;
color
:
#777
;
font-size
:
.85rem
;
background
:
0
0
;
border
:
none
;
cursor
:
pointer
;
margin-right
:
-1.5rem
}
.btn-copy-translated
span
{
padding-right
:
.5rem
}
.btn-copy-translated
.material-icons
{
font-size
:
1.35rem
}
.progress
{
background-color
:
#f3f3f3
}
.progress.translate
{
position
:
absolute
}
.progress
.indeterminate
{
background-color
:
#4682b4
}
.textarea-container
textarea
{
font-size
:
1.25rem
;
resize
:
none
;
border
:
1px
solid
#ccc
;
background
:
#f3f3f3
;
padding
:
1rem
2rem
1rem
1.5rem
;
overflow-y
:
hidden
}
.sr-only
{
position
:
absolute
;
width
:
1px
;
height
:
1px
;
padding
:
0
;
margin
:
-1px
;
overflow
:
hidden
;
clip
:
rect
(
0
,
0
,
0
,
0
);
border
:
0
}
.code
{
font-size
:
90%
;
padding
:
1rem
1.5rem
;
border
:
1px
solid
#ccc
;
background
:
#fbfbfb
;
overflow
:
auto
;
font-family
:
monospace
;
min-height
:
280px
;
width
:
100%
;
overflow
:
auto
}
.page-footer
.footer-copyright
{
justify-content
:
center
;
padding
:
.5rem
1rem
}
#logo-container
{
height
:
100%
}
.logo
{
height
:
32px
}
@media
(
max-width
:
760px
){
.language-select
select
{
text-align
:
center
;
margin
:
auto
;
padding
:
0
}
.language-select
:after
{
content
:
none
}
.language-select
span
{
display
:
none
}}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app/templates/index.html
+
1
−
1
View file @
29457397
...
...
@@ -19,7 +19,7 @@
<link
rel=
"stylesheet"
href=
"{{ url_for('static', filename='css/materialize.min.css') }}"
>
<link
rel=
"stylesheet"
href=
"{{ url_for('static', filename='css/material-icons.css') }}"
/>
<link
rel=
"stylesheet"
href=
"{{ url_for('static', filename='css/prism.min.css') }}"
/>
<link
rel=
"stylesheet"
href=
"{{ url_for('static', filename='css/main.
min.
css') }}?t=
1
"
/>
<link
rel=
"stylesheet"
href=
"{{ url_for('static', filename='css/main.css') }}?t=
2
"
/>
{% if gaId %}
<!-- Global site tag (gtag.js) - Google Analytics -->
...
...
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