dfca74592c7e3760eac9f16c3459f4b5e9fa29c0
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;
Diego Andrés Sd fixes and responsive stu...

Diego Andrés authored 2 years ago

86) 	vertical-align: middle;
jdarwood007 Fixes #115

jdarwood007 authored 5 years ago

87) }
88) 
jdarwood007 ! Fixed a few plugin errors...

jdarwood007 authored 8 years ago

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

jdarwood007 authored 6 years ago

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

jdarwood007 authored 8 years ago

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

jdarwood007 authored 8 years ago

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

jdarwood007 authored 6 years ago

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

jdarwood007 authored 8 years ago

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

jdarwood007 authored 8 years ago

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

nas authored 13 years ago

98) /**********************************
99) * Stuff used within the actual tickets 	*
100) ***********************************/
101) 
102) /* 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

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

nas authored 13 years ago

104) 	top: 2px;
105) 	position: relative;
106) 	margin-right: 2px;
107) }
108) 
Diego Andrés Sd fixes and responsive stu...

Diego Andrés authored 2 years ago

109) #ticket img {
110) 	vertical-align: middle;
111) }
112) 
nas ! I broke everything when m...

nas authored 13 years ago

113) /* Ticket details (Left-floated box) */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

114) .shd_ticket_side_column {
jdarwood007 Merge master into smf21

jdarwood007 authored 11 months ago

115) 	min-width: 23%;
Diego Andrés Sd fixes and responsive stu...

Diego Andrés authored 2 years ago

116) 	padding: 0;
cookiemonster + Custom fields should now...

cookiemonster authored 13 years ago

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

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

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

jblaze authored 13 years ago

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

gruffen authored 13 years ago

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

nas authored 13 years ago

122) }
Diego Andrés Sd fixes and responsive stu...

Diego Andrés authored 2 years ago

123) .shd_ticketdetails img.shd_smallicon {
124) 	vertical-align: middle;
jdarwood007 ! Fixed some issues caused...

jdarwood007 authored 8 years ago

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

jdarwood007 authored 6 years ago

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

jblaze authored 13 years ago

127) 	width: 66%;
128) 	margin-bottom: 0;
129) 	margin-top: 5px;
130) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

cookiemonster authored 13 years ago

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

jblaze authored 13 years ago

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

gruffen authored 13 years ago

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

cookiemonster authored 13 years ago

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

jdarwood007 authored 6 years ago

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

gruffen authored 13 years ago

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

nas authored 13 years ago

139) 
140) /* The ticket container */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

jdarwood007 authored 8 years ago

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

jdarwood007 authored 6 years ago

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

gruffen authored 13 years ago

145) 	min-height: 250px;
Diego Andrés Sd fixes and responsive stu...

Diego Andrés authored 2 years ago

146) 	display: flex;
147) 	gap: 20px;
nas ! I broke everything when m...

nas authored 13 years ago

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

jdarwood007 authored 6 years ago

149) .shd_ticket_description {
Diego Andrés Sd fixes and responsive stu...

Diego Andrés authored 2 years ago

150) 	flex-grow: 2;
nas ! I broke everything when m...

nas authored 13 years ago

151) }
152) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

154) 	min-height: 100px;
155) }
156) 
Diego Andrés Sd fixes and responsive stu...

Diego Andrés authored 2 years ago

157) .sd_lower_columns {
158) 	display: flex;
159) 	margin: 15px 0 5px;
160) 	gap: 15px;
161) }
162) 
nas ! I broke everything when m...

nas authored 13 years ago

163) /* The left column in the ticket display */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

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

Antes authored 7 years ago

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

jdarwood007 authored 6 years ago

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

Antes authored 7 years ago

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

nas authored 13 years ago

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

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

172) 	width: 75%;
173) }
Diego Andrés Sd fixes and responsive stu...

Diego Andrés authored 2 years ago

