376438ba39a4922bfdb59ddcccfa49b716fee609
nas + Tagging 1.0.1. It's not r...

nas authored 13 years ago

1) /* Half rounded headers */
2) div.grid_header
3) {
4) 	height: 28px;
5) 	margin-bottom: -1px;
6) }
7) /* You no left float, Core! */
8) h3.grid_header img
9) {
10) 	float: none;
11) }
12) 
13) /* This is done to position icons perfectly in the ticket header (i.e the navigation)*/
14) h3.ticketheader img
15) {
16) 	top: 2px;
17) 	position: relative;
18) 	margin-right: 2px;
19) }
20) 
21) .shd_hide_replybox
22) {
23) 	position: relative;
24) 	top: 8px;
25) }
26) 
27) /* The Respond, Edit, Delete etc links */
28) .shd_ticketlinks a
29) {
30) 	margin-right: 10px;
31) }
32) .shd_ticketlinks a#last
33) {
34) 	margin-right: 0px;
35) }
36) 
37) /* Ticket details (Left-floated box) */
38) .shd_ticketdetails
39) {
40) 	float: left;
41) 	width: 215px;
42) 	min-height: 280px;
43) 	overflow: auto;
44) 	margin-right: 20px;
45) }
46) .shd_ticketdetails ul
47) {
48) 	list-style-type: none;
49) 	padding-left: 0;
50) 	margin: 0;
51) }
52) .shd_smallicon
53) {
54) 	width: 13px;
55) 	height: 13px;
56) 	margin-right: 4px;
57) }
58) .shd_icon_minihead
59) {
60) 	position: relative;
61) 	top: 3px;
62) }
63) .shd_tinyicon
64) {
65) 	width: 9px;
66) 	height: 9px;
67) }
68) 
69) .shd_ticket_avatar
70) {
71) 	margin: 1em auto;
72) 	text-align: center;
73) }
74) 
75) /* The ticket container */
76) .shd_ticket
77) {
78) 	min-height: 340px;
79) }
80) .shd_ticket_description
81) {
82) 	padding-top: 9px;
83) 	padding-bottom: 45px;
84) 	margin-left: 260px;
85) 	min-height: 200px;
86) }
87) 
88) #shd_ticket_text
89) {
90) 	min-height: 100px;
91) }
92) 
93) /* The big reply button */
94) .shd_replybutton
95) {
96) 	margin-top: 10px;
97) 	height: 15px;
98) 	background: url(../images/simpledesk/respond.png) no-repeat left;
99) 	background-position: 10px;
100) 	padding: 10px;
101) 	padding-left: 40px;
102) 	padding-top: 8px;
103) 	font-weight: bold;
104) 	font-size: 100%;
105) 	margin-bottom: 10px;
106) }
107) /* The big quote button */
108) .shd_quotebutton
109) {
110) 	margin-top: 10px;
111) 	height: 15px;
112) 	background: url(../images/simpledesk/quote.png) no-repeat left;
113) 	background-position: 10px;
114) 	padding: 10px;
115) 	padding-left: 40px;
116) 	padding-top: 8px;
117) 	font-weight: bold;
118) 	font-size: 100%;
119) 	margin-right: 10px;
120) }
121) /* Go advanced! */
122) .shd_advancedbutton
123) {
124) 	margin-top: 10px;
125) 	height: 15px;
126) 	background: url(../images/simpledesk/advanced.png) no-repeat left;
127) 	background-position: 10px;
128) 	padding: 10px;
129) 	padding-left: 40px;
130) 	padding-top: 8px;
131) 	font-weight: bold;
132) 	font-size: 100%;
133) 	margin-right: 10px;
134) }
135) /* Replies */
136) .shd_reply
137) {
138) 	padding-bottom: 32px;
139) 	padding-top: 12px;
140) }
141) .shd_posterinfo
142) {
143) 	width: 14em;
144) 	text-align: center;
145) 	margin-left: 3px;
146) 	overflow: hidden;
147) }
148) .shd_postername
149) {
150) 	font-size: 120%;
151) }
152) .shd_groupmargin
153) {
154) 	margin-bottom: 10px;
155) }
nas ! Added more bug fixes to 1...

nas authored 13 years ago

156) .shd_posteravatar img
nas + Tagging 1.0.1. It's not r...

nas authored 13 years ago

157) {
158) 	padding: 0px;
nas ! Added more bug fixes to 1...

nas authored 13 years ago

159) 	max-width: 10.5em;