diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-02-02 10:50:31 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-02-02 10:50:31 +0000 |
commit | bea49ae24532284ca4ef9ce72733b78f77e480d5 (patch) | |
tree | af4cc8c8774e45178f737b7e3774979c04d13ffa /public | |
parent | 4abb82fd7bcdd2cdffdd8778a5d9e2fc6a3857dd (diff) | |
download | redmine-bea49ae24532284ca4ef9ce72733b78f77e480d5.tar.gz redmine-bea49ae24532284ca4ef9ce72733b78f77e480d5.zip |
Administrators can edit issue notes.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1105 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/images/delete.png | bin | 265 -> 1022 bytes | |||
-rw-r--r-- | public/images/edit.png | bin | 1340 -> 1343 bytes | |||
-rw-r--r-- | public/stylesheets/application.css | 3 |
3 files changed, 1 insertions, 2 deletions
diff --git a/public/images/delete.png b/public/images/delete.png Binary files differindex 137baa68e..a1af31d83 100644 --- a/public/images/delete.png +++ b/public/images/delete.png diff --git a/public/images/edit.png b/public/images/edit.png Binary files differindex 0275d91e4..1b6a9e315 100644 --- a/public/images/edit.png +++ b/public/images/edit.png diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index ec3ae159d..eb4e855b4 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -122,7 +122,7 @@ div.square { width: .6em; height: .6em; } -.contextual {float:right; white-space: nowrap; line-height:1.4em;margin-top:5px;font-size:0.9em;} +.contextual {float:right; white-space: nowrap; line-height:1.4em;margin-top:5px; padding-left: 10px; font-size:0.9em;} .contextual input {font-size:0.9em;} .splitcontentleft{float:left; width:49%;} @@ -227,7 +227,6 @@ text-align:center; padding:0.6em; z-index:100; filter:alpha(opacity=50); --moz-opacity:0.5; opacity: 0.5; -khtml-opacity: 0.5; } |