[cpif] r360 - in trunk/frontend-web: . skins/default
svn at argo.es
svn at argo.es
Mon Sep 10 23:17:55 CEST 2007
Author: alvaro
Date: Mon Sep 10 23:17:53 2007
New Revision: 360
Log:
Mas cambios cosmeticos (sombra aqui, sombra alla, maquillate, maquillate...)
Modified:
trunk/frontend-web/skins.py
trunk/frontend-web/skins/default/css.css
Modified: trunk/frontend-web/skins.py
==============================================================================
--- trunk/frontend-web/skins.py (original)
+++ trunk/frontend-web/skins.py Mon Sep 10 23:17:53 2007
@@ -246,7 +246,7 @@
format = self._style.pop(0)
self._style.append(format)
if list_type == "stickies":
- format = "%s stick" % format
+ format = "stick%s" % format
read_only = available_skins[self._skin]['read only'] if ro else ""
read_only = read_only % icons
sticky = available_skins[self._skin]['sticky'] if list_type == "stickies" else ""
Modified: trunk/frontend-web/skins/default/css.css
==============================================================================
--- trunk/frontend-web/skins/default/css.css (original)
+++ trunk/frontend-web/skins/default/css.css Mon Sep 10 23:17:53 2007
@@ -196,8 +196,13 @@
padding:0.25em;
background-color: #FFEBCC;
}
-.stick {
+.stickodd {
+ padding:0.25em;
background-color: #EEFABB;
+}
+.stickeven {
+ padding:0.25em;
+ background-color: #E1F684;
}
p { margin:0.5em 0 0.5em 0; }
More information about the cpif
mailing list