phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] [18561] adding new css


From: Dave Hall
Subject: [Phpgroupware-cvs] [18561] adding new css
Date: Sun, 01 Jun 2008 01:55:57 +0000

Revision: 18561
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18561
Author:   skwashd
Date:     2008-06-01 01:55:56 +0000 (Sun, 01 Jun 2008)

Log Message:
-----------
adding new css

Added Paths:
-----------
    trunk/notes/templates/base/css/
    trunk/notes/templates/base/css/base.css

Added: trunk/notes/templates/base/css/base.css
===================================================================
--- trunk/notes/templates/base/css/base.css                             (rev 0)
+++ trunk/notes/templates/base/css/base.css     2008-06-01 01:55:56 UTC (rev 
18561)
@@ -0,0 +1,29 @@
+/*
+ * phpGroupWare Notes
+ *
+ * Created by Dave Hall
+ * Licensed under the GNU Public License v3
+ */
+
+#note_view
+{
+       background: #ff8 url(../images/pin.png) scroll top left no-repeat;
+       border: 0px solid #ee6;
+       border-width: 1px 3px 3px 1px;
+       margin: 1em 5em;
+       padding: 24px 1em 1em 1em;
+}
+
+#note_view, #note_view div, #note_view p
+{
+       color: #000;
+}
+
+#note_view #note_created
+{
+       border-top: 1px solid #ee6;
+       font-size: smaller;
+       margin: 0.5em 0 0 0;
+       padding: 0.5em 0 0 0;
+       text-align: right;
+}






reply via email to

[Prev in Thread] Current Thread [Next in Thread]