r9933 - in apps/gobi/trunk/code: . Page/skins Redirect
[email protected] Sat, 19 Sep 2009 14:28:17 +0200 (CEST)
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <20090919122817.2C6953D0E3@mia> |
Author: hannes
Date: 2009-09-19 14:28:17 +0200 (Sat, 19 Sep 2009)
New Revision: 9933
Added:
apps/gobi/trunk/code/Redirect/
apps/gobi/trunk/code/Redirect/Redirect.js
apps/gobi/trunk/code/Redirect/body.skin
apps/gobi/trunk/code/Redirect/create.skin
apps/gobi/trunk/code/Redirect/edit.skin
apps/gobi/trunk/code/Redirect/type.properties
Modified:
apps/gobi/trunk/code/Page/skins/stylesheet.skin
Log:
Implement Redirect page.
Details at http://dev.helma.org/trac/helma/changeset/9933
Modified: apps/gobi/trunk/code/Page/skins/stylesheet.skin
===================================================================
--- apps/gobi/trunk/code/Page/skins/stylesheet.skin 2009-09-19 11:07:04 UTC (rev 9932)
+++ apps/gobi/trunk/code/Page/skins/stylesheet.skin 2009-09-19 12:28:17 UTC (rev 9933)
@@ -199,10 +199,16 @@
color: white;
padding: 6px;
font-style: italic;
+ font-weight: bold;
margin-right: 14px;
text-align: center;
}
+ .message a {
+ color: white;
+ text-decoration: underline;
+ }
+
.icon {
vertical-align: middle;
width: 48px;
@@ -424,6 +430,16 @@
text-decoration: none;
}
+ .meta {
+ color: #666;
+ font-size: 11px;
+ }
+
+ .meta a {
+ color: #666;
+ }
+
+
.comments {
width: 90%;
font-size:0.95em;
Added: apps/gobi/trunk/code/Redirect/Redirect.js
Added: apps/gobi/trunk/code/Redirect/body.skin
Added: apps/gobi/trunk/code/Redirect/create.skin
Added: apps/gobi/trunk/code/Redirect/edit.skin
Added: apps/gobi/trunk/code/Redirect/type.properties