mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-24 18:56:24 +00:00
merge of 'a678bfc28369a5cca8665c85a0a2e944c1a1fa37'
and 'c6211d892652356a678ac26ac4f287499fbe91ea' Monotone-Parent: a678bfc28369a5cca8665c85a0a2e944c1a1fa37 Monotone-Parent: c6211d892652356a678ac26ac4f287499fbe91ea Monotone-Revision: becba1041ad050a1189effa1d6444a31a7727dc3 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-12-22T20:34:02 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -133,17 +133,30 @@ DIV#attendeesMenu DIV
|
||||
DIV#attendeesMenu .accepted
|
||||
{ background-image: url("accepted.png"); }
|
||||
|
||||
DIV#attendeesMenu .accepted:hover
|
||||
{ background-image: url("accepted.selected.png"); }
|
||||
|
||||
DIV#attendeesMenu .needs-action
|
||||
{ background-image: url("needs-action.png"); }
|
||||
|
||||
DIV#attendeesMenu .needs-action:hover
|
||||
{ background-image: url("needs-action.selected.png"); }
|
||||
|
||||
DIV#attendeesMenu .declined
|
||||
{ background-image: url("declined.png"); }
|
||||
|
||||
DIV#attendeesMenu .declined:hover
|
||||
{ background-image: url("declined.selected.png"); }
|
||||
|
||||
DIV#attendeesMenu .delegated
|
||||
{ background-image: url("delegated.png"); }
|
||||
|
||||
DIV#attendeesMenu .delegated:hover
|
||||
{ background-image: url("delegated.selected.png"); }
|
||||
|
||||
DIV#attendeesMenu .delegate
|
||||
{ margin-left: 10px; }
|
||||
{ background-position: 15px center;
|
||||
padding-left: 32px; }
|
||||
|
||||
/* read-only view */
|
||||
DIV#attendeesMenu DIV
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 607 B After Width: | Height: | Size: 510 B |
BIN
UI/WebServerResources/accepted.selected.png
Normal file
BIN
UI/WebServerResources/accepted.selected.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 511 B |
BIN
UI/WebServerResources/declined.selected.png
Normal file
BIN
UI/WebServerResources/declined.selected.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 354 B |
BIN
UI/WebServerResources/delegated.selected.png
Normal file
BIN
UI/WebServerResources/delegated.selected.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 452 B |
BIN
UI/WebServerResources/needs-action.selected.png
Normal file
BIN
UI/WebServerResources/needs-action.selected.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 428 B |
Reference in New Issue
Block a user