Update of /cvsroot/php-blog/serendipity/templates/default/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31378/templates/default/admin
Modified Files:
style.css
Log Message:
removed/marked the (so far discovered) most disturbing javascript-dependencies in s9y
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/default/admin/style.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- style.css 30 Nov 2004 16:02:26 -0000 1.5
+++ style.css 4 Dec 2004 14:43:38 -0000 1.6
@@ -151,3 +151,25 @@
text-align: center;
margin: auto;
}
+
+a.button {
+ background-color: #F8F9FA;
+ border: 1px solid #294366;
+ color: black;
+ font-family: verdana;
+ font-size: small;
+ padding-left: 0.3em;
+ padding-right: 0.3em;
+ text-decoration: none;
+}
+
+a.button_disabled {
+ background-color: #F8F9FA;
+ border: 1px solid #294366;
+ color: grey;
+ font-family: verdana;
+ font-size: small;
+ padding-left: 0.3em;
+ padding-right: 0.3em;
+ text-decoration: none;
+}
\ No newline at end of file
|