web/wp-content/plugins/event-calendar/ec3.css
branchwordpress
changeset 123 561aa6d282f6
parent 109 03b0d1493584
--- a/web/wp-content/plugins/event-calendar/ec3.css	Tue Jan 05 09:59:49 2010 +0000
+++ b/web/wp-content/plugins/event-calendar/ec3.css	Mon Feb 01 09:51:57 2010 +0000
@@ -26,14 +26,16 @@
 	background-color:#333333;
 }
 
+#wp-calendar {
+	height:140px;
+}
 #wp-calendar table td,
 #wp-calendar table th {
   text-align:center;
 }
 
 #wp-calendar table td,
-#wp-calendar table td.pad:hover,
-#wp-calendar table.nav tr td {
+#wp-calendar table td.pad:hover {
  padding:1px;
  border:none;
 }
@@ -46,6 +48,23 @@
  border:solid 1px #999;
 }
 
+/* Nav fix*/
+.nav {
+ width:100%;
+ border-top: solid 1px #E8E8E8;
+}
+.nav tr td {
+ padding:1px;
+ border:none;
+}
+.nav #prev {
+  text-align:left;
+}
+.nav #next {
+  text-align:right;
+}
+
+
 /* The EC graphic. */
 .ec3_ec {
  display:block;