From: the_mgt Date: Fri, 1 Jul 2011 00:53:43 +0000 (+0200) Subject: Added new iconset "Essen" from http://pc.de/icons/ and modified all files under stati... X-Git-Tag: v8.11~651 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=58873f11d3e6a08336b03b171e250a6ca067bb06;p=citadel.git Added new iconset "Essen" from http://pc.de/icons/ and modified all files under static/t accordingly Icons are in subfolder "icons/essen" so we can eventually add other iconsets and make them choosable from Webcit Moved some commonly used icons we need to keep to newly created icons/ dir Old icons will go to subfolder "icons/old" after the transition, so retro enthusiasts can choose them eventually Places in c-files will follow in next commit --- diff --git a/webcit/static/8paint16.gif b/webcit/static/8paint16.gif deleted file mode 100644 index 5c2b48fe0..000000000 Binary files a/webcit/static/8paint16.gif and /dev/null differ diff --git a/webcit/static/bubble.gif b/webcit/static/bubble.gif deleted file mode 100644 index 93adba3e2..000000000 Binary files a/webcit/static/bubble.gif and /dev/null differ diff --git a/webcit/static/bubble_filler.gif b/webcit/static/bubble_filler.gif deleted file mode 100644 index 49c9a6b6b..000000000 Binary files a/webcit/static/bubble_filler.gif and /dev/null differ diff --git a/webcit/static/citadel-button-32x32.gif b/webcit/static/citadel-button-32x32.gif deleted file mode 100644 index f16264f25..000000000 Binary files a/webcit/static/citadel-button-32x32.gif and /dev/null differ diff --git a/webcit/static/closewindow.gif b/webcit/static/closewindow.gif deleted file mode 100644 index 0cdac60b0..000000000 Binary files a/webcit/static/closewindow.gif and /dev/null differ diff --git a/webcit/static/icons/8paint16.gif b/webcit/static/icons/8paint16.gif new file mode 100755 index 000000000..5c2b48fe0 Binary files /dev/null and b/webcit/static/icons/8paint16.gif differ diff --git a/webcit/static/icons/bubble.gif b/webcit/static/icons/bubble.gif new file mode 100755 index 000000000..93adba3e2 Binary files /dev/null and b/webcit/static/icons/bubble.gif differ diff --git a/webcit/static/icons/bubble_filler.gif b/webcit/static/icons/bubble_filler.gif new file mode 100755 index 000000000..49c9a6b6b Binary files /dev/null and b/webcit/static/icons/bubble_filler.gif differ diff --git a/webcit/static/icons/citadel-button-32x32.gif b/webcit/static/icons/citadel-button-32x32.gif new file mode 100755 index 000000000..f16264f25 Binary files /dev/null and b/webcit/static/icons/citadel-button-32x32.gif differ diff --git a/webcit/static/icons/closewindow.gif b/webcit/static/icons/closewindow.gif new file mode 100755 index 000000000..0cdac60b0 Binary files /dev/null and b/webcit/static/icons/closewindow.gif differ diff --git a/webcit/static/icons/essen/16x16/account.png b/webcit/static/icons/essen/16x16/account.png new file mode 100644 index 000000000..a705ea93e Binary files /dev/null and b/webcit/static/icons/essen/16x16/account.png differ diff --git a/webcit/static/icons/essen/16x16/activeuser.png b/webcit/static/icons/essen/16x16/activeuser.png new file mode 100644 index 000000000..e405a93c3 Binary files /dev/null and b/webcit/static/icons/essen/16x16/activeuser.png differ diff --git a/webcit/static/icons/essen/16x16/addcontact.png b/webcit/static/icons/essen/16x16/addcontact.png new file mode 100644 index 000000000..95a631973 Binary files /dev/null and b/webcit/static/icons/essen/16x16/addcontact.png differ diff --git a/webcit/static/icons/essen/16x16/attachement.png b/webcit/static/icons/essen/16x16/attachement.png new file mode 100644 index 000000000..7b54c84ae Binary files /dev/null and b/webcit/static/icons/essen/16x16/attachement.png differ diff --git a/webcit/static/icons/essen/16x16/back.png b/webcit/static/icons/essen/16x16/back.png new file mode 100644 index 000000000..44c07d166 Binary files /dev/null and b/webcit/static/icons/essen/16x16/back.png differ diff --git a/webcit/static/icons/essen/16x16/blog.png b/webcit/static/icons/essen/16x16/blog.png new file mode 100644 index 000000000..72fe1d09b Binary files /dev/null and b/webcit/static/icons/essen/16x16/blog.png differ diff --git a/webcit/static/icons/essen/16x16/calendar.png b/webcit/static/icons/essen/16x16/calendar.png new file mode 100644 index 000000000..224306c16 Binary files /dev/null and b/webcit/static/icons/essen/16x16/calendar.png differ diff --git a/webcit/static/icons/essen/16x16/chat.png b/webcit/static/icons/essen/16x16/chat.png new file mode 100644 index 000000000..6fd9a4898 Binary files /dev/null and b/webcit/static/icons/essen/16x16/chat.png differ diff --git a/webcit/static/icons/essen/16x16/config.png b/webcit/static/icons/essen/16x16/config.png new file mode 100644 index 000000000..6e4f4e716 Binary files /dev/null and b/webcit/static/icons/essen/16x16/config.png differ diff --git a/webcit/static/icons/essen/16x16/contacts.png b/webcit/static/icons/essen/16x16/contacts.png new file mode 100644 index 000000000..8c9472256 Binary files /dev/null and b/webcit/static/icons/essen/16x16/contacts.png differ diff --git a/webcit/static/icons/essen/16x16/delete.png b/webcit/static/icons/essen/16x16/delete.png new file mode 100644 index 000000000..f7b62558f Binary files /dev/null and b/webcit/static/icons/essen/16x16/delete.png differ diff --git a/webcit/static/icons/essen/16x16/draft.png b/webcit/static/icons/essen/16x16/draft.png new file mode 100644 index 000000000..73c3466e8 Binary files /dev/null and b/webcit/static/icons/essen/16x16/draft.png differ diff --git a/webcit/static/icons/essen/16x16/email.png b/webcit/static/icons/essen/16x16/email.png new file mode 100644 index 000000000..c72837722 Binary files /dev/null and b/webcit/static/icons/essen/16x16/email.png differ diff --git a/webcit/static/icons/essen/16x16/file.png b/webcit/static/icons/essen/16x16/file.png new file mode 100644 index 000000000..aff0a5cb0 Binary files /dev/null and b/webcit/static/icons/essen/16x16/file.png differ diff --git a/webcit/static/icons/essen/16x16/forward.png b/webcit/static/icons/essen/16x16/forward.png new file mode 100644 index 000000000..6c86a9a2e Binary files /dev/null and b/webcit/static/icons/essen/16x16/forward.png differ diff --git a/webcit/static/icons/essen/16x16/logout.png b/webcit/static/icons/essen/16x16/logout.png new file mode 100644 index 000000000..10632efa0 Binary files /dev/null and b/webcit/static/icons/essen/16x16/logout.png differ diff --git a/webcit/static/icons/essen/16x16/network.png b/webcit/static/icons/essen/16x16/network.png new file mode 100644 index 000000000..68ac98369 Binary files /dev/null and b/webcit/static/icons/essen/16x16/network.png differ diff --git a/webcit/static/icons/essen/16x16/nextroom.png b/webcit/static/icons/essen/16x16/nextroom.png new file mode 100644 index 000000000..c6a6ae697 Binary files /dev/null and b/webcit/static/icons/essen/16x16/nextroom.png differ diff --git a/webcit/static/icons/essen/16x16/note.png b/webcit/static/icons/essen/16x16/note.png new file mode 100644 index 000000000..b807deb3e Binary files /dev/null and b/webcit/static/icons/essen/16x16/note.png differ diff --git a/webcit/static/icons/essen/16x16/pen.png b/webcit/static/icons/essen/16x16/pen.png new file mode 100644 index 000000000..4d5bbd9a0 Binary files /dev/null and b/webcit/static/icons/essen/16x16/pen.png differ diff --git a/webcit/static/icons/essen/16x16/pencil.png b/webcit/static/icons/essen/16x16/pencil.png new file mode 100644 index 000000000..66167401a Binary files /dev/null and b/webcit/static/icons/essen/16x16/pencil.png differ diff --git a/webcit/static/icons/essen/16x16/readallmsg.png b/webcit/static/icons/essen/16x16/readallmsg.png new file mode 100644 index 000000000..c7c26ab7c Binary files /dev/null and b/webcit/static/icons/essen/16x16/readallmsg.png differ diff --git a/webcit/static/icons/essen/16x16/refresh.png b/webcit/static/icons/essen/16x16/refresh.png new file mode 100644 index 000000000..b6cb0e16f Binary files /dev/null and b/webcit/static/icons/essen/16x16/refresh.png differ diff --git a/webcit/static/icons/essen/16x16/room.png b/webcit/static/icons/essen/16x16/room.png new file mode 100644 index 000000000..9951f00ea Binary files /dev/null and b/webcit/static/icons/essen/16x16/room.png differ diff --git a/webcit/static/icons/essen/16x16/rss.png b/webcit/static/icons/essen/16x16/rss.png new file mode 100644 index 000000000..eec61da01 Binary files /dev/null and b/webcit/static/icons/essen/16x16/rss.png differ diff --git a/webcit/static/icons/essen/16x16/search.png b/webcit/static/icons/essen/16x16/search.png new file mode 100644 index 000000000..699f40af1 Binary files /dev/null and b/webcit/static/icons/essen/16x16/search.png differ diff --git a/webcit/static/icons/essen/16x16/skiproom.png b/webcit/static/icons/essen/16x16/skiproom.png new file mode 100644 index 000000000..5cf416c08 Binary files /dev/null and b/webcit/static/icons/essen/16x16/skiproom.png differ diff --git a/webcit/static/icons/essen/16x16/summary.png b/webcit/static/icons/essen/16x16/summary.png new file mode 100644 index 000000000..74cb86bde Binary files /dev/null and b/webcit/static/icons/essen/16x16/summary.png differ diff --git a/webcit/static/icons/essen/16x16/task.png b/webcit/static/icons/essen/16x16/task.png new file mode 100644 index 000000000..704acc229 Binary files /dev/null and b/webcit/static/icons/essen/16x16/task.png differ diff --git a/webcit/static/icons/essen/16x16/taskday.png b/webcit/static/icons/essen/16x16/taskday.png new file mode 100644 index 000000000..c7a8a33e0 Binary files /dev/null and b/webcit/static/icons/essen/16x16/taskday.png differ diff --git a/webcit/static/icons/essen/16x16/user.png b/webcit/static/icons/essen/16x16/user.png new file mode 100644 index 000000000..2660b9a90 Binary files /dev/null and b/webcit/static/icons/essen/16x16/user.png differ diff --git a/webcit/static/icons/essen/32x32/account.png b/webcit/static/icons/essen/32x32/account.png new file mode 100644 index 000000000..b6520f758 Binary files /dev/null and b/webcit/static/icons/essen/32x32/account.png differ diff --git a/webcit/static/icons/essen/32x32/activeuser.png b/webcit/static/icons/essen/32x32/activeuser.png new file mode 100644 index 000000000..8cc8ba00e Binary files /dev/null and b/webcit/static/icons/essen/32x32/activeuser.png differ diff --git a/webcit/static/icons/essen/32x32/addcontact.pngg b/webcit/static/icons/essen/32x32/addcontact.pngg new file mode 100644 index 000000000..6843212c6 Binary files /dev/null and b/webcit/static/icons/essen/32x32/addcontact.pngg differ diff --git a/webcit/static/icons/essen/32x32/attachement.png b/webcit/static/icons/essen/32x32/attachement.png new file mode 100644 index 000000000..56fcbcfcb Binary files /dev/null and b/webcit/static/icons/essen/32x32/attachement.png differ diff --git a/webcit/static/icons/essen/32x32/back.png b/webcit/static/icons/essen/32x32/back.png new file mode 100644 index 000000000..a367595c0 Binary files /dev/null and b/webcit/static/icons/essen/32x32/back.png differ diff --git a/webcit/static/icons/essen/32x32/blog.png b/webcit/static/icons/essen/32x32/blog.png new file mode 100644 index 000000000..b0396590b Binary files /dev/null and b/webcit/static/icons/essen/32x32/blog.png differ diff --git a/webcit/static/icons/essen/32x32/calendar.png b/webcit/static/icons/essen/32x32/calendar.png new file mode 100644 index 000000000..8e5ca0665 Binary files /dev/null and b/webcit/static/icons/essen/32x32/calendar.png differ diff --git a/webcit/static/icons/essen/32x32/chat.png b/webcit/static/icons/essen/32x32/chat.png new file mode 100644 index 000000000..7c4154a00 Binary files /dev/null and b/webcit/static/icons/essen/32x32/chat.png differ diff --git a/webcit/static/icons/essen/32x32/check.png b/webcit/static/icons/essen/32x32/check.png new file mode 100644 index 000000000..dddc20c73 Binary files /dev/null and b/webcit/static/icons/essen/32x32/check.png differ diff --git a/webcit/static/icons/essen/32x32/config.png b/webcit/static/icons/essen/32x32/config.png new file mode 100644 index 000000000..8ee17d545 Binary files /dev/null and b/webcit/static/icons/essen/32x32/config.png differ diff --git a/webcit/static/icons/essen/32x32/contact.png b/webcit/static/icons/essen/32x32/contact.png new file mode 100644 index 000000000..8a130639b Binary files /dev/null and b/webcit/static/icons/essen/32x32/contact.png differ diff --git a/webcit/static/icons/essen/32x32/delete.png b/webcit/static/icons/essen/32x32/delete.png new file mode 100644 index 000000000..72f9e21df Binary files /dev/null and b/webcit/static/icons/essen/32x32/delete.png differ diff --git a/webcit/static/icons/essen/32x32/draft.png b/webcit/static/icons/essen/32x32/draft.png new file mode 100644 index 000000000..aa76cdc52 Binary files /dev/null and b/webcit/static/icons/essen/32x32/draft.png differ diff --git a/webcit/static/icons/essen/32x32/email.png b/webcit/static/icons/essen/32x32/email.png new file mode 100644 index 000000000..eb9827606 Binary files /dev/null and b/webcit/static/icons/essen/32x32/email.png differ diff --git a/webcit/static/icons/essen/32x32/feed.png b/webcit/static/icons/essen/32x32/feed.png new file mode 100644 index 000000000..040720dcc Binary files /dev/null and b/webcit/static/icons/essen/32x32/feed.png differ diff --git a/webcit/static/icons/essen/32x32/file.png b/webcit/static/icons/essen/32x32/file.png new file mode 100644 index 000000000..6b622b4ce Binary files /dev/null and b/webcit/static/icons/essen/32x32/file.png differ diff --git a/webcit/static/icons/essen/32x32/forward.png b/webcit/static/icons/essen/32x32/forward.png new file mode 100644 index 000000000..eae25fcdc Binary files /dev/null and b/webcit/static/icons/essen/32x32/forward.png differ diff --git a/webcit/static/icons/essen/32x32/logout.png b/webcit/static/icons/essen/32x32/logout.png new file mode 100644 index 000000000..696bc506b Binary files /dev/null and b/webcit/static/icons/essen/32x32/logout.png differ diff --git a/webcit/static/icons/essen/32x32/network.png b/webcit/static/icons/essen/32x32/network.png new file mode 100644 index 000000000..424f79bc9 Binary files /dev/null and b/webcit/static/icons/essen/32x32/network.png differ diff --git a/webcit/static/icons/essen/32x32/nextroom.png b/webcit/static/icons/essen/32x32/nextroom.png new file mode 100644 index 000000000..c0255ba84 Binary files /dev/null and b/webcit/static/icons/essen/32x32/nextroom.png differ diff --git a/webcit/static/icons/essen/32x32/note.png b/webcit/static/icons/essen/32x32/note.png new file mode 100644 index 000000000..825245309 Binary files /dev/null and b/webcit/static/icons/essen/32x32/note.png differ diff --git a/webcit/static/icons/essen/32x32/pen.png b/webcit/static/icons/essen/32x32/pen.png new file mode 100644 index 000000000..2fed49d40 Binary files /dev/null and b/webcit/static/icons/essen/32x32/pen.png differ diff --git a/webcit/static/icons/essen/32x32/pencil.png b/webcit/static/icons/essen/32x32/pencil.png new file mode 100644 index 000000000..b138a5f89 Binary files /dev/null and b/webcit/static/icons/essen/32x32/pencil.png differ diff --git a/webcit/static/icons/essen/32x32/readallmsg.png b/webcit/static/icons/essen/32x32/readallmsg.png new file mode 100644 index 000000000..80bbac65e Binary files /dev/null and b/webcit/static/icons/essen/32x32/readallmsg.png differ diff --git a/webcit/static/icons/essen/32x32/refresh.png b/webcit/static/icons/essen/32x32/refresh.png new file mode 100644 index 000000000..573d92c89 Binary files /dev/null and b/webcit/static/icons/essen/32x32/refresh.png differ diff --git a/webcit/static/icons/essen/32x32/room.png b/webcit/static/icons/essen/32x32/room.png new file mode 100644 index 000000000..4d9932f8e Binary files /dev/null and b/webcit/static/icons/essen/32x32/room.png differ diff --git a/webcit/static/icons/essen/32x32/search.png b/webcit/static/icons/essen/32x32/search.png new file mode 100644 index 000000000..e331d5904 Binary files /dev/null and b/webcit/static/icons/essen/32x32/search.png differ diff --git a/webcit/static/icons/essen/32x32/skiproom.png b/webcit/static/icons/essen/32x32/skiproom.png new file mode 100644 index 000000000..d8dcb1fb7 Binary files /dev/null and b/webcit/static/icons/essen/32x32/skiproom.png differ diff --git a/webcit/static/icons/essen/32x32/summary.png b/webcit/static/icons/essen/32x32/summary.png new file mode 100644 index 000000000..60d872901 Binary files /dev/null and b/webcit/static/icons/essen/32x32/summary.png differ diff --git a/webcit/static/icons/essen/32x32/task.png b/webcit/static/icons/essen/32x32/task.png new file mode 100644 index 000000000..ca8b05118 Binary files /dev/null and b/webcit/static/icons/essen/32x32/task.png differ diff --git a/webcit/static/icons/essen/32x32/taskday.png b/webcit/static/icons/essen/32x32/taskday.png new file mode 100644 index 000000000..bb53abadf Binary files /dev/null and b/webcit/static/icons/essen/32x32/taskday.png differ diff --git a/webcit/static/icons/essen/32x32/user.png b/webcit/static/icons/essen/32x32/user.png new file mode 100644 index 000000000..292dd1cc1 Binary files /dev/null and b/webcit/static/icons/essen/32x32/user.png differ diff --git a/webcit/static/icons/openid-32x32.gif b/webcit/static/icons/openid-32x32.gif new file mode 100755 index 000000000..a840e2adf Binary files /dev/null and b/webcit/static/icons/openid-32x32.gif differ diff --git a/webcit/static/icons/openid-small.gif b/webcit/static/icons/openid-small.gif new file mode 100755 index 000000000..cde836c89 Binary files /dev/null and b/webcit/static/icons/openid-small.gif differ diff --git a/webcit/static/icons/resizecorner.png b/webcit/static/icons/resizecorner.png new file mode 100755 index 000000000..fa3e382c5 Binary files /dev/null and b/webcit/static/icons/resizecorner.png differ diff --git a/webcit/static/icons/resizegrippy.gif b/webcit/static/icons/resizegrippy.gif new file mode 100755 index 000000000..3cba00594 Binary files /dev/null and b/webcit/static/icons/resizegrippy.gif differ diff --git a/webcit/static/icons/throbber.gif b/webcit/static/icons/throbber.gif new file mode 100755 index 000000000..772aa892d Binary files /dev/null and b/webcit/static/icons/throbber.gif differ diff --git a/webcit/static/instant_messenger.html b/webcit/static/instant_messenger.html index cd546c33c..1c01634d2 100644 --- a/webcit/static/instant_messenger.html +++ b/webcit/static/instant_messenger.html @@ -131,7 +131,7 @@ function ShowNewMsg(gexp_xmlresponse) { + '
' - + ' ' + + ' ' + '' + '
' + '
' diff --git a/webcit/static/openid-32x32.gif b/webcit/static/openid-32x32.gif deleted file mode 100644 index a840e2adf..000000000 Binary files a/webcit/static/openid-32x32.gif and /dev/null differ diff --git a/webcit/static/openid-small.gif b/webcit/static/openid-small.gif deleted file mode 100644 index cde836c89..000000000 Binary files a/webcit/static/openid-small.gif and /dev/null differ diff --git a/webcit/static/resizecorner.png b/webcit/static/resizecorner.png deleted file mode 100644 index fa3e382c5..000000000 Binary files a/webcit/static/resizecorner.png and /dev/null differ diff --git a/webcit/static/resizegrippy.gif b/webcit/static/resizegrippy.gif deleted file mode 100644 index 3cba00594..000000000 Binary files a/webcit/static/resizegrippy.gif and /dev/null differ diff --git a/webcit/static/styles/iconbaricns.css b/webcit/static/styles/iconbaricns.css old mode 100644 new mode 100755 index 16d7097c3..49f999802 --- a/webcit/static/styles/iconbaricns.css +++ b/webcit/static/styles/iconbaricns.css @@ -6,52 +6,52 @@ */ .ib_button { - min-height: 32px; + min-height: 38px; background-repeat: no-repeat !important; - background-position: 3px 0px; + background-position: 5px 5px; vertical-align: middle; } .ib_button_link { padding-top: 8px; - padding-left: 37px; + padding-left: 38px; height: 100%; min-height: 25px; /* Makes all of the 'button' to be clickable */ } #ib_summary { - background-image: url("/static/summscreen_32x.gif"); + background-image: url("/static/icons/essen/32x32/summary.png"); } #ib_inbox { - background-image: url("/static/privatemess_32x.gif"); + background-image: url("/static/icons/essen/32x32/email.png"); } #ib_calendar { - background-image: url("/static/calarea_32x.gif"); + background-image: url("/static/icons/essen/32x32/calendar.png"); } #ib_contacts { - background-image: url("/static/viewcontacts_32x.gif"); + background-image: url("/static/icons/essen/32x32/contact.png"); } #ib_notes { - background-image: url("/static/storenotes_32x.gif"); + background-image: url("/static/icons/essen/32x32/note.png"); } #ib_tasks { - background-image: url("/static/taskmanag_32x.gif"); + background-image: url("/static/icons/essen/32x32/task.png"); } #ib_rooms { - background-image: url("/static/chatrooms_32x.gif"); + background-image: url("/static/icons/essen/32x32/room.png"); } #ib_users { - background-image: url("/static/usermanag_32x.gif"); + background-image: url("/static/icons/essen/32x32/user.png"); } #ib_chat { - background-image: url("/static/citadelchat_32x.gif"); + background-image: url("/static/icons/essen/32x32/chat.png"); } #ib_advanced, #ib_admin { - background-image: url("/static/advanpage2_32x.gif"); + background-image: url("/static/icons/essen/32x32/config.png"); } #ib_aide { - background-image: url("/static/advanpage2_32x.gif"); + background-image: url("/static/icons/essen/32x32/config.png"); } #ib_logoff { - background-image: url("/static/logoff_32x.gif"); + background-image: url("/static/icons/essen/32x32/logout.png"); } #citlogo { display: block !important; diff --git a/webcit/static/styles/webcit.css b/webcit/static/styles/webcit.css old mode 100644 new mode 100755 index 5fb788d73..7fa51c78f --- a/webcit/static/styles/webcit.css +++ b/webcit/static/styles/webcit.css @@ -96,7 +96,7 @@ body { #message_list_hdr table { font-style: italic } #resize_msglist { - background-image: url(/static/resizegrippy.gif); + background-image: url(/static/icons/resizegrippy.gif); background-position: center; background-repeat: no-repeat; } @@ -546,17 +546,17 @@ body { /* Override to disable list-style-image" */ .room a, .room a, .room a:visited, .room a:link { color: #f0feff } -.room-private { list-style-image: url("/static/privatemess_16x.gif") } +.room-private { list-style-image: url("/static/icons/essen/16x16/email.png") } -.room-addr { list-style-image: url("/static/viewcontacts_16x.gif") } +.room-addr { list-style-image: url("/static/icons/essen/16x16/contact.png") } -.room-cal { list-style-image: url("/static/calarea_16x.gif") } +.room-cal { list-style-image: url("/static/icons/essen/16x16/calendar.png") } -.room-tasks { list-style-image: url("/static/taskmanag_16x.gif") } +.room-tasks { list-style-image: url("/static/icons/essen/16x16/task.png") } -.room-notes { list-style-image: url("/static/storenotes_16x.gif") } +.room-notes { list-style-image: url("/static/icons/essen/16x16/note.png") } -.room-chat { list-style-image: url("/static/chatrooms_16x.gif") } +.room-chat { list-style-image: url("/static/icons/essen/16x16/room.png") } .room-newmsgs { font-weight: bold } @@ -723,9 +723,9 @@ div.auto_complete ul strong.highlight { background-position: center right; } -.sort_ascending { background-image: url("/static/down_pointer.gif") } +.sort_ascending { background-image: url("/static/icons/down_pointer.gif") } -.sort_descending { background-image: url("/static/up_pointer.gif") } +.sort_descending { background-image: url("/static/icons/up_pointer.gif") } #message_list_hdr > table { border-collapse: collapse } @@ -976,11 +976,7 @@ li.event_unread span, a.event_read_title { font-size: 100% } padding: 4px; } -.roompic { - height: 48px; - width: 48px; - border: none; -} +.roompic { border: none; } .table-row, .table-alt-row { width: 100% } @@ -1164,14 +1160,14 @@ a.event_title:hover span.tooltip, a.event_unread:hover span.tooltip, a.event_rea a.event_title:hover span.btttop, a.event_unread:hover span.btttop, a.event_read:hover span.btttop { display: block; padding: 30px 8px 0; - background: url(/static/bubble.gif) no-repeat top; + background: url(/static/icons/bubble.gif) no-repeat top; } /* different middle bg for stretch */ a.event_title:hover span.bttmiddle, a.event_unread:hover span.bttmiddle, a.event_read:hover span.bttmiddle { display: block; padding: 0 8px; - background: url(/static/bubble_filler.gif) repeat bottom; + background: url(/static/icons/bubble_filler.gif) repeat bottom; color: #022750; font-size: 10px; } @@ -1179,7 +1175,7 @@ a.event_title:hover span.bttmiddle, a.event_unread:hover span.bttmiddle, a.event a.event_title:hover span.bttbottom, a.event_unread:hover span.bttbottom, a.event_read:hover span.bttbottom { display: block; padding:3px 8px 10px; - background: url(/static/bubble.gif) no-repeat bottom; + background: url(/static/icons/bubble.gif) no-repeat bottom; } @@ -1325,7 +1321,7 @@ a.event_title:hover span.bttbottom, a.event_unread:hover span.bttbottom, a.event } .openid_urlarea { - background: url('../openid-small.gif') no-repeat scroll 0pt 50%; + background: url('../icons/openid-small.gif') no-repeat scroll 0pt 50%; padding-left: 18px; } diff --git a/webcit/static/t/aide/edituser/select.html b/webcit/static/t/aide/edituser/select.html old mode 100644 new mode 100755 index 80d1b768a..99ffe326a --- a/webcit/static/t/aide/edituser/select.html +++ b/webcit/static/t/aide/edituser/select.html @@ -1,22 +1,25 @@
- - + + - + - - -
- - - -
- + + + + + +
+ + + +
+ diff --git a/webcit/static/t/aide/serverrestart/box.html b/webcit/static/t/aide/serverrestart/box.html old mode 100644 new mode 100755 index d09bfb3b4..147d87ce3 --- a/webcit/static/t/aide/serverrestart/box.html +++ b/webcit/static/t/aide/serverrestart/box.html @@ -1,4 +1,4 @@ - + diff --git a/webcit/static/t/aide/serverrestart/box_page_do.html b/webcit/static/t/aide/serverrestart/box_page_do.html old mode 100644 new mode 100755 index 971de7411..3a5a78352 --- a/webcit/static/t/aide/serverrestart/box_page_do.html +++ b/webcit/static/t/aide/serverrestart/box_page_do.html @@ -1,4 +1,4 @@ - + diff --git a/webcit/static/t/confirmlogoff.html b/webcit/static/t/confirmlogoff.html old mode 100644 new mode 100755 index c6c3b82b3..203a3afc7 --- a/webcit/static/t/confirmlogoff.html +++ b/webcit/static/t/confirmlogoff.html @@ -1,8 +1,6 @@ - -
-

 

