repo.or.cz
/
qBittorrent.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync translations from Transifex and run lupdate
[qBittorrent.git]
/
src
/
webui
/
www
/
public
/
css
/
login.css
blob
61aec4e322fbc55614b9dab82f3494146f1ef268
1
body
{
2
color
:
#555
;
3
font-family
:
Arial
,
Helvetica
,
sans-serif
;
4
font-size
:
12px
;
5
line-height
:
18px
;
6
margin
:
0
;
7
text-align
:
left
;
8
}
9
10
.col
{
11
display
:
inline-block
;
12
vertical-align
:
middle
;
13
}
14
15
.row
{
16
margin-bottom
:
5px
;
17
}
18
19
#main
{
20
margin-left
:
auto
;
21
margin-right
:
auto
;
22
padding-top
:
5em
;
23
text-align
:
center
;
24
}
25
26
#formplace
{
27
padding
:
10px
;
28
text-align
:
left
;
29
}
30
31
#error_msg
{
32
color
:
#f00
;
33
}
34
35
#login
{
36
float
:
right
;
37
}
38
39
#logo
img
{
40
height
:
11em
;
41
}