| CODENOTIFIER | HelpYou are not signed inSign in |
Project: cometd
Revision: 514
Author: gregw
Date: 26 Aug 2008 19:37:58
Changes:fixed layout
Files:| ... | ...@@ -6,7 +6,7 @@ | |
| 6 | 6 | |
| 7 | 7 | #chatroom |
| 8 | 8 | { |
| 9 | width: 41em; | |
| 9 | width: 42em; | |
| 10 | 10 | background-color: #e0e0e0; |
| 11 | 11 | border: 1px solid black; |
| 12 | 12 | } |
| ... | ...@@ -18,7 +18,7 @@ | |
| 18 | 18 | height: 20ex; |
| 19 | 19 | overflow: auto; |
| 20 | 20 | background-color: #f0f0f0; |
| 21 | padding: 4px; | |
| 21 | padding: 0.2em; | |
| 22 | 22 | border-right: 1px solid black; |
| 23 | 23 | } |
| 24 | 24 | |
| ... | ...@@ -35,7 +35,7 @@ | |
| 35 | 35 | #input |
| 36 | 36 | { |
| 37 | 37 | clear: both; |
| 38 | padding: 4px; | |
| 38 | padding: 0.2em; | |
| 39 | 39 | border-top: 1px solid black; |
| 40 | 40 | } |
| 41 | 41 |