-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathstyle.css
More file actions
49 lines (49 loc) · 704 Bytes
/
Copy pathstyle.css
File metadata and controls
49 lines (49 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
@media all{
html{
height: 100%;
}
th.c{
width:16.66666667% !important;
}
th.d{
width:13% !important;
}
td,th{
text-align: center;
vertical-align: middle!important;
}
table.ind{
display: inline-block;
}
hr{
margin: 5px 0;
}
input.input-sm{
width: 60px!important;
}
img[alt="www.000webhost.com"] {
display: none;
}
.app.row{
text-align: center;
}
.form-control{
display: inline-block;
width:auto;
}
.mrg{
margin-bottom: 0;
margin-top:10px;
}
.apk{
height: 50px;
margin: auto;
}
table td, table th{
padding: 3px!important;
}
img{
height: 15px;
}
#preload { background: url(check.png) no-repeat -9999px -9999px; height: 1px; width: 1px;}
}