[pLog-svn] r672 - plog/trunk/styles

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue Jan 4 21:18:50 GMT 2005


Author: oscar
Date: 2005-01-04 21:18:50 +0000 (Tue, 04 Jan 2005)
New Revision: 672

Modified:
   plog/trunk/styles/admin.css
Log:
fix for the pager


Modified: plog/trunk/styles/admin.css
===================================================================
--- plog/trunk/styles/admin.css	2005-01-04 19:53:28 UTC (rev 671)
+++ plog/trunk/styles/admin.css	2005-01-04 21:18:50 UTC (rev 672)
@@ -2,6 +2,11 @@
 /* Common stuff and basic page layout                             */
 /* -------------------------------------------------------------- */
 
+#navcontainer
+{
+
+}
+
 html, body
 {
     margin           : 0px;
@@ -236,10 +241,15 @@
 {
     padding          : 3px 0;
     margin-left      : 0;
-    border-bottom    : 1px solid #DEDEDE;
     font             : 11px trebuchet ms, verdana, tahoma, arial, sans-serif;
+    border-bottom    : 1px solid black;
 }
 
+#navcontainer ul
+{
+	/*border: 1px solid black;*/
+}
+
 #tablist li
 {
     list-style       : none;
@@ -252,7 +262,6 @@
     padding          : 3px 0.5em;
     margin-left      : 3px;
     border           : 1px solid #DEDEDE;
-    border-bottom    : none;
     background       : #F4F4FF;
     text-decoration  : none;
 }
@@ -410,6 +419,7 @@
 	margin-right: auto; 
 	background-color: #FCFCFF; 
 	border: 1px solid #DEDEDE;
+	padding-bottom: 10px;
 }
 
 .buttons
@@ -417,7 +427,8 @@
 	width: 88%;
 	margin-left: auto; 
 	margin-right: auto;
-	text-align: right;	
+	text-align: right;
+	padding-top: 5px;
 }
 
 .inputField input
@@ -447,7 +458,7 @@
 
 .pager
 {
-	text-align:left;	
+	float:left;	
 }
 
 /* -------------------------------------------------------------- */




More information about the pLog-svn mailing list