diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-22 10:29:21 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-22 10:29:21 -0500 |
| commit | cf7aa47395ec0fdbd2c129ed94d2f07217b27904 (patch) | |
| tree | 879216b1aa222adc130f52fa030abeac3e6698cc /static | |
| parent | 0e02fcbf86a81e6149e99c49b3ca03210608cf00 (diff) | |
timb merging
Diffstat (limited to 'static')
| -rwxr-xr-x | static/pichat.css | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/static/pichat.css b/static/pichat.css index 6d7f750..cd4dd77 100755 --- a/static/pichat.css +++ b/static/pichat.css @@ -165,7 +165,7 @@ top:15px; position: absolute; padding: 5px; top:85px; - min-width: 175px; + min-width: 160px; width:11%; float:right; right: 6%; @@ -287,13 +287,8 @@ background-color:#f3f3f3; font-family: Arial, Helvetica, sans-serif; font-size: 11px; bottom - #chatrap{ - top: 105px; - left:0px; - position:absolute; - width: 100%; - padding-bottom:20px; } +/* #chatrap{ top: 105px; left:0px; @@ -494,3 +489,5 @@ td { color: #000000; } .btnav { border: 0px #000000 solid;} +*/ +.invisible { display: none !important; } |