-

 

-
- +
+

 

+

 

+
diff --git a/webcit/static/t/edit_message.html b/webcit/static/t/edit_message.html old mode 100644 new mode 100755 index fa10e53f2..de98d89bb --- a/webcit/static/t/edit_message.html +++ b/webcit/static/t/edit_message.html @@ -5,7 +5,7 @@
-

+

@@ -104,7 +104,7 @@ + +

 

+ - + - +
+ +
+ + + +
- - - -
- - - -
- - - -
+ + diff --git a/webcit/static/t/files/section_onefile.html b/webcit/static/t/files/section_onefile.html old mode 100644 new mode 100755 index 3678d7a9e..72cef8c3c --- a/webcit/static/t/files/section_onefile.html +++ b/webcit/static/t/files/section_onefile.html @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ -"><?_("> +"><?_("> diff --git a/webcit/static/t/get_logged_in.html b/webcit/static/t/get_logged_in.html old mode 100644 new mode 100755 index c9b14eaa8..8011697b9 --- a/webcit/static/t/get_logged_in.html +++ b/webcit/static/t/get_logged_in.html @@ -6,7 +6,7 @@
-  + 


@@ -14,12 +14,12 @@
    -
  • +
  • -
  • +
  • OpenID diff --git a/webcit/static/t/iconbar/edit.html b/webcit/static/t/iconbar/edit.html old mode 100644 new mode 100755 index 11d85f503..7c81b1568 --- a/webcit/static/t/iconbar/edit.html +++ b/webcit/static/t/iconbar/edit.html @@ -1,97 +1,96 @@ +

    +
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -> -> -> -
- -
->     ->
-
  -
