diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-06-16 15:30:51 +0200 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-06-16 15:30:51 +0200 |
commit | bca1dcf2d6e243ca803e590168305ed5a232d923 (patch) | |
tree | 7e2e8b5ac3fd8734fc53f1cb22a81169860e6059 /view/theme | |
parent | ae3c9b7b2b6f6b8bf7a5d5e72bd66f1bff3b081d (diff) | |
parent | c92e6ed929ddb12a3020eecf419a30b680fe4240 (diff) | |
download | volse-hubzilla-bca1dcf2d6e243ca803e590168305ed5a232d923.tar.gz volse-hubzilla-bca1dcf2d6e243ca803e590168305ed5a232d923.tar.bz2 volse-hubzilla-bca1dcf2d6e243ca803e590168305ed5a232d923.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 24 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 27 |
2 files changed, 51 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; diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index d70968a84..c07ef045a 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2518,6 +2518,33 @@ a.mail-list-link { } +.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; position: absolute; |