summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2010-03-13 17:45:41 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2010-03-13 17:45:41 +0000
commite605973ec4f5915abbfc14aea742cb5aff4bbb99 (patch)
tree527742add46de917397d56a6cb2585175ed581e4 /public
parent8cc519e7637d463462e8c8298669fddeaabacb49 (diff)
downloadredmine-e605973ec4f5915abbfc14aea742cb5aff4bbb99.tar.gz
redmine-e605973ec4f5915abbfc14aea742cb5aff4bbb99.zip
Move issue watchers to the sidebar.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3579 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 4623ff961..9c4dcdffe 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -195,6 +195,13 @@ div.members h3 { background: url(../images/group.png) no-repeat 0% 50%; padding-
div.news h3 { background: url(../images/news.png) no-repeat 0% 50%; padding-left: 20px; }
div.projects h3 { background: url(../images/projects.png) no-repeat 0% 50%; padding-left: 20px; }
+#watchers ul {margin: 0; padding: 0;}
+#watchers li {list-style-type:none;margin: 0px 2px 0px 0px; padding: 0px 0px 0px 0px;}
+#watchers select {width: 95%; display: block;}
+#watchers a.delete {opacity: 0.4;}
+#watchers a.delete:hover {opacity: 1;}
+#watchers img.gravatar {vertical-align: middle;margin-right: 4px;}
+
.highlight { background-color: #FCFD8D;}
.highlight.token-1 { background-color: #faa;}
.highlight.token-2 { background-color: #afa;}