fa6eb885ec93b005518a396b8546bf0122986a86
nas ! I broke everything when m...

nas authored 13 years ago

1) /**********************************
2) * General stuff used all around the helpdesk 	*
3) ***********************************/
jdarwood007 A few more minor fixes

jdarwood007 authored 5 years ago

4) /* Make sure the hidden class is here */
5) .hidden {
6) 	display: none;
7) }
8) 
cookiemonster ! Forgot the CSS, heh.

cookiemonster authored 13 years ago

9) /* SimpleDesk icons */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

10) .shd_icon {
cookiemonster ! Forgot the CSS, heh.

cookiemonster authored 13 years ago

11) 	position: relative;
12) 	top: 3px;
13) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

14) .shd_tinyicon {
nas ! I broke everything when m...

nas authored 13 years ago

15) 	width: 9px;
16) 	height: 9px;
17) }
18) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

19) .shd_main_hd {
nas ! I broke everything when m...

nas authored 13 years ago

20) 	margin-top: -3px;
21) }
22) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

23) .shd_no_margin {
cookiemonster ! Forgot the CSS, heh.

cookiemonster authored 13 years ago

24) 	margin: 0;
25) }
26) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

27) .shd_hide_bottom_border {
cookiemonster ! Forgot the CSS, heh.

cookiemonster authored 13 years ago

28) 	border-bottom: 0;
29) }
30) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

31) .shd_staffresources ul {
nas ! I broke everything when m...

nas authored 13 years ago

32) 	list-style-type: none;
33) 	padding: 0;
34) 	margin: 0;
35) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

36) .shd_staffresources li {
nas ! I broke everything when m...

nas authored 13 years ago

37) 	margin-bottom: 3px;
38) }
39) 
Antes Shall we call this "taking...

Antes authored 8 years ago

40) .shd_gototicket {
nas ! I broke everything when m...

nas authored 13 years ago

41) 	display: block;
42) 	float: right;
43) 	margin-left: 1em;
44) }
45) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

46) .shd_assignees {
gruffen + AJAX assignment [Feature 61]

gruffen authored 13 years ago

47) 	background-color:inherit;
48) 	padding-left: 1em;
49) }
50) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

51) .shd_assignees:hover {
gruffen + AJAX assignment [Feature 61]

gruffen authored 13 years ago

52) 	background-color: #bbbbbb;
53) }
54) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

55) .shd_assign_button, .shd_assignees {
gruffen + AJAX assignment [Feature 61]

gruffen authored 13 years ago

56) 	cursor: pointer;
57) }
58) 
jdarwood007 Convert over to JSON from X...

jdarwood007 authored 5 years ago

59) .stats .shd_assignees_list {
60) 	width: 100%;
61) }
62) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

63) .information li dt {
gruffen ! Reworked the item listing...

gruffen authored 13 years ago

64) 	color: gray;
65) 	font-weight: bold;
66) 	float: left;
67) }
68) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

69) .information li dd {
gruffen ! Reworked the item listing...

gruffen authored 13 years ago

70) 	float: left;
71) 	margin: 0;
72) 	padding: 0 4px 0 7px;
73) }
74) 
jdarwood007 Add ability to change ticke...

jdarwood007 authored 5 years ago

75) dd#urgency_button, dd#assigned_button {
gruffen ! Reworked the item listing...

gruffen authored 13 years ago

76) 	padding: 1px 0;
77) }
78) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

79) span.shd_new_tickets {
jdarwood007 ! Fixed a few plugin errors...

jdarwood007 authored 8 years ago

80) 	margin-left: 5px;
81)     padding: 1px 5px 3px 4px;
82) }
83) 
jdarwood007 Fixes #115

jdarwood007 authored 5 years ago

84) .shd_smallicon {
85) 	max-width: initial;
86) }
87) 
jdarwood007 ! Fixed a few plugin errors...

jdarwood007 authored 8 years ago

88) /* The page index color looks ugly with our theme. */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

