Update of /cvsroot/php-blog/serendipity/templates/default/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21766/templates/default/admin
Modified Files:
style.css
Log Message:
- Add "serendipityPrettyButton" CSS class, which will make a very pretty button, soon to be tweaked -- don't worry :)
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/default/admin/style.css,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- style.css 21 Jan 2005 20:11:41 -0000 1.19
+++ style.css 21 Jan 2005 20:55:53 -0000 1.20
@@ -68,7 +68,6 @@
margin: 0;
}
-
#serendipitySideBar {
width: 150px;
}
@@ -250,3 +249,11 @@
border: 0;
}
+.serendipityPrettyButton {
+ padding: 1px;
+ background: url({TEMPLATE_PATH}img/button_background.png) repeat-x top;
+ color: #1D2E3F;
+ font-weight: bold;
+ border: 1px outset #000000;
+ margin: 2px;
+}
|