174) /* Notif preferences */
175) .sd_notif_element:not(:last-child, :first-child),
176) .sd_notif_element:first-child:not(:last-child) {
177) 	border-bottom: 1px solid #ccc;
178) 	padding-bottom: 10px;
179) 	margin-bottom: 5px;
180) }
nas ! I broke everything when m...

nas authored 13 years ago

181) 
182) /* The Respond, Edit, Delete etc links */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

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

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

187) 	margin-right: 0px;
188) }
189) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

191) 	margin: 1em auto;
192) 	text-align: center;
193) }
194) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

196) 	margin-top: 20px;
197) }
198) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

200) 	margin: 0;
201) }
202) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

204) 	margin: 0;
205) }
206) 
207) /* The 'Go to the main log' link in ticket logs */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

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

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

212) 	position: relative;
213) 	top: 3px;
214) 	margin-right: 2px;
215) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

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

cookiemonster authored 13 years ago

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

nas authored 13 years ago

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

Mert ALINBAY authored 6 years ago

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

gruffen authored 13 years ago

222) {
223) 	width: 85%;
224) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

226) 	margin-right: 3px;
227) }
228) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

230) 	margin-top: 8px;
231) }
232) 
233) /* Override editor margins */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

235) 	margin-bottom: 0!important;
236) }
237) 
238) /**********************************
239)  * Huge buttons :D			 	*
240) ***********************************/
241) 
242) /* The big reply button */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

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

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

247) 	font-weight: bold;
248) 	font-size: 100%;
249) 	margin-bottom: 10px;
jdarwood007 ! Fixed some issues caused...

jdarwood007 authored 8 years ago

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

nas authored 13 years ago

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

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

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

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

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

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

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

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

264) }
265) /* Go advanced! */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

268) 	background-position: 10px;
269) 	padding: 10px;
270) 	padding-left: 40px;
271) 	padding-top: 8px;
272) 	font-weight: bold;
273) 	font-size: 100%;
274) 	margin-right: 10px;
jdarwood007 Cleanup Templates

jdarwood007 authored 5 years ago

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

nas authored 13 years ago

277) }
278) 
279) /* Edit settings*/
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

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

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

283) 	background-position: 10px;
284) 	padding: 10px;
285) 	padding-left: 40px;
286) 	padding-top: 8px;
287) 	font-weight: bold;
288) 	font-size: 100%;
289) 	margin-right: 10px;
290) }
291) 
292) /* Show tickets */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

294) 	height: 15px;
295) 	padding: 10px;
296) 	padding-left: 40px;
297) 	padding-top: 8px;
298) 	font-weight: bold;
299) 	font-size: 100%;
300) 	margin-right: 10px;
301) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

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

jdarwood007 authored 6 years ago

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

gruffen authored 13 years ago

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

nas authored 13 years ago

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

jdarwood007 authored 6 years ago

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

gruffen authored 13 years ago

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

nas authored 13 years ago

314) 
315) /**********************************
316) * Ticket replies				 *
317) ***********************************/
Diego Andrés Sd fixes and responsive stu...

Diego Andrés authored 2 years ago

318) .ticket_replies_container {
319) 	display: flex;
320) 	gap: 15px;
321) 	flex-wrap: wrap;
322) }
323) /* Something to keep it look good */
324) #replies .ticket_replies_container:last-of-type {
325) 	border-bottom-left-radius: 0;
326) 	border-bottom-right-radius: 0;
327) }
328) .ticket_replies_container .postarea {
329) 	margin: 0;
330) 	flex-grow: 2;
331) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

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

nas authored 13 years ago

334) 	text-align: center;
nas ! Made the poster column in...

nas authored 13 years ago

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

nas authored 13 years ago

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

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

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

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

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

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

344) 	padding: 0px;
345) 	max-width: 10.5em;
346) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

347) .shd_replyarea {
Diego Andrés Sd fixes and responsive stu...

Diego Andrés authored 2 years ago

348) 	flex-grow: 2;
nas ! I broke everything when m...

nas authored 13 years ago

