sysfavourite_wev8.css
654 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
@CHARSET "UTF-8";
.container{
height: 179px;
background-color: #fff;
font-size: 12px;
height: 250px;
}
.first{
padding-top: 25px !important;
}
.favline{
line-height: 30px;
padding: 10px 0px;
}
.favtitle{
margin-left: 10px;
width: 120px;
display: inline-block;
text-align: right;
}
.favfield{
display: inline-block;
}
.favfield input{
display: inline-block;
border: 1px solid #e4e4e4;
background-color: #fff;
height: 28px;
width: 226px;
}
.favfield span{
display: inline-block;
}
.selectfield{
width: 257px;
display: inline-block;
}
.selectfield select{
width: 257px;
display: inline-block;
}
.selectfield .sbHolder{
height: 28px;
}