diff options
author | Friendika <info@friendika.com> | 2011-06-15 20:43:39 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-15 20:43:39 -0700 |
commit | e5b54e74ba22b487f816c5a5d16758be34be785a (patch) | |
tree | 9dcfe11ddc57e95bb9e0e8aab9c320397f0db11f /view/theme/duepuntozero | |
parent | 7659f2a87ac5b1de55d0e9f26027fe4f1f05d14b (diff) | |
download | volse-hubzilla-e5b54e74ba22b487f816c5a5d16758be34be785a.tar.gz volse-hubzilla-e5b54e74ba22b487f816c5a5d16758be34be785a.tar.bz2 volse-hubzilla-e5b54e74ba22b487f816c5a5d16758be34be785a.zip |
delete selected items
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 155641463..3bf78346f 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2489,8 +2489,32 @@ a.mail-list-link { margin-top: 10px; } +.item-select { + opacity: 0.3; + filter:alpha(opacity=30); + float: right; + margin-right: 10px; + +} +.item-select:hover { + opacity: 1; + filter:alpha(opacity=100); +} +#item-delete-selected { + margin-top: 30px; +} +#item-delete-selected-end { + clear: both; +} +#item-delete-selected-icon, #item-delete-selected-desc { + float: left; + margin-right: 5px; +} +#item-delete-selected-desc:hover { + text-decoration: underline; +} #lang-select-icon { cursor: pointer; |