Update of /cvsroot/openfirst/base/style
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26737/style
Modified Files:
headers.php slugs.css
Log Message:
- Many various bugfixes
- Added type aliases to DB
- Login/logout pages (login a little buggy)
Index: slugs.css
===================================================================
RCS file: /cvsroot/openfirst/base/style/slugs.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** slugs.css 12 Dec 2005 03:01:53 -0000 1.1
--- slugs.css 23 Feb 2006 16:38:48 -0000 1.2
***************
*** 3,6 ****
--- 3,11 ----
float: left;
/* Set font size, etc. to normal */
+ /* border: solid red;
+ padding: .1em;*/
+ }
+ .slug > * {
+ vertical-align: middle;
}
.slug > img {
***************
*** 11,14 ****
--- 16,23 ----
display: none;
border: thin solid silver;
+ height: 15px; /* Change with image */
+ line-height: 15px;
+ margin-left: 2px;
+ padding: 0 2px;
}
/*.slug > img:active + span,
Index: headers.php
===================================================================
RCS file: /cvsroot/openfirst/base/style/headers.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** headers.php 12 Dec 2005 03:01:53 -0000 1.14
--- headers.php 23 Feb 2006 16:38:48 -0000 1.15
***************
*** 52,56 ****
<link rel="stylesheet" type="text/css" href="<?php echo htmlentities($StylePath); ?>/style.css" />
<link rel="stylesheet" type="text/css" href="<?php echo htmlentities($StylePath); ?>/slugs.css" />
! <script type="application/x-javascript" src="<?php echo htmlentities($StylePath); ?>/slugs.js" />
<?php
if (isset($ogMoreHeadItems) && is_array($ogMoreHeadItems)) {
--- 52,56 ----
<link rel="stylesheet" type="text/css" href="<?php echo htmlentities($StylePath); ?>/style.css" />
<link rel="stylesheet" type="text/css" href="<?php echo htmlentities($StylePath); ?>/slugs.css" />
! <script type="application/x-javascript" src="<?php echo htmlentities($StylePath); ?>/slugs.js"></script>
<?php
if (isset($ogMoreHeadItems) && is_array($ogMoreHeadItems)) {
|