-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmain.css
68 lines (56 loc) · 903 Bytes
/
main.css
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
body{
width: 100%;
height: 100%;
background-color: #fff;
}
#title {
text-align: center;
}
#white_space {
height: 20px;
}
#send_text {
width: 330px;
}
#send_button {
width: 100px;
}
#endofline_combobox {
width: 120px;
}
#receive_area {
height: 250px;
}
#receive_textarea {
width: 98%;
height: 100%;
resize: none;
}
#connect_line {
text-align: right;
}
.label {
text-align: right;
display: inline-block;
}
.combobox {
width: 100px;
margin-left: 10px;
margin-right: 20px;
}
#connect_button {
width: 100px;
}
#simplemodal-overlay {background-color:#000;}
#simplemodal-container {height:50px; width:200px; color:#bbb; background-color:#333; border:1px solid #444; padding:5px;}
#simplemodal-container a.modalCloseImg {
background:url(x.png) no-repeat;
width:25px;
height:29px;
display:inline;
z-index:3200;
position:absolute;
top:-15px;
right:-18px;
cursor:pointer;
}