From: Jan Schneider Date: Mon, 23 Nov 2009 23:48:37 +0000 (+0100) Subject: Rename CSS classes. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b7554b604cd611365220f976acf52a3587b4498d;p=horde.git Rename CSS classes. --- diff --git a/kronolith/templates/fbview/busyblock.html b/kronolith/templates/fbview/busyblock.html index 223ee217b..42e0a77c5 100644 --- a/kronolith/templates/fbview/busyblock.html +++ b/kronolith/templates/fbview/busyblock.html @@ -1 +1 @@ -
 
+
 
diff --git a/kronolith/templates/fbview/legend.html b/kronolith/templates/fbview/legend.html index 7508fce71..49b101e07 100644 --- a/kronolith/templates/fbview/legend.html +++ b/kronolith/templates/fbview/legend.html @@ -6,10 +6,10 @@     - Busy + Busy   - Possible Meeting Time + Possible Meeting Time   - No Information + No Information diff --git a/kronolith/templates/fbview/meetingblock.html b/kronolith/templates/fbview/meetingblock.html index 28a3deb4b..097fb7882 100644 --- a/kronolith/templates/fbview/meetingblock.html +++ b/kronolith/templates/fbview/meetingblock.html @@ -1 +1 @@ -
 
+
 
diff --git a/kronolith/templates/fbview/unknownblock.html b/kronolith/templates/fbview/unknownblock.html index 4545f7ce6..74e405bba 100644 --- a/kronolith/templates/fbview/unknownblock.html +++ b/kronolith/templates/fbview/unknownblock.html @@ -1 +1 @@ -  +  diff --git a/kronolith/themes/screen.css b/kronolith/themes/screen.css index 421454ce4..33890bbe3 100644 --- a/kronolith/themes/screen.css +++ b/kronolith/themes/screen.css @@ -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 */