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: Use Map instead of Mootools Hash in Torrents table
[qBittorrent.git]
/
src
/
webui
/
www
/
public
/
css
/
login.css
blob
fd72f94fbebaf6032144e252d79ca21012821820
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
}
33
34
#loginButton
{
35
float
:
right
;
36
}
37
38
#logo
img
{
39
height
:
11em
;
40
}