Update of /cvsroot/php-blog/serendipity/templates/default/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27360/templates/default/admin
Modified Files:
style.css
Log Message:
* Use constant matches for path names "admin|author" to be customizable
as before
* Tweak admin style to add some inner padding so that the characters
(when updating) are not thrown at the border
* Re-use "height: 100%" for the iframe. It looks butt-ugly when showing
the "entry saved" in a 10pixel high white border with 90pixel blue
around it...
* german translation
* remove unused serendipity_entries.php deployment file
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/default/admin/style.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- style.css 27 Nov 2004 22:14:20 -0000 1.1
+++ style.css 29 Nov 2004 09:55:26 -0000 1.2
@@ -5,7 +5,7 @@
}
#serendipityAdminFrame {
- width: 777px;
+ width: 80%;
margin: auto;
}
@@ -15,6 +15,7 @@
border-right: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
height: 400px;
+ padding: 5px;
}
#serendipityAdminInfopane {
@@ -92,13 +93,13 @@
padding-left: 5px;
}
-.serendipity_admin_list_item.serendipity_admin_list_item_uneven {
+.serendipity_admin_list_item .serendipity_admin_list_item_uneven {
border: 1px solid #294366;
background-color: #F8F9FA;
margin-bottom: 5px;
}
-.serendipity_admin_list_item.serendipity_admin_list_item_even {
+.serendipity_admin_list_item .serendipity_admin_list_item_even {
border: 1px solid #294366;
background-color: #F2F3F2;
margin-bottom: 5px;
|