349) }
350) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

352) 	margin-bottom: 10px;
353) }
354) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

gruffen authored 12 years ago

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

jdarwood007 authored 6 years ago

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

gruffen authored 12 years ago

359) 	width: 40%;
360) 	margin-right: 5%;
361) 	float: left;
362) }
jdarwood007 Cleanup Templates

jdarwood007 authored 5 years ago

363) dl.settings dt.shd_cust_fields_largetext, .shd_cust_fields_largetext textarea {
364) 	width: 100%;
365) }
366) 
gruffen ! Pinging notification now...

gruffen authored 12 years ago

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

nas authored 13 years ago

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

jblaze authored 13 years ago

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

nas authored 13 years ago

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

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

372) 	margin-bottom: 0;
373) 	margin-top: 5px;
374) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

376) 	display: block;
377) 	list-style-type: none;
378) }
379) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

381) 	float: left;
382) 	width: 30%;
383) }
384) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

386) 	padding-bottom: 5px;
387) 	font-size: 85%;
388) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

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

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

393) 	max-width: 75px;
394) 	margin: 3px;
395) 	margin-top: 6px;
396) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

398) 	padding: 0;
399) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

401) 	margin-left: -8px;
402) 	margin-right: 3px;
403) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

405) 	border: 0;
406) 	display: block;
407) 	margin-left: auto;
408) 	margin-right: auto;
409) }
410) 
jdarwood007 Fix up some recent SMF changes

jdarwood007 authored 5 years ago

411) #shd_notifications_div {
412) 	margin-top: 1em;
413) }
414) 
nas ! I broke everything when m...

nas authored 13 years ago

415) /**********************************
416) * Posting and editing tickets/replies		 *
417) ***********************************/
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

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

jdarwood007 authored 6 years ago

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

wintstar authored 8 years ago

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

nas authored 13 years ago

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

jdarwood007 authored 6 years ago

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

wintstar authored 8 years ago

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

nas authored 13 years ago

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

jdarwood007 authored 6 years ago

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

wintstar authored 8 years ago

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

nas authored 13 years ago

431) }
432) /* The smiley strip */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

wintstar authored 8 years ago

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

nas authored 13 years ago

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

jdarwood007 authored 6 years ago

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

gruffen authored 12 years ago

437) 	margin-top: 1em;
438) }
jdarwood007 Cleanup Templates

jdarwood007 authored 5 years ago

439) #canned_replies #canned_title {
440) 	font-weight:bold;
441) }
nas ! I broke everything when m...

nas authored 13 years ago

442) 
443) /**********************************
444) * General actions				 *
445) ***********************************/
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

447) 	margin-top: 1ex;
448) }
449) 
450) /* The 'Empty log' link in the action log */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

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

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

455) 	position: relative;
456) 	top: 3px;
457) 	margin-right: 2px;
458) }
459) 
460) /**********************************
461) * The profile				 	*
462) ***********************************/
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

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

jdarwood007 authored 6 years ago

466) .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

467) 	margin: 0;
468) 	padding: 0;
469) 	list-style-type: none;
470) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

471) .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

472) 	margin: 0;
473) 	padding: 0;
474) 	list-style-type: none;
475) 	float: left;
476) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

478) 	margin-right: 10px;
479) 	border-right: 1px solid #cccccc;
480) 	padding-right: 10px;
481) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

483) 	margin-left: 4px;
484) }
485) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

nas authored 13 years ago

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

gruffen authored 13 years ago

488) }
489) 
Antes Shall we call this "taking...

Antes authored 8 years ago

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

jdarwood007 authored 6 years ago

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

Antes authored 8 years ago

492) 	border: 1px solid #DDD;
493) 	border-top: none;
494) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

Antes authored 8 years ago

496) 	clear: both;
497) }
498) 
499) /* Urgency stuff */
jdarwood007 Convert over to JSON from X...

jdarwood007 authored 5 years ago

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

jdarwood007 authored 5 years ago