89) .shd_cat_bar .current_page, .shd_pages .current_page {
jdarwood007 ! Fixed a few plugin errors...

jdarwood007 authored 8 years ago

90) 	color: #fff;
jdarwood007 ! Fixed some issues caused...

jdarwood007 authored 8 years ago

91) 	padding: 0;
92) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

93) .bot_page .current_page {
jdarwood007 ! Fixed some issues caused...

jdarwood007 authored 8 years ago

94) 	padding: 0;
jdarwood007 ! Fixed a few plugin errors...

jdarwood007 authored 8 years ago

95) }
96) 
nas ! I broke everything when m...

nas authored 13 years ago

97) /**********************************
98) * Stuff used within the actual tickets 	*
99) ***********************************/
100) 
101) /* This is done to position icons perfectly in the ticket header (i.e the navigation)*/
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

102) h3.ticketheader img {
nas ! I broke everything when m...

nas authored 13 years ago

103) 	top: 2px;
104) 	position: relative;
105) 	margin-right: 2px;
106) }
107) 
108) /* Ticket details (Left-floated box) */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

109) .shd_ticket_side_column {
nas ! I broke everything when m...

nas authored 13 years ago

110) 	float: left;
jdarwood007 Add ability to change ticke...

jdarwood007 authored 5 years ago

111) 	width: 23%;
jdarwood007 ! Fixed some issues caused...

jdarwood007 authored 8 years ago

112) 	padding: 0 5px 5px 5px;
cookiemonster + Custom fields should now...

cookiemonster authored 13 years ago

113) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

114) .shd_ticketdetails {
nas ! I broke everything when m...

nas authored 13 years ago

115) 	overflow: auto;
jblaze + Added custom fields to ne...

jblaze authored 13 years ago

116) 	float: left;
gruffen ! Tweaks of the layout for...

gruffen authored 13 years ago

117) 	width: 100%;
nas ! I broke everything when m...

nas authored 13 years ago

118) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

119) .shd_ticketdetails .shd_smallicon {
jdarwood007 ! Fixed some issues caused...

jdarwood007 authored 8 years ago

120) 	padding-top: 7px;
121) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

122) .shd_customfields {
jblaze ! Fixed placement of custom...

jblaze authored 13 years ago

123) 	width: 66%;
124) 	margin-bottom: 0;
125) 	margin-top: 5px;
126) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

127) .shd_additional_details {
cookiemonster + Custom fields should now...

cookiemonster authored 13 years ago

128) 	overflow: auto;
jblaze - Removed custom fields fro...

jblaze authored 13 years ago

129) 	float: left;
gruffen ! Tweaks of the layout for...

gruffen authored 13 years ago

130) 	width: 100%;
cookiemonster + Custom fields should now...

cookiemonster authored 13 years ago

131) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

132) .shd_ticket_side_column li {
gruffen ! Tweaks of the layout for...

gruffen authored 13 years ago

133) 	line-height: 1.8em;
134) }
nas ! I broke everything when m...

nas authored 13 years ago

135) 
136) /* The ticket container */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

137) form#postmodify .shd_ticket_roundframe {
jdarwood007 ! Fixed some issues caused...

jdarwood007 authored 8 years ago

138) 	padding: 12px 16px;
139) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

140) .shd_ticket {
gruffen ! Adjusted the CSS not to b...

gruffen authored 13 years ago

141) 	min-height: 250px;
nas ! I broke everything when m...

nas authored 13 years ago

142) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

143) .shd_ticket_description {
jdarwood007 Add ability to change ticke...

jdarwood007 authored 5 years ago

144) 	margin-left: 23%;
nas ! I broke everything when m...

nas authored 13 years ago

145) }
146) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

147) #shd_ticket_text {
nas ! I broke everything when m...

nas authored 13 years ago

148) 	min-height: 100px;
149) }
150) 
151) /* The left column in the ticket display */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

152) .shd_ticket_leftcolumn {
nas ! I broke everything when m...

nas authored 13 years ago

153) 	width: 25%;
Antes Movements towards to more r...

