Commit 6461f2d5abc4928403e6e2aaa4d76e068283211a
1 parent
117ffdfc
Exists in
master
and in
29 other branches
ActionItem605: new icons
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2333 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
9 changed files
with
7 additions
and
1 deletions
Show diff stats
228 Bytes
149 Bytes
121 Bytes
142 Bytes
125 Bytes
171 Bytes
public/designs/icons/default/mail-HC.gif
public/designs/icons/default/style.css
@@ -16,8 +16,14 @@ | @@ -16,8 +16,14 @@ | ||
16 | .icon-add { background-image: url(add-HC.gif) } | 16 | .icon-add { background-image: url(add-HC.gif) } |
17 | .icon-more { background-image: url(add-HC.gif) } | 17 | .icon-more { background-image: url(add-HC.gif) } |
18 | .icon-up { background-image: url(go-up-HC.gif) } | 18 | .icon-up { background-image: url(go-up-HC.gif) } |
19 | -.icon-up-red { background-image: url(go-up-red-HC.gif) } | ||
20 | .icon-down { background-image: url(go-down-HC.gif) } | 19 | .icon-down { background-image: url(go-down-HC.gif) } |
20 | +.icon-left { background-image: url(go-left-HC.gif) } | ||
21 | +.icon-right { background-image: url(go-right-HC.gif) } | ||
22 | +.icon-up-disabled { background-image: url(go-up-disabled-HC.gif) } | ||
23 | +.icon-down-disabled { background-image: url(go-down-disabled-HC.gif) } | ||
24 | +.icon-left-disabled { background-image: url(go-left-disabled-HC.gif) } | ||
25 | +.icon-right-disabled { background-image: url(go-right-disabled-HC.gif) } | ||
26 | +.icon-up-red { background-image: url(go-up-red-HC.gif) } | ||
21 | .icon-search { background-image: url(search-HC.gif) } | 27 | .icon-search { background-image: url(search-HC.gif) } |
22 | .icon-ok { background-image: url(ok-HC.gif) } | 28 | .icon-ok { background-image: url(ok-HC.gif) } |
23 | .icon-login { background-image: url(key-HC.gif) } | 29 | .icon-login { background-image: url(key-HC.gif) } |
162 Bytes