Rename CSS classes.
authorJan Schneider <jan@horde.org>
Mon, 23 Nov 2009 23:48:37 +0000 (00:48 +0100)
committerJan Schneider <jan@horde.org>
Mon, 23 Nov 2009 23:48:37 +0000 (00:48 +0100)
kronolith/templates/fbview/busyblock.html
kronolith/templates/fbview/legend.html
kronolith/templates/fbview/meetingblock.html
kronolith/templates/fbview/unknownblock.html
kronolith/themes/screen.css

index 223ee21..42e0a77 100644 (file)
@@ -1 +1 @@
-<td><div class="busy" style="left:<tag:left />;width:<tag:width />;">&nbsp;</div></td>
+<td><div class="kronolithFBBusy" style="left:<tag:left />;width:<tag:width />;">&nbsp;</div></td>
index 7508fce..49b101e 100644 (file)
@@ -6,10 +6,10 @@
   <td class="label">&nbsp;</td>
   <td class="label" colspan="<tag:span />">
    <span style="padding-left:15px;" class="busy">&nbsp;</span>
-   <span class="legend"><gettext>Busy</gettext></span>
+   <span class="kronolithFBLegend"><gettext>Busy</gettext></span>
    <span style="padding-left:15px;" class="free">&nbsp;</span>
-   <span class="legend"><gettext>Possible Meeting Time</gettext></span>
+   <span class="kronolithFBLegend"><gettext>Possible Meeting Time</gettext></span>
    <span style="padding-left:15px;" class="unknown">&nbsp;</span>
-   <span class="legend"><gettext>No Information</gettext></span>
+   <span class="kronolithFBLegend"><gettext>No Information</gettext></span>
   </td>
  </tr>
index 28a3deb..097fb78 100644 (file)
@@ -1 +1 @@
-<td><div class="free" style="left:<tag:left />;width:<tag:width />;">&nbsp;</div></td>
+<td><div class="kronolithFBFree" style="left:<tag:left />;width:<tag:width />;">&nbsp;</div></td>
index 4545f7c..74e405b 100644 (file)
@@ -1 +1 @@
-<td class="unknown">&nbsp;</td>
+<td class="kronolithFBUnknown">&nbsp;</td>
index 421454c..33890bb 100644 (file)
@@ -169,18 +169,18 @@ a.newEvent img {
 }
 
 /* Free/busy */
-.legend {
+.kronolithFBLegend {
     font-size: 90%;
     padding-right: 10px;
 }
-.busy {
+.kronolithFBBusy {
     position: relative;
     background: #f00;
 }
-.unknown {
+.kronolithFBUnknown {
     background: #d4d0c8 url("graphics/unknown-background.png") repeat left top;
 }
-.free {
+.kronolithFBFree {
     position: relative;
     background: #28b22b;
     color: #fff;
@@ -391,7 +391,6 @@ body.kronolithAjax {
 }
 #kronolithNotifications {
     padding: 3px 5px;
-    color: #fff;
 }
 
 /* Main area */