Antes authored 7 years ago

154) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

155) .shd_ticket_leftcolumn .roundframe {
Antes Movements towards to more r...

Antes authored 7 years ago

156) 	margin: 0;
nas ! I broke everything when m...

nas authored 13 years ago

157) }
158) /* The right column in the ticket display */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

159) .shd_ticket_rightcolumn {
nas ! I broke everything when m...

nas authored 13 years ago

160) 	width: 75%;
161) }
162) 
163) /* The Respond, Edit, Delete etc links */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

164) .shd_ticketlinks a {
nas ! I broke everything when m...

nas authored 13 years ago

165) 	margin-right: 10px;
166) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

167) .shd_ticketlinks a#last {
nas ! I broke everything when m...

nas authored 13 years ago

168) 	margin-right: 0px;
169) }
170) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

171) .shd_ticket_avatar {
nas ! I broke everything when m...

nas authored 13 years ago

172) 	margin: 1em auto;
173) 	text-align: center;
174) }
175) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

176) .shd_modified {
nas ! I broke everything when m...

nas authored 13 years ago

177) 	margin-top: 20px;
178) }
179) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

180) .postreply {
nas ! I broke everything when m...

nas authored 13 years ago

181) 	margin: 0;
182) }
183) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

184) .postmodify {
nas ! I broke everything when m...

nas authored 13 years ago

185) 	margin: 0;
186) }
187) 
188) /* The 'Go to the main log' link in ticket logs */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

189) .shd_main_log {
nas ! I broke everything when m...

nas authored 13 years ago

190) 	font-size: 80%;
191) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

192) .shd_main_log img {
nas ! I broke everything when m...

nas authored 13 years ago

193) 	position: relative;
194) 	top: 3px;
195) 	margin-right: 2px;
196) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

197) #shd_ticket_log_expand {
nas ! I broke everything when m...

nas authored 13 years ago

198) 	margin-top: 8px;
cookiemonster ! The expand/collapse icons...

cookiemonster authored 13 years ago

199) 	position: relative;
200) 	left: 4px;
nas ! I broke everything when m...

nas authored 13 years ago

201) }
Mert ALINBAY Catching the core changes a...

Mert ALINBAY authored 6 years ago

202) .shd_customfields input[type="text"]
gruffen ! Deleting a custom field f...

gruffen authored 13 years ago

203) {
204) 	width: 85%;
205) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

206) .shd_ticket_log_expand_container {
nas ! I broke everything when m...

nas authored 13 years ago

207) 	margin-right: 3px;
208) }
209) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

210) #quickReplyExpand {
nas ! I broke everything when m...

nas authored 13 years ago

211) 	margin-top: 8px;
212) }
213) 
214) /* Override editor margins */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

215) #quickReplyOptions form textarea {
nas ! I broke everything when m...

nas authored 13 years ago

216) 	margin-bottom: 0!important;
217) }
218) 
219) /**********************************
220)  * Huge buttons :D			 	*
221) ***********************************/
222) 
223) /* The big reply button */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

224) .shd_replybutton {
225) 	background: url(../images/simpledesk/respond.png) no-repeat left;
nas ! I broke everything when m...

nas authored 13 years ago

226) 	background-position: 10px;
jdarwood007 Fix “Reply with Quote” butt...

jdarwood007 authored 6 years ago

227) 	padding: 8px 10px 10px 40px;
nas ! I broke everything when m...

nas authored 13 years ago

228) 	font-weight: bold;
229) 	font-size: 100%;
230) 	margin-bottom: 10px;
jdarwood007 ! Fixed some issues caused...

jdarwood007 authored 8 years ago

231) 	border: 1px solid #ddd;
232) 	border-radius: 7px;
nas ! I broke everything when m...

nas authored 13 years ago

233) }
234) /* The big quote button */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

235) .shd_quotebutton {
236) 	background: url(../images/simpledesk/quote.png) no-repeat left;
nas ! I broke everything when m...

