summaryrefslogtreecommitdiff
path: root/static/css/dump.css
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-06-02 13:22:56 -0400
committersostler <sbostler@gmail.com>2010-06-02 13:22:56 -0400
commitd1c58d6d8001500cfcb296a57fb3ffdc7e05c4c9 (patch)
tree12a609802ebb28d1fd9b3c28d38b42852224d755 /static/css/dump.css
parent494148401b8fce4895b1a57488d79a18bd6437a2 (diff)
parent42992d9cfcce4cc4e28be25a7d81500c26dd31ae (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/css/dump.css')
-rwxr-xr-xstatic/css/dump.css15
1 files changed, 6 insertions, 9 deletions
diff --git a/static/css/dump.css b/static/css/dump.css
index f6e4bce..e5c22de 100755
--- a/static/css/dump.css
+++ b/static/css/dump.css
@@ -166,7 +166,7 @@ font-size:20px;
}
.msgInput {
min-width:500px;width:100%;
- z-index:100;background-image:url(/static/img/e9.png);
+ z-index:100;background-color:#eff5fb;
}
#msginputrapper{
margin-right:374;
@@ -179,20 +179,19 @@ height:0px;
width:120px;
height:35px;
right:285px;
-font-size:20px;background-image:url(/static/img/e9.png);
+font-size:20px;background-color:#eff5fb;
top:0;
text-align:center;
z-index:100;
border:1px solid #000;
border-right:0px;
cursor:pointer;
- background-color:#ffffff;
font-size:12px;
color:#000;
}
#webcam-button-upload{
border-top-right-radius:10px;
- -webkit-border-top-right-radius:5px;background-image:url(/static/img/e9.png);
+ -webkit-border-top-right-radius:5px;background-color:#eff5fb;
-moz-border-radius-topright:5px;
border-bottom-right-radius:5px;
-webkit-border-bottom-right-radius:5px;
@@ -209,7 +208,6 @@ padding-bottom:1;
text-align:center;
z-index:100;
cursor:pointer;
-background-color:#fff;
font-size:12px;
color:#000;
}
@@ -271,12 +269,11 @@ height:35px;
background-position:center;
right:125px;
top:0;
-background-image:url(/static/img/e9.png);
+background-color:#eff5fb;
padding-bottom:1;
text-align:center;
z-index:100;
cursor:pointer;
-background-color:#fff;
font-size:12px;
color:#000;
border:1px solid #000;border-right:0px;
@@ -303,7 +300,7 @@ opacity:1;
}
#palette-button {
-border:1px solid #000;background-image:url(/static/img/e9.png);
+border:1px solid #000;background-color:#eff5fb;
background-position:top right;
position:absolute;
/* display:inline-block;*/
@@ -315,7 +312,6 @@ background-position:top right;
text-align:center;
z-index:100;
cursor:pointer;
- background-color:#fff;
font-size:12px;
color:#fff;
border-right:0px;
@@ -475,6 +471,7 @@ background-color:#f3f3f3;
-moz-border-radius-bottomright:5px;
}
#userList img{
+
max-width:30px;
width: expression(this.width > 30 ? 30: true);
max-height:30px;