diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-09-29 22:11:26 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-09-29 22:11:26 -0700 |
commit | dda51954185ef5a1801ef2b9a2b99cb796399a91 (patch) | |
tree | 26bdfdf51afa10b7aaf830bf513b823f6b3f2aaf /view/theme | |
parent | d2ecdd0668728b28254a062e107ae12acbd542ea (diff) | |
download | volse-hubzilla-dda51954185ef5a1801ef2b9a2b99cb796399a91.tar.gz volse-hubzilla-dda51954185ef5a1801ef2b9a2b99cb796399a91.tar.bz2 volse-hubzilla-dda51954185ef5a1801ef2b9a2b99cb796399a91.zip |
show members of locked conversations
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/default/style.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index 90bd3f8c2..bd147131c 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -16,6 +16,9 @@ a:hover { margin-top: 15px; margin-bottom: 15px; } +.lockview { + cursor: pointer; +} .fakelink:hover { color: #0000FF; @@ -46,6 +49,16 @@ img { top: 12px; left: 42%; } + +#panel { + background-color: ivory; + position: absolute; + z-index: 2; + width: 30%; + padding: 25px; + border: 1px solid #444; +} + code { font-family: monospace; white-space: pre; |