nas authored 13 years ago

237) 	background-position: 10px;
jdarwood007 Fix “Reply with Quote” butt...

jdarwood007 authored 6 years ago

238) 	padding: 8px 10px 10px 40px;
nas ! I broke everything when m...

nas authored 13 years ago

239) 	font-weight: bold;
240) 	font-size: 100%;
jdarwood007 Fix “Reply with Quote” butt...

jdarwood007 authored 6 years ago

241) 	margin-bottom: 10px;
nas ! I broke everything when m...

nas authored 13 years ago

242) 	margin-right: 10px;
jdarwood007 Fix “Reply with Quote” butt...

jdarwood007 authored 6 years ago

243) 	border: 1px solid #ddd;
244) 	border-radius: 7px;
nas ! I broke everything when m...

nas authored 13 years ago

245) }
246) /* Go advanced! */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

247) .shd_advancedbutton {
248) 	background: url(../images/simpledesk/advanced.png) no-repeat left;
nas ! I broke everything when m...

nas authored 13 years ago

249) 	background-position: 10px;
250) 	padding: 10px;
251) 	padding-left: 40px;
252) 	padding-top: 8px;
253) 	font-weight: bold;
254) 	font-size: 100%;
255) 	margin-right: 10px;
jdarwood007 Cleanup Templates

jdarwood007 authored 5 years ago

256) 	border-top: 1px solid #ddd;
257) 	border-radius: 7px;
nas ! I broke everything when m...

nas authored 13 years ago

258) }
259) 
260) /* Edit settings*/
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

261) .shd_editpreferences {
nas ! I broke everything when m...

nas authored 13 years ago

262) 	height: 15px;
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

263) 	background: url(../images/simpledesk/edit.png) no-repeat left;
nas ! I broke everything when m...

nas authored 13 years ago

264) 	background-position: 10px;
265) 	padding: 10px;
266) 	padding-left: 40px;
267) 	padding-top: 8px;
268) 	font-weight: bold;
269) 	font-size: 100%;
270) 	margin-right: 10px;
271) }
272) 
273) /* Show tickets */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

274) .shd_showtickets {
nas ! I broke everything when m...

nas authored 13 years ago

275) 	height: 15px;
276) 	padding: 10px;
277) 	padding-left: 40px;
278) 	padding-top: 8px;
279) 	font-weight: bold;
280) 	font-size: 100%;
281) 	margin-right: 10px;
282) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

283) #shd_showtickets {
284) 	background: url(../images/simpledesk/details.png) no-repeat left;
nas ! I broke everything when m...

nas authored 13 years ago

285) 	background-position: 10px;
286) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

287) #shd_post_proxy {
288) 	background: url(../images/simpledesk/proxy.png) no-repeat left;
gruffen ! Minor code formatting cle...

gruffen authored 13 years ago

289) 	background-position: 10px;
nas ! I broke everything when m...

nas authored 13 years ago

290) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

291) #shd_post_ticket {
292) 	background: url(../images/simpledesk/ticket.png) no-repeat left;
gruffen ! If on own HD profile, pro...

gruffen authored 13 years ago

293) 	background-position: 10px;
294) }
nas ! I broke everything when m...

nas authored 13 years ago

295) 
296) /**********************************
297) * Ticket replies				 *
298) ***********************************/
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

299) .shd_posterinfo {
nas ! Made the poster column in...

nas authored 13 years ago

300) 	width: 14em;
nas ! I broke everything when m...

nas authored 13 years ago

301) 	text-align: center;
302) 	margin-left: 3px;
nas ! Made the poster column in...

nas authored 13 years ago

303) 	overflow: hidden;
nas ! I broke everything when m...

nas authored 13 years ago

304) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

305) .shd_postername {
nas ! I broke everything when m...

nas authored 13 years ago

306) 	font-size: 120%;
307) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

308) .shd_groupmargin {
nas ! I broke everything when m...

nas authored 13 years ago

309) 	margin-bottom: 10px;
310) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

