diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-01-30 20:52:25 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-01-30 20:52:25 +0000 |
| commit | 38cf6ca403b485644405b8ec39af334a877e58b2 (patch) | |
| tree | d8da46a1a2e5e834ac9f98d5e716f7da2010d764 /themes/default/css | |
| parent | b925d9da5320790d7a1e6aaa7d6d80b1eea1a67d (diff) | |
The start of the notification module. At this point, the icon has been added to the item menu in the sidebar (both photo and album). There is a corresponding icon in themes/default/images that needs to be spruced up. You can add and remove notifications to albums and photos, but nothing happens under the covers for event handling.
Diffstat (limited to 'themes/default/css')
| -rw-r--r-- | themes/default/css/screen.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index dfc57a1f..03872ce4 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -556,6 +556,7 @@ form p.gError { } #gViewMenu #gAlbumLink, +#gViewMenu #gWatchLink, #gViewMenu #gHybridLink, #gViewMenu #gSlideshowLink, #gViewMenu #gFullsizeLink, @@ -575,6 +576,10 @@ form p.gError { background-image: url('../images/ico-view-album.png'); } +#gViewMenu #gWatchLink { + background-image: url('../images/ico-add-watch.png'); +} + #gViewMenu #gHybridLink { background-image: url('../images/ico-view-hybrid.png'); } |
