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
WebUI: migrate to fetch API
[qBittorrent.git]
/
src
/
webui
/
www
/
public
/
css
/
login.css
blob
0b7efe8903cf82e2d0f79999eeef3814a88c18ac
1
body
{
2
font-family
:
Arial
,
Helvetica
,
sans-serif
;
3
font-size
:
12px
;
4
line-height
:
18px
;
5
margin
:
0
;
6
text-align
:
left
;
7
}
8
9
.col
{
10
display
:
inline-block
;
11
vertical-align
:
middle
;
12
}
13
14
.row
{
15
margin-bottom
:
5px
;
16
}
17
18
#main
{
19
margin-left
:
auto
;
20
margin-right
:
auto
;
21
padding-top
:
5em
;
22
text-align
:
center
;
23
}
24
25
#formplace
{
26
padding
:
10px
;
27
text-align
:
left
;
28
}
29
30
#error_msg
{
31
color
:
#f00
;
32
white-space
:
pre
;
33
}
34
35
#loginButton
{
36
float
:
right
;
37
}
38
39
#logo
img
{
40
height
:
11em
;
41
}