311) .shd_posteravatar img {
nas ! I broke everything when m...

nas authored 13 years ago

312) 	padding: 0px;
313) 	max-width: 10.5em;
314) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

315) .shd_replyarea {
nas ! Made the poster column in...

nas authored 13 years ago

316) 	padding-left: 14em;
nas ! I broke everything when m...

nas authored 13 years ago

317) 	margin-left: 10px;
318) }
319) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

320) .shd_reply .avatar {
nas ! I broke everything when m...

nas authored 13 years ago

321) 	margin-bottom: 10px;
322) }
323) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

324) .shd_ajax_head {
gruffen ! Pinging notification now...

gruffen authored 12 years ago

325) 	font-weight: bold;
326) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

327) .shd_ajaxnotify {
gruffen ! Pinging notification now...

gruffen authored 12 years ago

328) 	width: 40%;
329) 	margin-right: 5%;
330) 	float: left;
331) }
jdarwood007 Cleanup Templates

jdarwood007 authored 5 years ago

332) dl.settings dt.shd_cust_fields_largetext, .shd_cust_fields_largetext textarea {
333) 	width: 100%;
334) }
335) 
gruffen ! Pinging notification now...

gruffen authored 12 years ago

336) 
nas ! I broke everything when m...

nas authored 13 years ago

337) /**********************************
jblaze + Added custom fields to ne...

jblaze authored 13 years ago

338) * Attachment stuff				  *
nas ! I broke everything when m...

nas authored 13 years ago

339) ***********************************/
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

340) .shd_reply_attachments {
nas ! I broke everything when m...

nas authored 13 years ago

341) 	margin-bottom: 0;
342) 	margin-top: 5px;
343) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

344) .shd_reply_attachments ul, .shd_reply_attachments li {
nas ! I broke everything when m...

nas authored 13 years ago

345) 	display: block;
346) 	list-style-type: none;
347) }
348) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

349) .shd_reply_attachments li {
nas ! I broke everything when m...

nas authored 13 years ago

350) 	float: left;
351) 	width: 30%;
352) }
353) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

354) .shd_attachment {
nas ! I broke everything when m...

nas authored 13 years ago

355) 	padding-bottom: 5px;
356) 	font-size: 85%;
357) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

358) .shd_attachmentpreview {
nas ! I broke everything when m...

nas authored 13 years ago

359) 	text-align: center;
360) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

361) .shd_attachmentpreview img {
nas ! I broke everything when m...

nas authored 13 years ago

362) 	max-width: 75px;
363) 	margin: 3px;
364) 	margin-top: 6px;
365) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

366) .shd_attachmentpreview .description {
nas ! I broke everything when m...

nas authored 13 years ago

367) 	padding: 0;
368) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

369) .shd_removeattachment {
nas ! I broke everything when m...

nas authored 13 years ago

370) 	margin-left: -8px;
371) 	margin-right: 3px;
372) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

373) .shd_attachmentcolumn {
nas ! I broke everything when m...

nas authored 13 years ago

374) 	margin-right: 20px;
375) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

376) .shd_thumb {
nas ! I broke everything when m...

nas authored 13 years ago

377) 	border: 0;
378) 	display: block;
379) 	margin-left: auto;
380) 	margin-right: auto;
381) }
382) 
jdarwood007 Fix up some recent SMF changes

jdarwood007 authored 5 years ago

383) #shd_notifications_div {
384) 	margin-top: 1em;
385) }
386) 
nas ! I broke everything when m...

nas authored 13 years ago

387) /**********************************
388) * Posting and editing tickets/replies		 *
389) ***********************************/
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

390) #shd_bbcbox {
nas ! I broke everything when m...

nas authored 13 years ago

391)    margin: 0 0 0.5em 0;
392) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

393) #shd_bbcbox div {
wintstar Fixed Pluginsystem and Fro...

wintstar authored 8 years ago