->     ->
-
  -
->     ->
-
  -
->     ->
-
  -
->     ->
-
  -
->     ->
-
  -
->     ->
-
  -
->     ->
-
  -
->     ->
-
  -
->     ->
-
  -
->     ->
-
  -
->     ->
-
  -

- -
"> ">
- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + > + > + > +
+ +
+ >     + >
+
 
+ >     + >
+
 
+ >     + >
+
 
+ >     + >
+
  +
+ >     + >
+
 
+ >     + >
+
 
+ >     + >
+
 
+ >     + >
+
 
+ >     + >
+
 
+ >     + >
+
 
+ >     + >
+
 
+ >     + >
+
 

+
"> ">
diff --git a/webcit/static/t/iconbar/save.html b/webcit/static/t/iconbar/save.html old mode 100644 new mode 100755 index 031bf5b58..d57a93638 --- a/webcit/static/t/iconbar/save.html +++ b/webcit/static/t/iconbar/save.html @@ -1,13 +1,14 @@ +

+
-
- -  -(
in order for changes to take effect")>) -
+
+
+ +   + (
in order for changes to take effect")>) +
+
diff --git a/webcit/static/t/msg_listview.html b/webcit/static/t/msg_listview.html old mode 100644 new mode 100755 index 948096c0d..68bbfa8c8 --- a/webcit/static/t/msg_listview.html +++ b/webcit/static/t/msg_listview.html @@ -16,7 +16,7 @@ var sortmode = ""; /*"";*/
-

+

diff --git a/webcit/static/t/navbar.html b/webcit/static/t/navbar.html old mode 100644 new mode 100755 index a581084f4..5aa0cb1b9 --- a/webcit/static/t/navbar.html +++ b/webcit/static/t/navbar.html @@ -1,7 +1,7 @@ diff --git a/webcit/static/t/openid_manual_create.html b/webcit/static/t/openid_manual_create.html old mode 100644 new mode 100755 index 0ab12a458..c364e3d02 --- a/webcit/static/t/openid_manual_create.html +++ b/webcit/static/t/openid_manual_create.html @@ -1,5 +1,5 @@