501) 	width: 16px;
502) 	height: 16px;
503) 	display: inline-block;
504) 	content: '';
505) 	background: url(../images/simpledesk/move_up.png) no-repeat;
Antes Shall we call this "taking...

Antes authored 8 years ago

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

jdarwood007 authored 5 years ago

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

jdarwood007 authored 5 years ago

508) 	width: 16px;
509) 	height: 16px;
510) 	display: inline-block;
511) 	content: '';
512) 	background: url(../images/simpledesk/move_down.png) no-repeat;
Antes Shall we call this "taking...

Antes authored 8 years ago

513) }
514) 
515) /* We need some adjustments */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

Antes authored 8 years ago

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

jdarwood007 authored 8 years ago

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

Antes authored 8 years ago

519) }
520) 
521) /* We need something like winfo in helpdesk */
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

Antes authored 8 years ago

523) 	border-top-left-radius: 0;
524) 	border-top-right-radius: 0;
525) 	margin: 0 !important;
526) }
527) 
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

Antes authored 8 years ago

529) 	position: relative;
Antes template improvements.

Antes authored 7 years ago

530) }
531) 
Antes Little bit catch-up and add...

Antes authored 7 years ago

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

jdarwood007 authored 6 years ago

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

Antes authored 7 years ago

534) 	width: 5%;
535) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

Antes authored 7 years ago

537) 	width: 10%;
538) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

Antes authored 7 years ago

540) 	width: 20%;
541) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

Antes authored 7 years ago

543) 	width: 25%;
544) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

Antes authored 7 years ago

546) 	width: 33%;
547) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

Antes authored 7 years ago

549) 	width: 50%;
550) }
jdarwood007 Cleanup CSS to follow SMF 2...

jdarwood007 authored 6 years ago

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

Antes authored 7 years ago

552) 	width: 75%;
553) }
554) 
Diego Andrés Sd fixes and responsive stu...

Diego Andrés authored 2 years ago

555) /* Unread */
Jeremy D Various Fixes (#156)

Jeremy D authored 2 years ago

556) .sd_unread_title {
Diego Andrés Sd fixes and responsive stu...

Diego Andrés authored 2 years ago

557) 	display: flex;
558) 	min-height: 35px;
559) 	flex-wrap: wrap;
560) 	align-items: center;
561) 	padding: 0 4px;
562) }
Jeremy D Various Fixes (#156)

Jeremy D authored 2 years ago

563) .sd_unread_content div.sd_unread_row {
564) 	display: flex;
565) 	min-height: 35px;
566) 	flex-wrap: wrap;
567) 	align-items: center;
568) 	padding: 0 4px;
569) }
570) 
Diego Andrés Sd fixes and responsive stu...

Diego Andrés authored 2 years ago

571) .sd_unread_title span {
572) 	flex-basis: auto;
573) 	flex-grow: 1;
574) }
Jeremy D Various Fixes (#156)

Jeremy D authored 2 years ago

575) .sd_unread_content div.sd_unread_row span {
Diego Andrés Sd fixes and responsive stu...

Diego Andrés authored 2 years ago

576) 	flex-basis: auto;
577) 	flex-shrink: 0;
578) 	flex-grow: 1;
579) }
580) 
581) @media screen and (max-width: 991px) {
582) 	.sd_unread_title span:not(:nth-child(1), :nth-child(2), :nth-child(5)),
Jeremy D Various Fixes (#156)

Jeremy D authored 2 years ago

583) 	.sd_unread_content div.sd_unread_row span:not(:nth-child(1), :nth-child(2), :nth-child(5)) {
Diego Andrés Sd fixes and responsive stu...

Diego Andrés authored 2 years ago

584) 		display: none;
Antes Movements towards to more r...

Antes authored 7 years ago

585) 	}
jdarwood007 Ensure IPv6 wraps

jdarwood007 authored 1 year ago

586) }
587) 
588) .sd_wordbreak {
589) 	overflow-wrap: break-word;