394) 	margin: 0.2em 0;
395) 	vertical-align: top;
nas ! I broke everything when m...

nas authored 13 years ago

396) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

397) #shd_bbcbox div img {
wintstar Fixed Pluginsystem and Fro...

wintstar authored 8 years ago

398) 	margin: 0 1px 0 0;
399) 	vertical-align: top;
nas ! I broke everything when m...

nas authored 13 years ago

400) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

401) #shd_bbcbox select {
wintstar Fixed Pluginsystem and Fro...

wintstar authored 8 years ago

402) 	margin: 0 2px;
nas ! I broke everything when m...

nas authored 13 years ago

403) }
404) /* The smiley strip */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

405) #shd_smileybox {
wintstar Fixed Pluginsystem and Fro...

wintstar authored 8 years ago

406) 	margin: 0.75em 0 0.5em 0;
nas ! I broke everything when m...

nas authored 13 years ago

407) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

408) #canned_replies {
gruffen ! Canned replies are now vi...

gruffen authored 12 years ago

409) 	margin-top: 1em;
410) }
jdarwood007 Cleanup Templates

jdarwood007 authored 5 years ago

411) #canned_replies #canned_title {
412) 	font-weight:bold;
413) }
nas ! I broke everything when m...

nas authored 13 years ago

414) 
415) /**********************************
416) * General actions				 *
417) ***********************************/
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

418) .pm_message {
nas ! I broke everything when m...

nas authored 13 years ago

419) 	margin-top: 1ex;
420) }
421) 
422) /* The 'Empty log' link in the action log */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

423) .shd_empty_log {
nas ! I broke everything when m...

nas authored 13 years ago

424) 	font-size: 80%;
425) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

426) .shd_empty_log img {
nas ! I broke everything when m...

nas authored 13 years ago

427) 	position: relative;
428) 	top: 3px;
429) 	margin-right: 2px;
430) }
431) 
432) /**********************************
433) * The profile				 	*
434) ***********************************/
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

435) .shd_profile_navigation {
nas ! I broke everything when m...

nas authored 13 years ago

436) 	margin-right: 20px;
437) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

438) .shd_profile_nav_list, .shd_profile_nav_list ul, .shd_profile_nav_list li {
nas ! I broke everything when m...

nas authored 13 years ago

439) 	margin: 0;
440) 	padding: 0;
441) 	list-style-type: none;
442) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

443) .shd_profile_nav_inline, .shd_profile_nav_inline ul, .shd_profile_nav_inline li {
nas ! I broke everything when m...

nas authored 13 years ago

444) 	margin: 0;
445) 	padding: 0;
446) 	list-style-type: none;
447) 	float: left;
448) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

449) .shd_profile_nav_inline li {
nas ! I broke everything when m...

nas authored 13 years ago

450) 	margin-right: 10px;
451) 	border-right: 1px solid #cccccc;
452) 	padding-right: 10px;
453) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

454) .shd_profile_nav_inline img {
nas ! I broke everything when m...

nas authored 13 years ago

455) 	margin-left: 4px;
456) }
457) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

458) .shd_profile_nav_inline li.shd_inline_last {
nas ! I broke everything when m...

nas authored 13 years ago

459) 	border-right: none;
gruffen ! Fixed the layout bug in t...

gruffen authored 13 years ago

460) }
461) 
Antes Shall we call this "taking...

Antes authored 8 years ago

462) /* I'm not sure about the above, I'll rewrite them later */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

463) .bot_page {
Antes Shall we call this "taking...

Antes authored 8 years ago

464) 	border: 1px solid #DDD;
465) 	border-top: none;
466) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

467) #ticket_log_header {
Antes Shall we call this "taking...

Antes authored 8 years ago

468) 	clear: both;
469) }
470) 
471) /* Urgency stuff */
jdarwood007 Convert over to JSON from X...

jdarwood007 authored 5 years ago

