-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcsn_style.css
81 lines (79 loc) · 1.27 KB
/
csn_style.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
69
70
71
72
73
74
75
76
77
78
79
80
81
/*
Document : csn_style.css
Created on : Apr 5, 2009, 1:51:12 PM
Author : Greg Dean
Description:
Purpose of the stylesheet follows.
*/
/*
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#csn {
width: 80%;
margin-top: 10px;
}
#csn th{
text-align: left;
}
#csn th.name{
min-width: 10%;
}
#csn th.story{
width: 50%;
}
#csn th.action{
min-width: 10%;
}
#csn_msg{
width: 79.5%;
margin: 3px 0px;
display: none;
padding: 5px 3px;
}
#csn_submission_content{
width: 65%;
}
#csn_submission_details{
width: 65%;
margin: 10px 0px 10px 5px;
}
#csn_submission_details input{
padding: 5px;
margin:0 5px;
}
#major-publishing-actions input{
padding: 0px;
margin: 0px;
float: none;
}
#csn_submission_details label{
padding: 5px;
float:left;
}
#csn_submission_details fieldset{
margin-top: 3px;
margin-bottom: 5px;
}
#csn_form{
text-align: left;
width: 100%
}
#csn_captcha_code{
width: 220px !important;
}
#csn_form input{
float: right;
width: 234px;
margin-right: 135px;
}
#csn_form li{
list-style: none;
margin-top: 5px;
}
#csn_user_submission span{
vertical-align: top;
}
#csn_form li:before{
content: none;
}