! Forgot the CSS, heh.
cookiemonster

cookiemonster commited on 2011-03-24 12:47:37
Showing 1 changed files, with 16 additions and 1 deletions.

... ...
@@ -15,7 +15,7 @@ div.grid_header img
15 15
 	float: none;
16 16
 }
17 17
 
18
-/* Smaller icons */
18
+/* SimpleDesk icons */
19 19
 .shd_smallicon
20 20
 {
21 21
 	width: 13px;
... ...
@@ -27,6 +27,11 @@ div.grid_header img
27 27
 	position: relative;
28 28
 	top: 3px;
29 29
 }
30
+.shd_icon
31
+{
32
+	position: relative;
33
+	top: 3px;
34
+}
30 35
 .shd_icon_fullhead
31 36
 {
32 37
 	position: relative;
... ...
@@ -48,6 +53,16 @@ div.grid_header img
48 53
 	white-space: nowrap;
49 54
 }
50 55
 
56
+.shd_no_margin
57
+{
58
+	margin: 0;
59
+}
60
+
61
+.shd_hide_bottom_border
62
+{
63
+	border-bottom: 0;
64
+}
65
+
51 66
 /**********************************
52 67
 * The ticket listings 				*
53 68
 ***********************************/
54 69