summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-04-11 15:21:12 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-04-11 15:21:12 -0400
commitd301fdd6af6b672427622f8a367c4c324c98244d (patch)
tree041aca0ee205a708a12afe91380d25f5526a0c4b
parent3b502423fc5bb2ed22051c465e8384f3e44519cc (diff)
timb commiting prod changes
-rw-r--r--static/css/directory.css1
-rwxr-xr-xstatic/css/dump.css2
-rw-r--r--static/css/index.css3
-rw-r--r--static/css/log.css1
-rwxr-xr-xstatic/css/profile.css2
5 files changed, 8 insertions, 1 deletions
diff --git a/static/css/directory.css b/static/css/directory.css
index 2a4d5f1..67e3ccd 100644
--- a/static/css/directory.css
+++ b/static/css/directory.css
@@ -41,6 +41,7 @@ z-index:5555;
}
#logavatar img{
+image-rendering: -moz-crisp-edges;
max-width:50px;
width: expression(this.width > 50 ? 50: true);
max-height:50px;
diff --git a/static/css/dump.css b/static/css/dump.css
index 40e29c8..e3d81c3 100755
--- a/static/css/dump.css
+++ b/static/css/dump.css
@@ -471,7 +471,7 @@ background-color:#f3f3f3;
max-height:30px;
height: expression(this.width > 30 ? 30: true);
max-width:30px;
-
+image-rendering: -moz-crisp-edges;
float:right;
right:1px;
z-index:77;
diff --git a/static/css/index.css b/static/css/index.css
index 24a28da..f64b448 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -7,6 +7,9 @@ body {
background-position:top;
}
+#video{
+display:none;
+}
#content{
margin:6%;
}
diff --git a/static/css/log.css b/static/css/log.css
index 10b8e99..670bdd8 100644
--- a/static/css/log.css
+++ b/static/css/log.css
@@ -40,6 +40,7 @@ z-index:5555;
}
#logavatar img{
+image-rendering: -moz-crisp-edges;
max-width:50px;
width: expression(this.width > 50 ? 50: true);
max-height:50px;
diff --git a/static/css/profile.css b/static/css/profile.css
index 4429a91..902cac7 100755
--- a/static/css/profile.css
+++ b/static/css/profile.css
@@ -32,6 +32,7 @@ letter-spacing:;
width:auto;
position:absolute;
top:29px;
+image-rendering: -moz-crisp-edges;
left:545;
max-width:180;
margin-top:34px;
@@ -96,6 +97,7 @@ margin-top:0;
box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #d8dbde;
-webkit-box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #d8dbde;
-moz-box-shadow: 0 0 10px #d8dbde, 2px 2px 5px #d8dbde;
+
}
#chatrap{
width:650;