472) .generic_icons.urgency_increase::before {
jdarwood007 Cleanup a bunch of files

jdarwood007 authored 5 years ago

473) 	width: 16px;
474) 	height: 16px;
475) 	display: inline-block;
476) 	content: '';
477) 	background: url(../images/simpledesk/move_up.png) no-repeat;
Antes Shall we call this "taking...

Antes authored 8 years ago

478) }
jdarwood007 Convert over to JSON from X...

jdarwood007 authored 5 years ago

479) .generic_icons.urgency_decrease::before {
jdarwood007 Cleanup a bunch of files

jdarwood007 authored 5 years ago

480) 	width: 16px;
481) 	height: 16px;
482) 	display: inline-block;
483) 	content: '';
484) 	background: url(../images/simpledesk/move_down.png) no-repeat;
Antes Shall we call this "taking...

Antes authored 8 years ago

485) }
486) 
487) /* We need some adjustments */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

488) dl.stats dd span, dl.stats dt span {
Antes Shall we call this "taking...

Antes authored 8 years ago

489) 	position: relative;
jdarwood007 ! Fixed some issues caused...

jdarwood007 authored 8 years ago

490) 	padding: 0;
Antes Shall we call this "taking...

Antes authored 8 years ago

491) }
492) 
493) /* We need something like winfo in helpdesk */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

494) .noup {
Antes Shall we call this "taking...

Antes authored 8 years ago

495) 	border-top-left-radius: 0;
496) 	border-top-right-radius: 0;
497) 	margin: 0 !important;
498) }
499) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

500) .shd_icon_fullhead {
Antes Shall we call this "taking...

Antes authored 8 years ago

501) 	position: relative;
Antes template improvements.

Antes authored 7 years ago

502) }
503) 
504) /* Something to keep it look good */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

505) #replies .windowbg:last-of-type {
Antes template improvements.

Antes authored 7 years ago

506) 	border-bottom-left-radius: 0;
507) 	border-bottom-right-radius: 0;
Antes Movements towards to more r...

Antes authored 7 years ago

508) }
509) 
Antes Little bit catch-up and add...

Antes authored 7 years ago

510) /* Helpdesk table-width*/
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

511) .shd_5 {
Antes Little bit catch-up and add...

Antes authored 7 years ago

512) 	width: 5%;
513) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

514) .shd_10 {
Antes Little bit catch-up and add...

Antes authored 7 years ago

515) 	width: 10%;
516) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

517) .shd_20 {
Antes Little bit catch-up and add...

Antes authored 7 years ago

518) 	width: 20%;
519) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

520) .shd_25 {
Antes Little bit catch-up and add...

Antes authored 7 years ago

521) 	width: 25%;
522) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

523) .shd_33 {
Antes Little bit catch-up and add...

Antes authored 7 years ago

524) 	width: 33%;
525) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

526) .shd_50 {
Antes Little bit catch-up and add...

Antes authored 7 years ago

527) 	width: 50%;
528) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

529) .shd_75 {
Antes Little bit catch-up and add...

Antes authored 7 years ago

530) 	width: 75%;
531) }
532) 
533) /* Start of responsiveness */
534) /* This will be moved to its file once it gets more work on it */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

535) @media (max-width: 480px) {
536) 	.shd_ticket_rightcolumn, .shd_ticket_leftcolumn {
Antes Movements towards to more r...

Antes authored 7 years ago

537) 		width: 100%;
538) 		padding: 0;
539) 	}
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

540) 	.shd_ticket_rightcolumn {
Antes Movements towards to more r...

Antes authored 7 years ago

541) 		margin-top: 10px;
542) 	}
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

543) 	.shd_profile_navigation {
Antes Movements towards to more r...

Antes authored 7 years ago

544) 		margin-right: 0;
545) 	}
jdarwood007 Fix “Reply with Quote” butt...

jdarwood007 authored 6 years ago

546) 	input[type="checkbox"]
547) 	{
Antes Movements towards to more r...

Antes authored 7 years ago

548) 		height: 15px;
549) 		width: 15px;
550) 	}