Changeset 771
Spanish People Toolbar css
Committed by: pedro@joyent.com
Date:
Oct 27 2008 * 17:25 (about 1 year ago)
Affected files:
connector/source/trunk/assets/images/toolbar/actionsPeople.psd
connector/source/trunk/public/stylesheets/lang/es/es-people.css (Quick diff)
trunk/public/stylesheets/lang/es/es-people.css (Unified diff)
| r452 | r771 | |
|---|---|---|
| 19 | 19 | |
| 20 | 20 | /* Toolbar (actions) ------------------------------------------- */ |
| 21 | 21 | |
| 22 | ||
| 23 | .actionJajah a.disabled, .actionJajah a:hover.disabled { | |
| 24 | margin-top: 17px !important; | |
| 25 | } | |
| 22 | 26 | .actionJajah a { |
| 23 | width: 113px !important; | |
| 27 | width: 117px !important; | |
| 28 | margin-top: 16px !important; | |
| 24 | 29 | background-image: url(/images/lang/es/actionsPeople.png); |
| 25 | } | |
| 30 | } | |
| 31 | .actionJajah a:hover { | |
| 32 | margin-top: 15px !important; | |
| 33 | } | |
| 34 | ||
| 35 | .actionAddToGroup a.disabled, .actionAddToGroup a:hover.disabled { | |
| 36 | background-position: -155px 0px !important; | |
| 37 | margin-top: 17px !important; | |
| 38 | } | |
| 39 | .actionAddToGroup a { | |
| 40 | width: 121px !important; | |
| 41 | background-position: -155px -30px !important; | |
| 42 | margin-top: 16px !important; | |
| 43 | background-image: url(/images/lang/es/actionsPeople.png); | |
| 44 | } | |
| 45 | .actionAddToGroup a:hover { | |
| 46 | background-position: -155px -60px !important; | |
| 47 | margin-top: 15px !important; | |
| 48 | } | |
| 49 | .actionAddToGroup a:active, .actionAddToGroup a.active { | |
| 50 | background-position: -155px -90px !important; | |
| 51 | } | |
| 52 | ||
| 53 | .actionRemoveFromGroup a.disabled, .actionRemoveFromGroup a:hover.disabled { | |
| 54 | background-position: -312px 0px !important; | |
| 55 | margin-top: 17px !important; | |
| 56 | } | |
| 57 | .actionRemoveFromGroup a { | |
| 58 | width: 131px !important; | |
| 59 | background-position: -312px -30px !important; | |
| 60 | margin-top: 16px !important; | |
| 61 | background-image: url(/images/lang/es/actionsPeople.png); | |
| 62 | } | |
| 63 | .actionRemoveFromGroup a:hover { | |
| 64 | background-position: -312px -60px !important; | |
| 65 | margin-top: 15px !important; | |
| 66 | } | |
| 67 | .actionRemoveFromGroup a:active, .actionRemoveFromGroup a.active { | |
| 68 | background-position: -312px -90px !important; | |
| 69 | } |