aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-09-29 22:11:26 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-09-29 22:11:26 -0700
commitdda51954185ef5a1801ef2b9a2b99cb796399a91 (patch)
tree26bdfdf51afa10b7aaf830bf513b823f6b3f2aaf /view
parentd2ecdd0668728b28254a062e107ae12acbd542ea (diff)
downloadvolse-hubzilla-dda51954185ef5a1801ef2b9a2b99cb796399a91.tar.gz
volse-hubzilla-dda51954185ef5a1801ef2b9a2b99cb796399a91.tar.bz2
volse-hubzilla-dda51954185ef5a1801ef2b9a2b99cb796399a91.zip
show members of locked conversations
Diffstat (limited to 'view')
-rw-r--r--view/theme/default/style.css13
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;