summaryrefslogtreecommitdiff
path: root/static/css/dump.css
diff options
context:
space:
mode:
authorScott Ostler <scottbot9000@gmail.com>2010-06-21 01:35:22 -0400
committerScott Ostler <scottbot9000@gmail.com>2010-06-21 01:35:22 -0400
commit41fe6fffb32dbef23f39e844bf36eb0ba6c49c90 (patch)
tree63a8d013c0a94c66a03448f8fd267af6c284a9f5 /static/css/dump.css
parentd8d4c7028206c5f873f9cb38b1091ad1368dc928 (diff)
Make zoom more buttony
Diffstat (limited to 'static/css/dump.css')
-rwxr-xr-xstatic/css/dump.css59
1 files changed, 32 insertions, 27 deletions
diff --git a/static/css/dump.css b/static/css/dump.css
index eb3959d..1a8c526 100755
--- a/static/css/dump.css
+++ b/static/css/dump.css
@@ -618,15 +618,22 @@ width:100;
.msg-image-zoom {
position: absolute;
- bottom: 0px;
- right: 0px;
- opacity: 50%;
+ bottom: 5px;
+ right: 5px;
+ background-color: white;
+ opacity: 0.7;
}
-.msg-image-zoom img {
+a.msg-image-zoom img.zoom-icon {
height: 48px;
width: 48px;
- opacity: 100%;
+ opacity: .5;
+ border: 2px gray dashed;
+}
+
+a.msg-image-zoom img.zoom-icon:hover {
+ opacity: 1;
+ border: 2px solid black;
}
.msgDiv.favorite{
@@ -1702,37 +1709,35 @@ color:000;
border:0px;
z-index:4;
}
-#messageList img{
+#messageList img {
max-width:400px;
width: expression(this.width > 600 ? 600: true);
max-height:400px;
height: expression(this.width > 600 ? 600: true);
- border:0px;
- z-index:4;
+ z-index:4;
}
-.logged-dump{
-background-color:#f0f9ff;
-text-overflow: ellipsis-word;
- padding: 18px 18px 6px 18px;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 12px;
- text-transform: uppercase;
-
-margin-left:3px;
- line-height:15px;
+.logged-dump {
+ background-color:#f0f9ff;
+ text-overflow: ellipsis-word;
+ padding: 18px 18px 6px 18px;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ text-transform: uppercase;
+ margin-left:3px;
+ line-height:15px;
+ z-index:4;
+ line-height:20px;
+ text-align: left;
+}
+.editable {
+ color: #0AA;
+}
- z-index:4;
- line-height:20px;
- text-align: left;
+.editing {
+ color: #F0F;
}
- .editable {
- color: #0AA;
- }
- .editing {
- color: #F0F;
- }
div#avatar {
overflow: hidden;
text-overflow: ellipsis;