Resources/public/css/wikiTag.css
changeset 52 e804ae133f27
parent 40 1d4af6751f5b
child 53 22377c9e2eae
--- a/Resources/public/css/wikiTag.css	Thu Dec 01 12:11:10 2011 +0100
+++ b/Resources/public/css/wikiTag.css	Fri Dec 02 11:31:51 2011 +0100
@@ -1,6 +1,6 @@
 @charset "UTF-8";
 
-.wikitag_hand_cursor, .wikitag_remove_wp_link, .wikitag_remove_tag_from_list, .wikitag_reset_wp_info {
+.wikitag_hand_cursor, .wikitag_reset_wp_info {
     cursor: pointer;
 }
 #wikitag_actions span {
@@ -13,6 +13,9 @@
 #wikitag_table td, th {
     padding: 3px;
 }
+#wikitag_table tr, #wikitag_alltags_table tr {
+    height: 25px;
+}
 .wikitag_text_centered {
     text-align: center;
 }
@@ -28,15 +31,51 @@
 tr.wikitag_oddline:hover, tr.wikitag_evenline:hover {
     background: lightblue;
 }
-.wikitag_updown_td {
-    width: 12px;
-    cursor: n-resize;
-}
 tr.wikitag_dragged_row td {
     color: yellow;
     background-color: black;
 }
 
+/* Styles for images in tables */
+.wikitag_a_icon {
+    width: 16px;
+    height: 16px;
+    display: block;
+    margin: 0 auto;
+}
+.wikitag_wp_link {
+    background-image: url('../images/arrow_right.png');
+}
+.wikitag_wp_nolink {
+    background-image: url('../images/wikipedia_search.png');
+}
+.wikitag_wp_permalink {
+    background-image: url('../images/clock_arrow.png');
+}
+.wikitag_wp_dbplink {
+    background-image: url('../images/arrow_green_right.png');
+}
+.wikitag_td_icon {
+    width: 16px;
+    height: 16px;
+    margin: 0 auto;
+    background-repeat: no-repeat;
+    background-position: center;
+}
+.wikitag_updown_td {
+    cursor: n-resize;
+    background-image: url('../images/arrow_up_down.png');
+}
+.wikitag_remove_wp_link {
+	cursor: pointer;
+    background-image: url('../images/red_cross.png');
+}
+.wikitag_remove_tag_from_list {
+    cursor: pointer;
+    background-image: url('../images/tag_remove.png');
+}
+
+
 /* styles for the 4 types of STATUS */ 
 .wikitag_null_result {
     color: #000000;