integration/css/theend.css
changeset 129 d796993fe244
parent 95 fde72f8d0ed0
--- a/integration/css/theend.css	Sun Feb 10 15:52:33 2013 +0100
+++ b/integration/css/theend.css	Sun Feb 10 18:33:33 2013 +0100
@@ -492,13 +492,13 @@
 }
 
 .taglist_container table {
-    position: absolute;
+    position: absolute; border-collapse: collapse; border: 1px solid #151515;
 }
 
 .taglist_container td {
     width: 180px; min-width: 180px; max-width: 180px; font-size: 16px;
-    height: 46px; min-height: 46px; max-height: 46px; text-align: center;
-    overflow: hidden; vertical-align: middle;
+    height: 52px; min-height: 52px; max-height: 52px; text-align: center;
+    overflow: hidden; vertical-align: middle; border: 1px solid #151515;
 }
 
 /* ARROWS */
@@ -530,12 +530,23 @@
     max-height: 100px;
     max-width: 170px;
     overflow: auto;
+    background: #1d1d1d;
+    border: none;
+    border-radius: 0;
 }
 .home .ui-autocomplete {
     max-width: 210px;
     max-height: 500px;
 }
 
+.ui-menu-item {
+    margin: 0 2px; padding: 5px; border-bottom: 2px solid #000000; color: #ffffff;
+}
+
+.ui-menu-item a {
+    color: #f0f0f0;
+}
+
 /* LIGHTBOX */
 
 .lightBoxWrap {