diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-10-30 08:32:31 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-10-30 08:32:31 +0000 |
commit | db5bd2b2de4733b3c900468edf4eb35896e4f723 (patch) | |
tree | d6f86917faf3374f1a878f2566857b57b19852d8 /public | |
parent | f7782c46480f8d5ab995c988ea265d12eb7ad0a9 (diff) | |
download | redmine-db5bd2b2de4733b3c900468edf4eb35896e4f723.tar.gz redmine-db5bd2b2de4733b3c900468edf4eb35896e4f723.zip |
My page - Spent time: configurable number of days to display (#8761).
git-svn-id: http://svn.redmine.org/redmine/trunk@15942 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 06ecfd22a..0e7a8ac91 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1218,6 +1218,7 @@ div.wiki img {vertical-align:middle; max-width:100%;} .icon-list { background-image: url(../images/text_list_bullets.png); } .icon-close { background-image: url(../images/close.png); } .icon-close:hover { background-image: url(../images/close_hl.png); } +.icon-settings { background-image: url(../images/changeset.png); } .icon-file { background-image: url(../images/files/default.png); } .icon-file.text-plain { background-image: url(../images/files/text.png); } @@ -1242,7 +1243,7 @@ div.wiki img {vertical-align:middle; max-width:100%;} .sort-handle.ajax-loading { background-image: url(../images/loading.gif); } tr.ui-sortable-helper { border:1px solid #e4e4e4; } -.contextual>.icon:not(:first-child), .buttons>.icon:not(:first-child) { margin-left: 5px; } +.contextual>*:not(:first-child), .buttons>.icon:not(:first-child) { margin-left: 5px; } img.gravatar { vertical-align: middle; |