Cleanup CSS to follow SMF 2.1’s coding style
jdarwood007

jdarwood007 commited on 2017-09-09 16:16:42
Showing 3 changed files, with 226 additions and 405 deletions.


Signed-off-by: jdarwood007 <unmonitored+github@sleepycode.com>
... ...
@@ -2,51 +2,42 @@
2 2
 * General stuff used all around the helpdesk 	*
3 3
 ***********************************/
4 4
 /* SimpleDesk icons */
5
-.shd_smallicon
6
-{
5
+.shd_smallicon {
7 6
 	width: 13px;
8 7
 	height: 13px;
9 8
 	margin-right: 4px;
10 9
 }
11
-.shd_icon_minihead
12
-{
10
+.shd_icon_minihead {
13 11
 	position: relative;
14 12
 	top: 3px;
15 13
 }
16
-.shd_icon
17
-{
14
+.shd_icon {
18 15
 	position: relative;
19 16
 	top: 3px;
20 17
 }
21
-.shd_tinyicon
22
-{
18
+.shd_tinyicon {
23 19
 	width: 9px;
24 20
 	height: 9px;
25 21
 }
26 22
 
27
-.shd_main_hd
28
-{
23
+.shd_main_hd {
29 24
 	margin-top: -3px;
30 25
 }
31 26
 
32
-.shd_no_margin
33
-{
27
+.shd_no_margin {
34 28
 	margin: 0;
35 29
 }
36 30
 
37
-.shd_hide_bottom_border
38
-{
31
+.shd_hide_bottom_border {
39 32
 	border-bottom: 0;
40 33
 }
41 34
 
42
-.shd_staffresources ul
43
-{
35
+.shd_staffresources ul {
44 36
 	list-style-type: none;
45 37
 	padding: 0;
46 38
 	margin: 0;
47 39
 }
48
-.shd_staffresources li
49
-{
40
+.shd_staffresources li {
50 41
 	margin-bottom: 3px;
51 42
 }
52 43
 
... ...
@@ -56,55 +47,46 @@
56 47
 	margin-left: 1em;
57 48
 }
58 49
 
59
-.shd_assignees
60
-{
50
+.shd_assignees {
61 51
 	background-color:inherit;
62 52
 	padding-left: 1em;
63 53
 }
64 54
 
65
-.shd_assignees:hover
66
-{
55
+.shd_assignees:hover {
67 56
 	background-color: #bbbbbb;
68 57
 }
69 58
 
70
-.shd_assign_button, .shd_assignees
71
-{
59
+.shd_assign_button, .shd_assignees {
72 60
 	cursor: pointer;
73 61
 }
74 62
 
75
-.information li dt
76
-{
63
+.information li dt {
77 64
 	color: gray;
78 65
 	font-weight: bold;
79 66
 	float: left;
80 67
 }
81 68
 
82
-.information li dd
83
-{
69
+.information li dd {
84 70
 	float: left;
85 71
 	margin: 0;
86 72
 	padding: 0 4px 0 7px;
87 73
 }
88 74
 
89
-dd#assigned_button
90
-{
75
+dd#assigned_button {
91 76
 	padding: 1px 0;
92 77
 }
93 78
 
94
-span.shd_new_tickets
95
-{
79
+span.shd_new_tickets {
96 80
 	margin-left: 5px;
97 81
     padding: 1px 5px 3px 4px;
98 82
 }
99 83
 
100 84
 /* The page index color looks ugly with our theme. */
101
-.shd_cat_bar .current_page, .shd_pages .current_page
102
-{
85
+.shd_cat_bar .current_page, .shd_pages .current_page {
103 86
 	color: #fff;
104 87
 	padding: 0;
105 88
 }
106
-.bot_page .current_page
107
-{
89
+.bot_page .current_page {
108 90
 	padding: 0;
109 91
 }
110 92
 
... ...
@@ -113,151 +95,124 @@ span.shd_new_tickets
113 95
 ***********************************/
114 96
 
115 97
 /* This is done to position icons perfectly in the ticket header (i.e the navigation)*/
116
-h3.ticketheader img
117
-{
98
+h3.ticketheader img {
118 99
 	top: 2px;
119 100
 	position: relative;
120 101
 	margin-right: 2px;
121 102
 }
122 103
 
123 104
 /* Ticket details (Left-floated box) */
124
-.shd_ticket_side_column
125
-{
105
+.shd_ticket_side_column {
126 106
 	float: left;
127 107
 	width: 20%;
128 108
 	padding: 0 5px 5px 5px;
129 109
 }
130
-.shd_ticketdetails
131
-{
110
+.shd_ticketdetails {
132 111
 	overflow: auto;
133 112
 	float: left;
134 113
 	width: 100%;
135 114
 }
136
-.shd_ticketdetails .shd_smallicon
137
-{
115
+.shd_ticketdetails .shd_smallicon {
138 116
 	padding-top: 7px;
139 117
 }
140
-.shd_customfields
141
-{
118
+.shd_customfields {
142 119
 	width: 66%;
143 120
 	margin-bottom: 0;
144 121
 	float: left;
145 122
 	margin-top: 5px;
146 123
 }
147
-.shd_additional_details
148
-{
124
+.shd_additional_details {
149 125
 	overflow: auto;
150 126
 	float: left;
151 127
 	width: 100%;
152 128
 }
153
-.shd_ticket_side_column li
154
-{
129
+.shd_ticket_side_column li {
155 130
 	line-height: 1.8em;
156 131
 }
157 132
 
158 133
 /* The ticket container */
159
-form#postmodify .shd_ticket_roundframe
160
-{
134
+form#postmodify .shd_ticket_roundframe {
161 135
 	padding: 12px 16px;
162 136
 }
163
-.shd_ticket
164
-{
137
+.shd_ticket {
165 138
 	min-height: 250px;
166 139
 }
167
-.shd_ticket_description
168
-{
140
+.shd_ticket_description {
169 141
 	margin-left: 260px;
170 142
 }
171 143
 
172
-#shd_ticket_text
173
-{
144
+#shd_ticket_text {
174 145
 	min-height: 100px;
175 146
 }
176 147
 
177 148
 /* The left column in the ticket display */
178
-.shd_ticket_leftcolumn
179
-{
149
+.shd_ticket_leftcolumn {
180 150
 	width: 25%;
181 151
 }
182
-.shd_ticket_leftcolumn .roundframe
183
-{
152
+.shd_ticket_leftcolumn .roundframe {
184 153
 	margin: 0;
185 154
 }
186 155
 /* The right column in the ticket display */
187
-.shd_ticket_rightcolumn
188
-{
156
+.shd_ticket_rightcolumn {
189 157
 	width: 75%;
190 158
 }
191 159
 
192 160
 /* The Respond, Edit, Delete etc links */
193
-.shd_ticketlinks a
194
-{
161
+.shd_ticketlinks a {
195 162
 	margin-right: 10px;
196 163
 }
197
-.shd_ticketlinks a#last
198
-{
164
+.shd_ticketlinks a#last {
199 165
 	margin-right: 0px;
200 166
 }
201 167
 
202
-.shd_ticket_avatar
203
-{
168
+.shd_ticket_avatar {
204 169
 	margin: 1em auto;
205 170
 	text-align: center;
206 171
 }
207 172
 
208
-.shd_modified
209
-{
173
+.shd_modified {
210 174
 	margin-top: 20px;
211 175
 }
212 176
 
213
-.postreply
214
-{
177
+.postreply {
215 178
 	margin: 0;
216 179
 }
217 180
 
218
-.postmodify
219
-{
181
+.postmodify {
220 182
 	margin: 0;
221 183
 }
222 184
 
223 185
 /* The 'Go to the main log' link in ticket logs */
224
-.shd_main_log
225
-{
186
+.shd_main_log {
226 187
 	font-size: 80%;
227 188
 }
228
-.shd_main_log img
229
-{
189
+.shd_main_log img {
230 190
 	position: relative;
231 191
 	top: 3px;
232 192
 	margin-right: 2px;
233 193
 }
234
-#shd_ticket_log_expand
235
-{
194
+#shd_ticket_log_expand {
236 195
 	margin-top: 8px;
237 196
 	position: relative;
238 197
 	left: 4px;
239 198
 }
240
-#shd_custom_fields_swap
241
-{
199
+#shd_custom_fields_swap {
242 200
 	margin-top: 8px;
243 201
 }
244 202
 .shd_customfields input[type="text"]
245 203
 {
246 204
 	width: 85%;
247 205
 }
248
-.shd_ticket_log_expand_container
249
-{
206
+.shd_ticket_log_expand_container {
250 207
 	margin-right: 3px;
251 208
 }
252 209
 
253
-#quickReplyExpand
254
-{
210
+#quickReplyExpand {
255 211
 	margin-top: 8px;
256 212
 }
257 213
 
258 214
 /* Override editor margins */
259
-#quickReplyOptions form textarea
260
-{
215
+#quickReplyOptions form textarea {
261 216
 	margin-bottom: 0!important;
262 217
 }
263 218
 
... ...
@@ -266,9 +221,8 @@ form#postmodify .shd_ticket_roundframe
266 221
 ***********************************/
267 222
 
268 223
 /* The big reply button */
269
-.shd_replybutton
270
-{
271
-	background: url('../images/simpledesk/respond.png') no-repeat left;
224
+.shd_replybutton {
225
+	background: url(../images/simpledesk/respond.png) no-repeat left;
272 226
 	background-position: 10px;
273 227
 	padding: 8px 10px 10px 40px;
274 228
 	font-weight: bold;
... ...
@@ -278,9 +232,8 @@ form#postmodify .shd_ticket_roundframe
278 232
 	border-radius: 7px;
279 233
 }
280 234
 /* The big quote button */
281
-.shd_quotebutton
282
-{
283
-	background: url('../images/simpledesk/quote.png') no-repeat left;
235
+.shd_quotebutton {
236
+	background: url(../images/simpledesk/quote.png) no-repeat left;
284 237
 	background-position: 10px;
285 238
 	padding: 8px 10px 10px 40px;
286 239
 	font-weight: bold;
... ...
@@ -291,11 +244,10 @@ form#postmodify .shd_ticket_roundframe
291 244
 	border-radius: 7px;
292 245
 }
293 246
 /* Go advanced! */
294
-.shd_advancedbutton
295
-{
247
+.shd_advancedbutton {
296 248
 	margin-top: 10px;
297 249
 	height: 15px;
298
-	background: url('../images/simpledesk/advanced.png') no-repeat left;
250
+	background: url(../images/simpledesk/advanced.png) no-repeat left;
299 251
 	background-position: 10px;
300 252
 	padding: 10px;
301 253
 	padding-left: 40px;
... ...
@@ -306,10 +258,9 @@ form#postmodify .shd_ticket_roundframe
306 258
 }
307 259
 
308 260
 /* Edit settings*/
309
-.shd_editpreferences
310
-{
261
+.shd_editpreferences {
311 262
 	height: 15px;
312
-	background: url('../images/simpledesk/edit.png') no-repeat left;
263
+	background: url(../images/simpledesk/edit.png) no-repeat left;
313 264
 	background-position: 10px;
314 265
 	padding: 10px;
315 266
 	padding-left: 40px;
... ...
@@ -320,8 +271,7 @@ form#postmodify .shd_ticket_roundframe
320 271
 }
321 272
 
322 273
 /* Show tickets */
323
-.shd_showtickets
324
-{
274
+.shd_showtickets {
325 275
 	height: 15px;
326 276
 	padding: 10px;
327 277
 	padding-left: 40px;
... ...
@@ -330,62 +280,51 @@ form#postmodify .shd_ticket_roundframe
330 280
 	font-size: 100%;
331 281
 	margin-right: 10px;
332 282
 }
333
-#shd_showtickets
334
-{
335
-	background: url('../images/simpledesk/details.png') no-repeat left;
283
+#shd_showtickets {
284
+	background: url(../images/simpledesk/details.png) no-repeat left;
336 285
 	background-position: 10px;
337 286
 }
338
-#shd_post_proxy
339
-{
340
-	background: url('../images/simpledesk/proxy.png') no-repeat left;
287
+#shd_post_proxy {
288
+	background: url(../images/simpledesk/proxy.png) no-repeat left;
341 289
 	background-position: 10px;
342 290
 }
343
-#shd_post_ticket
344
-{
345
-	background: url('../images/simpledesk/ticket.png') no-repeat left;
291
+#shd_post_ticket {
292
+	background: url(../images/simpledesk/ticket.png) no-repeat left;
346 293
 	background-position: 10px;
347 294
 }
348 295
 
349 296
 /**********************************
350 297
 * Ticket replies				 *
351 298
 ***********************************/
352
-.shd_posterinfo
353
-{
299
+.shd_posterinfo {
354 300
 	width: 14em;
355 301
 	text-align: center;
356 302
 	margin-left: 3px;
357 303
 	overflow: hidden;
358 304
 }
359
-.shd_postername
360
-{
305
+.shd_postername {
361 306
 	font-size: 120%;
362 307
 }
363
-.shd_groupmargin
364
-{
308
+.shd_groupmargin {
365 309
 	margin-bottom: 10px;
366 310
 }
367
-.shd_posteravatar img
368
-{
311
+.shd_posteravatar img {
369 312
 	padding: 0px;
370 313
 	max-width: 10.5em;
371 314
 }
372
-.shd_replyarea
373
-{
315
+.shd_replyarea {
374 316
 	padding-left: 14em;
375 317
 	margin-left: 10px;
376 318
 }
377 319
 
378
-.shd_reply .avatar
379
-{
320
+.shd_reply .avatar {
380 321
 	margin-bottom: 10px;
381 322
 }
382 323
 
383
-.shd_ajax_head
384
-{
324
+.shd_ajax_head {
385 325
 	font-weight: bold;
386 326
 }
387
-.shd_ajaxnotify
388
-{
327
+.shd_ajaxnotify {
389 328
 	width: 40%;
390 329
 	margin-right: 5%;
391 330
 	float: left;
... ...
@@ -394,55 +333,45 @@ form#postmodify .shd_ticket_roundframe
394 333
 /**********************************
395 334
 * Attachment stuff				  *
396 335
 ***********************************/
397
-.shd_reply_attachments
398
-{
336
+.shd_reply_attachments {
399 337
 	width: 66%;
400 338
 	margin-bottom: 0;
401 339
 	float: left;
402 340
 	margin-top: 5px;
403 341
 }
404
-.shd_reply_attachments ul, .shd_reply_attachments li
405
-{
342
+.shd_reply_attachments ul, .shd_reply_attachments li {
406 343
 	display: block;
407 344
 	list-style-type: none;
408 345
 }
409 346
 
410
-.shd_reply_attachments li
411
-{
347
+.shd_reply_attachments li {
412 348
 	float: left;
413 349
 	width: 30%;
414 350
 }
415 351
 
416
-.shd_attachment
417
-{
352
+.shd_attachment {
418 353
 	padding-bottom: 5px;
419 354
 	font-size: 85%;
420 355
 }
421
-.shd_attachmentpreview
422
-{
356
+.shd_attachmentpreview {
423 357
 	text-align: center;
424 358
 }
425
-.shd_attachmentpreview img
426
-{
359
+.shd_attachmentpreview img {
427 360
 	max-width: 75px;
428 361
 	margin: 3px;
429 362
 	margin-top: 6px;
430 363
 }
431
-.shd_attachmentpreview .description
432
-{
364
+.shd_attachmentpreview .description {
433 365
 	padding: 0;
434 366
 }
435
-.shd_removeattachment
436
-{
367
+.shd_removeattachment {
437 368
 	margin-left: -8px;
438 369
 	margin-right: 3px;
439 370
 }
440
-.shd_attachmentcolumn
441
-{
371
+.shd_attachmentcolumn {
442 372
 	margin-right: 20px;
443 373
 }
444
-.shd_thumb
445
-{
374
+.shd_thumb {
446 375
 	border: 0;
447 376
 	display: block;
448 377
 	margin-left: auto;
... ...
@@ -452,31 +381,25 @@ form#postmodify .shd_ticket_roundframe
452 381
 /**********************************
453 382
 * Posting and editing tickets/replies		 *
454 383
 ***********************************/
455
-#shd_bbcbox
456
-{
384
+#shd_bbcbox {
457 385
    margin: 0 0 0.5em 0;
458 386
 }
459
-#shd_bbcbox div
460
-{
387
+#shd_bbcbox div {
461 388
 	margin: 0.2em 0;
462 389
 	vertical-align: top;
463 390
 }
464
-#shd_bbcbox div img
465
-{
391
+#shd_bbcbox div img {
466 392
 	margin: 0 1px 0 0;
467 393
 	vertical-align: top;
468 394
 }
469
-#shd_bbcbox select
470
-{
395
+#shd_bbcbox select {
471 396
 	margin: 0 2px;
472 397
 }
473 398
 /* The smiley strip */
474
-#shd_smileybox
475
-{
399
+#shd_smileybox {
476 400
 	margin: 0.75em 0 0.5em 0;
477 401
 }
478
-#canned_replies
479
-{
402
+#canned_replies {
480 403
 	float: left;
481 404
 	width: 66%;
482 405
 	margin-top: 1em;
... ...
@@ -485,18 +408,15 @@ form#postmodify .shd_ticket_roundframe
485 408
 /**********************************
486 409
 * General actions				 *
487 410
 ***********************************/
488
-.pm_message
489
-{
411
+.pm_message {
490 412
 	margin-top: 1ex;
491 413
 }
492 414
 
493 415
 /* The 'Empty log' link in the action log */
494
-.shd_empty_log
495
-{
416
+.shd_empty_log {
496 417
 	font-size: 80%;
497 418
 }
498
-.shd_empty_log img
499
-{
419
+.shd_empty_log img {
500 420
 	position: relative;
501 421
 	top: 3px;
502 422
 	margin-right: 2px;
... ...
@@ -505,132 +425,107 @@ form#postmodify .shd_ticket_roundframe
505 425
 /**********************************
506 426
 * The profile				 	*
507 427
 ***********************************/
508
-.shd_profile_navigation
509
-{
428
+.shd_profile_navigation {
510 429
 	margin-right: 20px;
511 430
 }
512
-.shd_profile_nav_list, .shd_profile_nav_list ul, .shd_profile_nav_list li
513
-{
431
+.shd_profile_nav_list, .shd_profile_nav_list ul, .shd_profile_nav_list li {
514 432
 	margin: 0;
515 433
 	padding: 0;
516 434
 	list-style-type: none;
517 435
 }
518
-.shd_profile_nav_inline, .shd_profile_nav_inline ul, .shd_profile_nav_inline li
519
-{
436
+.shd_profile_nav_inline, .shd_profile_nav_inline ul, .shd_profile_nav_inline li {
520 437
 	margin: 0;
521 438
 	padding: 0;
522 439
 	list-style-type: none;
523 440
 	float: left;
524 441
 }
525
-.shd_profile_nav_inline li
526
-{
442
+.shd_profile_nav_inline li {
527 443
 	margin-right: 10px;
528 444
 	border-right: 1px solid #cccccc;
529 445
 	padding-right: 10px;
530 446
 }
531
-.shd_profile_nav_inline img
532
-{
447
+.shd_profile_nav_inline img {
533 448
 	margin-left: 4px;
534 449
 }
535 450
 
536
-.shd_profile_nav_inline li.shd_inline_last
537
-{
451
+.shd_profile_nav_inline li.shd_inline_last {
538 452
 	border-right: none;
539 453
 }
540 454
 
541 455
 /* I'm not sure about the above, I'll rewrite them later */
542
-.bot_page
543
-{
456
+.bot_page {
544 457
 	border: 1px solid #DDD;
545 458
 	border-top: none;
546 459
 }
547
-#ticket_log_header
548
-{
460
+#ticket_log_header {
549 461
 	clear: both;
550 462
 }
551 463
 
552 464
 /* Urgency stuff */
553
-.generic_icons.urgency_increase
554
-{
465
+.generic_icons.urgency_increase {
555 466
 	background-position: -161px -5px;
556 467
 }
557
-.generic_icons.urgency_decrease
558
-{
468
+.generic_icons.urgency_decrease {
559 469
 	background-position: -213px -5px;
560 470
 }
561 471
 
562 472
 /* We need some adjustments */
563
-dl.stats dd span, dl.stats dt span
564
-{
473
+dl.stats dd span, dl.stats dt span {
565 474
 	position: relative;
566 475
 	padding: 0;
567 476
 }
568 477
 
569 478
 /* We need something like winfo in helpdesk */
570
-.noup
571
-{
479
+.noup {
572 480
 	border-top-left-radius: 0;
573 481
 	border-top-right-radius: 0;
574 482
 	margin: 0 !important;
575 483
 }
576 484
 
577
-.shd_icon_fullhead
578
-{
485
+.shd_icon_fullhead {
579 486
 	position: relative;
580 487
 }
581 488
 
582 489
 /* Something to keep it look good */
583
-#replies .windowbg:last-of-type
584
-{
490
+#replies .windowbg:last-of-type {
585 491
 	border-bottom-left-radius: 0;
586 492
 	border-bottom-right-radius: 0;
587 493
 }
588 494
 
589 495
 /* Helpdesk table-width*/
590
-.shd_5
591
-{
496
+.shd_5 {
592 497
 	width: 5%;
593 498
 }
594
-.shd_10
595
-{
499
+.shd_10 {
596 500
 	width: 10%;
597 501
 }
598
-.shd_20
599
-{
502
+.shd_20 {
600 503
 	width: 20%;
601 504
 }
602
-.shd_25
603
-{
505
+.shd_25 {
604 506
 	width: 25%;
605 507
 }
606
-.shd_33
607
-{
508
+.shd_33 {
608 509
 	width: 33%;
609 510
 }
610
-.shd_50
611
-{
511
+.shd_50 {
612 512
 	width: 50%;
613 513
 }
614
-.shd_75
615
-{
514
+.shd_75 {
616 515
 	width: 75%;
617 516
 }
618 517
 
619 518
 /* Start of responsiveness */
620 519
 /* This will be moved to its file once it gets more work on it */
621
-@media (max-width: 480px)
622
-{
623
-	.shd_ticket_rightcolumn, .shd_ticket_leftcolumn
624
-	{
520
+@media (max-width: 480px) {
521
+	.shd_ticket_rightcolumn, .shd_ticket_leftcolumn {
625 522
 		width: 100%;
626 523
 		padding: 0;
627 524
 	}
628
-	.shd_ticket_rightcolumn
629
-	{
525
+	.shd_ticket_rightcolumn {
630 526
 		margin-top: 10px;
631 527
 	}
632
-	.shd_profile_navigation
633
-	{
528
+	.shd_profile_navigation {
634 529
 		margin-right: 0;
635 530
 	}
636 531
 	input[type="checkbox"]
... ...
@@ -1,122 +1,97 @@
1
-#sdAnnouncements dt
2
-{
1
+#sdAnnouncements dt {
3 2
 	padding: 4px 6px 2px 6px;
4 3
 	border-top: 1px solid #bf6900;
5 4
 }
6
-#sdAnnouncements dt a
7
-{
5
+#sdAnnouncements dt a {
8 6
 	color: #bf6900;
9 7
 	font-weight: bold;
10 8
 	display: block;
11 9
 }
12
-#sdAnnouncements dd
13
-{
10
+#sdAnnouncements dd {
14 11
 	margin: 0;
15 12
 	padding: 6px 12px;
16 13
 	border-top: double #ddd;
17 14
 }
18
-#sd_update_section
19
-{
15
+#sd_update_section {
20 16
 	margin-top: 10px;
21 17
 	margin-bottom: 10px;
22 18
 }
23
-#admin_main_section .windowbg
24
-{
19
+#admin_main_section .windowbg {
25 20
 	height: 15em;
26 21
 }
27
-#sd_credits
28
-{
22
+#sd_credits {
29 23
 }
30
-.sd_group_name
31
-{
24
+.sd_group_name {
32 25
 }
33
-.sd_group_name hr
34
-{
26
+.sd_group_name hr {
35 27
 	margin-top: 2px;
36 28
 }
37
-.shd_help
38
-{
29
+.shd_help {
39 30
 	float: right;
40 31
 	margin-top: 8px;
41 32
 }
42
-.shd_admin_leftcolumn
43
-{
33
+.shd_admin_leftcolumn {
44 34
 	width: 74%;
45 35
 	margin-right: 10px;
46 36
 }
47
-.shd_admin_rightcolumn
48
-{
37
+.shd_admin_rightcolumn {
49 38
 	width: 24%;
50 39
 }
51
-.shd_credits_break
52
-{
40
+.shd_credits_break {
53 41
 	margin-bottom: 0;
54 42
 
55 43
 }
56
-.shd_former_contributor
57
-{
44
+.shd_former_contributor {
58 45
 	color: #696969;
59 46
 }
60
-.shd_bbc_list
61
-{
47
+.shd_bbc_list {
62 48
 	width: 33%;
63 49
 }
64
-.shd_info_box
65
-{
50
+.shd_info_box {
66 51
 	margin-bottom: 0;
67 52
 }
68 53
 
69
-.disabled
70
-{
54
+.disabled {
71 55
 	color: #777777;
72 56
 }
73 57
 
74
-.shd_credits_names
75
-{
58
+.shd_credits_names {
76 59
 	margin-left: 57px;
77 60
 }
78 61
 
79
-.shd_valign_top
80
-{
62
+.shd_valign_top {
81 63
 	vertical-align: top;
82 64
 }
83 65
 
84
-.shd_yes, .shd_no, .shd_own, .shd_any
85
-{
66
+.shd_yes, .shd_no, .shd_own, .shd_any {
86 67
 	padding-left:19px;
87 68
 	padding-bottom:3px;
88 69
 }
89 70
 
90
-.shd_yes
91
-{
92
-	background:url('../images/simpledesk/perm_yes.png') no-repeat;
71
+.shd_yes {
72
+	background:url(../images/simpledesk/perm_yes.png) no-repeat;
93 73
 }
94 74
 
95
-.shd_no
96
-{
97
-	background:url('../images/simpledesk/perm_no.png') no-repeat;
75
+.shd_no {
76
+	background:url(../images/simpledesk/perm_no.png) no-repeat;
98 77
 }
99 78
 
100
-.shd_own
101
-{
102
-	background:url('../images/simpledesk/perm_own.png') no-repeat;
79
+.shd_own {
80
+	background:url(../images/simpledesk/perm_own.png) no-repeat;
103 81
 }
104 82
 
105
-.shd_any
106
-{
107
-	background:url('../images/simpledesk/perm_any.png') no-repeat;
83
+.shd_any {
84
+	background:url(../images/simpledesk/perm_any.png) no-repeat;
108 85
 }
109 86
 
110
-dl.permsettings
111
-{
87
+dl.permsettings {
112 88
 	clear: right;
113 89
 	overflow: auto;
114 90
 	margin: 0 0 10px 0;
115 91
 	padding: 0;
116 92
 }
117 93
 
118
-dl.permsettings dt
119
-{
94
+dl.permsettings dt {
120 95
 	width: 58%;
121 96
 	float: left;
122 97
 	margin: 0 0 10px 0;
... ...
@@ -124,8 +99,7 @@ dl.permsettings dt
124 99
 	clear: both;
125 100
 }
126 101
 
127
-dl.permsettings dt.settings_title
128
-{
102
+dl.permsettings dt.settings_title {
129 103
 	width: 100%;
130 104
 	float: none;
131 105
 	margin: 0 0 10px 0;
... ...
@@ -134,8 +108,7 @@ dl.permsettings dt.settings_title
134 108
 	clear: both;
135 109
 }
136 110
 
137
-dl.permsettings dt.windowbg
138
-{
111
+dl.permsettings dt.windowbg {
139 112
 	width: 98%;
140 113
 	float: left;
141 114
 	margin: 0 0 3px 0;
... ...
@@ -143,99 +116,80 @@ dl.permsettings dt.windowbg
143 116
 	clear: both;
144 117
 }
145 118
 
146
-dl.permsettings dd
147
-{
119
+dl.permsettings dd {
148 120
 	width: 38%;
149 121
 	float: left;
150 122
 	margin: 0 0 3px 0;
151 123
 	padding: 0;
152 124
 }
153 125
 
154
-dl.cannedsettings dt
155
-{
126
+dl.cannedsettings dt {
156 127
 	width: 30%;
157 128
 }
158 129
 
159
-dl.cannedsettings dd
160
-{
130
+dl.cannedsettings dd {
161 131
 	width: 68%;
162 132
 }
163 133
 
164
-dl.cannedsettings dd img
165
-{
134
+dl.cannedsettings dd img {
166 135
 	margin: 0;
167 136
 }
168 137
 
169
-dl.permsettings img, dl.cannedsettings dd img.icon
170
-{
138
+dl.permsettings img, dl.cannedsettings dd img.icon {
171 139
 	margin: 0 10px 0 0;
172 140
 }
173 141
 
174
-h3 a.permcollapse img
175
-{
142
+h3 a.permcollapse img {
176 143
 	margin-top:8px;
177 144
 }
178 145
 
179
-#cf_fieldicon_icon
180
-{
146
+#cf_fieldicon_icon {
181 147
 	padding-left:19px;
182 148
 	padding-bottom:3px;
183 149
 }
184 150
 
185
-.cf_ui_text, .cf_ui_largetext, .cf_ui_int, .cf_ui_float, .cf_ui_select, .cf_ui_checkbox, .cf_ui_radio, .cf_ui_multi
186
-{
151
+.cf_ui_text, .cf_ui_largetext, .cf_ui_int, .cf_ui_float, .cf_ui_select, .cf_ui_checkbox, .cf_ui_radio, .cf_ui_multi {
187 152
 	padding-left:19px;
188 153
 	padding-bottom:3px;
189 154
 }
190 155
 
191
-.cf_ui_text
192
-{
193
-	background:url('../images/simpledesk/cf_ui_text.png') no-repeat;
156
+.cf_ui_text {
157
+	background:url(../images/simpledesk/cf_ui_text.png) no-repeat;
194 158
 }
195
-.cf_ui_largetext
196
-{
197
-	background:url('../images/simpledesk/cf_ui_largetext.png') no-repeat;
159
+.cf_ui_largetext {
160
+	background:url(../images/simpledesk/cf_ui_largetext.png) no-repeat;
198 161
 }
199
-.cf_ui_int
200
-{
201
-	background:url('../images/simpledesk/cf_ui_int.png') no-repeat;
162
+.cf_ui_int {
163
+	background:url(../images/simpledesk/cf_ui_int.png) no-repeat;
202 164
 }
203
-.cf_ui_float
204
-{
205
-	background:url('../images/simpledesk/cf_ui_float.png') no-repeat;
165
+.cf_ui_float {
166
+	background:url(../images/simpledesk/cf_ui_float.png) no-repeat;
206 167
 }
207
-.cf_ui_select
208
-{
209
-	background:url('../images/simpledesk/cf_ui_select.png') no-repeat;
168
+.cf_ui_select {
169
+	background:url(../images/simpledesk/cf_ui_select.png) no-repeat;
210 170
 }
211
-.cf_ui_checkbox
212
-{
213
-	background:url('../images/simpledesk/cf_ui_checkbox.png') no-repeat;
171
+.cf_ui_checkbox {
172
+	background:url(../images/simpledesk/cf_ui_checkbox.png) no-repeat;
214 173
 }
215
-.cf_ui_radio
216
-{
217
-	background:url('../images/simpledesk/cf_ui_radio.png') no-repeat;
174
+.cf_ui_radio {
175
+	background:url(../images/simpledesk/cf_ui_radio.png) no-repeat;
218 176
 }
219
-.cf_ui_multi
220
-{
221
-	background:url('../images/simpledesk/cf_ui_multi.png') no-repeat;
177
+.cf_ui_multi {
178
+	background:url(../images/simpledesk/cf_ui_multi.png) no-repeat;
222 179
 }
223 180
 
224
-.langblock
225
-{
181
+.langblock {
226 182
 	width:30%;
227 183
 	float:right;
228 184
 	display:block;
229 185
 }
230 186
 
231
-#error_log td.half_width
232
-{
187
+#error_log td.half_width {
233 188
 	vertical-align: top;
234 189
 }
235 190
 
236 191
 /* Plugin switch inmage */
237
-.features_switch
238
-{
192
+.features_switch {
239 193
 	float: right;
240 194
 	margin: 0.2em 1em 1em;
241 195
 }
242 196
\ No newline at end of file
... ...
@@ -1,168 +1,140 @@
1 1
 /* The icons. */
2
-.large_admin_menu_icon.shd_cannedreplies
3
-{
4
-	background: url('../images/simpledesk/icons/shd_admin_icons.png') no-repeat;
2
+.large_admin_menu_icon.shd_cannedreplies {
3
+	background: url(../images/simpledesk/icons/shd_admin_icons.png) no-repeat;
5 4
 	background-position: -9px -9px;
6 5
 }
7 6
 
8
-.large_admin_menu_icon.shd_custom_fields
9
-{
10
-	background: url('../images/simpledesk/icons/shd_admin_icons.png') no-repeat;
7
+.large_admin_menu_icon.shd_custom_fields {
8
+	background: url(../images/simpledesk/icons/shd_admin_icons.png) no-repeat;
11 9
 	background-position: -59px -10px;
12 10
 }
13 11
 
14
-.large_admin_menu_icon.shd_departments
15
-{
16
-	background: url('../images/simpledesk/icons/shd_admin_icons.png') no-repeat;
12
+.large_admin_menu_icon.shd_departments {
13
+	background: url(../images/simpledesk/icons/shd_admin_icons.png) no-repeat;
17 14
 	background-position: -109px -9px;
18 15
 }
19 16
 
20
-.large_admin_menu_icon.shd_log
21
-{
22
-	background: url('../images/simpledesk/icons/shd_admin_icons.png') no-repeat;
17
+.large_admin_menu_icon.shd_log {
18
+	background: url(../images/simpledesk/icons/shd_admin_icons.png) no-repeat;
23 19
 	background-position: -161px -10px;
24 20
 }
25 21
 
26
-.large_admin_menu_icon.shd_mail
27
-{
28
-	background: url('../images/simpledesk/icons/shd_admin_icons.png') no-repeat;
22
+.large_admin_menu_icon.shd_mail {
23
+	background: url(../images/simpledesk/icons/shd_admin_icons.png) no-repeat;
29 24
 	background-position: -9px -60px;
30 25
 }
31 26
 
32
-.large_admin_menu_icon.shd_maintenance
33
-{
34
-	background: url('../images/simpledesk/icons/shd_admin_icons.png') no-repeat;
27
+.large_admin_menu_icon.shd_maintenance {
28
+	background: url(../images/simpledesk/icons/shd_admin_icons.png) no-repeat;
35 29
 	background-position: -61px -61px;
36 30
 }
37 31
 
38
-.large_admin_menu_icon.shd_options
39
-{
40
-	background: url('../images/simpledesk/icons/shd_admin_icons.png') no-repeat;
32
+.large_admin_menu_icon.shd_options {
33
+	background: url(../images/simpledesk/icons/shd_admin_icons.png) no-repeat;
41 34
 	background-position: -110px -58px;
42 35
 }
43 36
 
44
-.large_admin_menu_icon.shd_permissions
45
-{
46
-	background: url('../images/simpledesk/icons/shd_admin_icons.png') no-repeat;
37
+.large_admin_menu_icon.shd_permissions {
38
+	background: url(../images/simpledesk/icons/shd_admin_icons.png) no-repeat;
47 39
 	background-position: -161px -59px;
48 40
 }
49 41
 
50
-.large_admin_menu_icon.shd_plugins
51
-{
52
-	background: url('../images/simpledesk/icons/shd_admin_icons.png') no-repeat;
42
+.large_admin_menu_icon.shd_plugins {
43
+	background: url(../images/simpledesk/icons/shd_admin_icons.png) no-repeat;
53 44
 	background-position: -9px -106px;
54 45
 }
55 46
 
56
-.large_admin_menu_icon.shd_simpledesk
57
-{
58
-	background: url('../images/simpledesk/icons/shd_admin_icons.png') no-repeat;
47
+.large_admin_menu_icon.shd_simpledesk {
48
+	background: url(../images/simpledesk/icons/shd_admin_icons.png) no-repeat;
59 49
 	background-position: -56px -106px;
60 50
 }
61 51
 
62
-.large_admin_menu_icon.shd_support
63
-{
64
-	background: url('../images/simpledesk/icons/shd_admin_icons.png') no-repeat;
52
+.large_admin_menu_icon.shd_support {
53
+	background: url(../images/simpledesk/icons/shd_admin_icons.png) no-repeat;
65 54
 	background-position: -110px -110px;
66 55
 }
67 56
 
68
-.generic_icons.shd_cannedreplies
69
-{
70
-	background: url('../images/simpledesk/icons/shd_generic_icons.png') no-repeat;
57
+.generic_icons.shd_cannedreplies {
58
+	background: url(../images/simpledesk/icons/shd_generic_icons.png) no-repeat;
71 59
 	background-position: -18px -22px;
72 60
 }
73 61
 
74
-.generic_icons.shd_custom_fields
75
-{
76
-	background: url('../images/simpledesk/icons/shd_generic_icons.png') no-repeat;
62
+.generic_icons.shd_custom_fields {
63
+	background: url(../images/simpledesk/icons/shd_generic_icons.png) no-repeat;
77 64
 	background-position: -71px -22px;
78 65
 }
79 66
 
80
-.generic_icons.shd_departments
81
-{
82
-	background: url('../images/simpledesk/icons/shd_generic_icons.png') no-repeat;
67
+.generic_icons.shd_departments {
68
+	background: url(../images/simpledesk/icons/shd_generic_icons.png) no-repeat;
83 69
 	background-position: -124px -22px;
84 70
 }
85 71
 
86
-.generic_icons.shd_log
87
-{
88
-	background: url('../images/simpledesk/icons/shd_generic_icons.png') no-repeat;
72
+.generic_icons.shd_log {
73
+	background: url(../images/simpledesk/icons/shd_generic_icons.png) no-repeat;
89 74
 	background-position: -167px -22px;
90 75
 }
91 76
 
92
-.generic_icons.shd_mail
93
-{
94
-	background: url('../images/simpledesk/icons/shd_generic_icons.png') no-repeat;
77
+.generic_icons.shd_mail {
78
+	background: url(../images/simpledesk/icons/shd_generic_icons.png) no-repeat;
95 79
 	background-position: -18px -64px;
96 80
 }
97 81
 
98
-.generic_icons.shd_maintenance
99
-{
100
-	background: url('../images/simpledesk/icons/shd_generic_icons.png') no-repeat;
82
+.generic_icons.shd_maintenance {
83
+	background: url(../images/simpledesk/icons/shd_generic_icons.png) no-repeat;
101 84
 	background-position: -66px -64px;
102 85
 }
103 86
 
104
-.generic_icons.shd_options
105
-{
106
-	background: url('../images/simpledesk/icons/shd_generic_icons.png') no-repeat;
87
+.generic_icons.shd_options {
88
+	background: url(../images/simpledesk/icons/shd_generic_icons.png) no-repeat;
107 89
 	background-position: -118px -64px;
108 90
 }
109 91
 
110
-.generic_icons.shd_permissions
111
-{
112
-	background: url('../images/simpledesk/icons/shd_generic_icons.png') no-repeat;
92
+.generic_icons.shd_permissions {
93
+	background: url(../images/simpledesk/icons/shd_generic_icons.png) no-repeat;
113 94
 	background-position: -166px -65px;
114 95
 }
115 96
 
116
-.generic_icons.shd_plugins
117
-{
118
-	background: url('../images/simpledesk/icons/shd_generic_icons.png') no-repeat;
97
+.generic_icons.shd_plugins {
98
+	background: url(../images/simpledesk/icons/shd_generic_icons.png) no-repeat;
119 99
 	background-position: -16px -116px;
120 100
 }
121 101
 
122
-.generic_icons.shd_simpledesk, .generic_icons.helpdesk
123
-{
124
-	background: url('../images/simpledesk/icons/shd_generic_icons.png') no-repeat;
102
+.generic_icons.shd_simpledesk, .generic_icons.helpdesk {
103
+	background: url(../images/simpledesk/icons/shd_generic_icons.png) no-repeat;
125 104
 	background-position: -65px -116px;
126 105
 }
127 106
 
128
-.generic_icons.shd_support
129
-{
130
-	background: url('../images/simpledesk/icons/shd_generic_icons.png') no-repeat;
107
+.generic_icons.shd_support {
108
+	background: url(../images/simpledesk/icons/shd_generic_icons.png) no-repeat;
131 109
 	background-position: -119px -116px;
132 110
 }
133 111
 
134
-.generic_icons.profile
135
-{
136
-	background: url('../images/simpledesk/icons/shd_generic_icons.png') no-repeat;
112
+.generic_icons.profile {
113
+	background: url(../images/simpledesk/icons/shd_generic_icons.png) no-repeat;
137 114
 	background-position: -167px -117px;
138 115
 }
139 116
 
140
-.generic_icons.hd_profile
141
-{
142
-	background: url('../images/simpledesk/icons/shd_generic_icons.png') no-repeat;
117
+.generic_icons.hd_profile {
118
+	background: url(../images/simpledesk/icons/shd_generic_icons.png) no-repeat;
143 119
 	background-position: -167px -117px;
144 120
 }
145 121
 
146
-.generic_icons.hd_prefs
147
-{
148
-	background: url('../images/simpledesk/icons/shd_generic_icons.png') no-repeat;
122
+.generic_icons.hd_prefs {
123
+	background: url(../images/simpledesk/icons/shd_generic_icons.png) no-repeat;
149 124
 	background-position: -218px -25px;
150 125
 }
151 126
 
152
-.generic_icons.hd_showtickets
153
-{
154
-	background: url('../images/simpledesk/icons/shd_generic_icons.png') no-repeat;
127
+.generic_icons.hd_showtickets {
128
+	background: url(../images/simpledesk/icons/shd_generic_icons.png) no-repeat;
155 129
 	background-position: -217px -68px;
156 130
 }
157 131
 
158
-.generic_icons.hd_permissions
159
-{
160
-	background: url('../images/simpledesk/icons/shd_generic_icons.png') no-repeat;
132
+.generic_icons.hd_permissions {
133
+	background: url(../images/simpledesk/icons/shd_generic_icons.png) no-repeat;
161 134
 	background-position: -218px -117px;
162 135
 }
163 136
 
164
-.generic_icons.hd_actionlog
165
-{
166
-	background: url('../images/simpledesk/icons/shd_generic_icons.png') no-repeat;
137
+.generic_icons.hd_actionlog {
138
+	background: url(../images/simpledesk/icons/shd_generic_icons.png) no-repeat;
167 139
 	background-position: -267px -25px;
168 140
 }
169 141
\ No newline at end of file
170 142