Commit 8834f0a76b9cca5e723e803c66134af5092c468e
1 parent
4e92275d
Exists in
master
and in
28 other branches
ActionItem183: better help interaction
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1516 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
3 changed files
with
25 additions
and
3 deletions
Show diff stats
118 Bytes
public/designs/icons/default/style.css
| @@ -17,7 +17,7 @@ | @@ -17,7 +17,7 @@ | ||
| 17 | .icon-up { background-image: url(gtk-go-up.png) } | 17 | .icon-up { background-image: url(gtk-go-up.png) } |
| 18 | .icon-down { background-image: url(gtk-go-down.png) } | 18 | .icon-down { background-image: url(gtk-go-down.png) } |
| 19 | .icon-search { background-image: url(gnome-search.png) } | 19 | .icon-search { background-image: url(gnome-search.png) } |
| 20 | -.icon-ok { background-image: url(gtk-ok.png) } | 20 | +.icon-ok { background-image: url(ok-HC.gif) } |
| 21 | .icon-login { background-image: url(key-HC.gif) } | 21 | .icon-login { background-image: url(key-HC.gif) } |
| 22 | .icon-help { background-image: url(help.gif) } | 22 | .icon-help { background-image: url(help.gif) } |
| 23 | .icon-firefox { background-image: url(firefox-24x24.gif) } | 23 | .icon-firefox { background-image: url(firefox-24x24.gif) } |
public/stylesheets/help.css
| @@ -31,14 +31,14 @@ | @@ -31,14 +31,14 @@ | ||
| 31 | padding: 0px 5px 0px 10px; | 31 | padding: 0px 5px 0px 10px; |
| 32 | } | 32 | } |
| 33 | 33 | ||
| 34 | -#helpAvatar { | 34 | +.helpAvatar { |
| 35 | float: left; | 35 | float: left; |
| 36 | margin: 5px 10px 5px -5px; | 36 | margin: 5px 10px 5px -5px; |
| 37 | width: 48px; | 37 | width: 48px; |
| 38 | height: 48px; | 38 | height: 48px; |
| 39 | background: url("/images/help-avatar.gif"); | 39 | background: url("/images/help-avatar.gif"); |
| 40 | } | 40 | } |
| 41 | -.msie6 #helpAvatar { | 41 | +.msie6 .helpAvatar { |
| 42 | margin: 5px 8px 5px -2px; | 42 | margin: 5px 8px 5px -2px; |
| 43 | } | 43 | } |
| 44 | 44 | ||
| @@ -51,3 +51,25 @@ | @@ -51,3 +51,25 @@ | ||
| 51 | margin-top: -2px; | 51 | margin-top: -2px; |
| 52 | } | 52 | } |
| 53 | 53 | ||
| 54 | +/* * * Notice About Help Box * * */ | ||
| 55 | + | ||
| 56 | +#noticeAboutHelp { | ||
| 57 | + position: absolute; | ||
| 58 | + top: 200px; | ||
| 59 | + left: 50%; | ||
| 60 | + width: 400px; | ||
| 61 | + max-width: 370px; | ||
| 62 | + padding: 10px 15px 0px 15px; | ||
| 63 | + margin-left: -200px; | ||
| 64 | + border: 2px solid #204A87; | ||
| 65 | + background: #729FCF; | ||
| 66 | + text-align: justify; | ||
| 67 | +} | ||
| 68 | +.msie #noticeAboutHelp { | ||
| 69 | + padding: 10px 15px; | ||
| 70 | +} | ||
| 71 | + | ||
| 72 | +#noticeAboutHelp .bts { | ||
| 73 | + text-align: center; | ||
| 74 | +} | ||
| 75 | + |