Update of /cvsroot/php-blog/serendipity/templates/default/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28746/templates/default/admin
Modified Files:
style.css
Log Message:
This is only part one of the update. Part two will follow
tomorrow. Anyways: If you get the chance, please test with your
favourite (or most hated) browser and send screenshots to
seb...@no... if you feel that anything is wrong.
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/default/admin/style.css,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- style.css 20 Jan 2005 22:02:58 -0000 1.17
+++ style.css 21 Jan 2005 19:14:26 -0000 1.18
@@ -48,7 +48,7 @@
}
.serendipityAdminContent {
- font-size: 12px;
+ font-size: 1em;
padding-top: 10px;
padding-right: 5px;
padding-left: 5px;
@@ -56,13 +56,13 @@
#serendipityAdminBanner h1 {
padding-left: 20px;
- font-size: 20px;
+ font-size: 1.8em;
margin: 0;
}
#serendipityAdminBanner h2 {
padding-left: 30px;
- font-size: 12px;
+ font-size: 1em;
color: #AAAAAA;
margin: 0;
}
@@ -73,7 +73,7 @@
}
#serendipityAdminFooter {
- font-size: 10px;
+ font-size: 0.7em;
text-align: center;
color: #FFFFFF;
}
@@ -94,7 +94,7 @@
}
.serendipity_admin_title {
- font-size: 20px;
+ font-size: 2em;
margin-bottom: 5px;
}
@@ -135,7 +135,7 @@
td, th {
- font-size: 12px;
+ font-size: 0.8em;
}
a:visited,
@@ -190,24 +190,24 @@
margin: 0px;
}
-ul.serendipitySideBarMenu lh {
- font-size: 11px;
+ul.serendipitySideBarMenu li.serendipitySideBarMenuHead {
+ font-size: 0.8em;
list-style: none;
display: block;
font-weight: bold;
background: url({TEMPLATE_PATH}img/menuheader_background.png) no-repeat;
- height: 20px;
+ height: 1.6em;
padding-top: 3px;
padding-left: 3px;
}
ul.serendipitySideBarMenu li {
- font-size: 10px;
+ font-size: 0.8em;
font-weight: normal;
background:url({TEMPLATE_PATH}img/menu_background.png) no-repeat;
padding-top: 2px;
padding-left: 5px;
- height: 20px;
+ height: 1.6em;
list-style:none;
display:block;
margin:0;
|