examples/app/chat/public/css/chat.css in manveru-ramaze-2009.01 vs examples/app/chat/public/css/chat.css in manveru-ramaze-2009.04

- old
+ new

@@ -1,13 +1,9 @@ -#login { - margin: auto; - width: 300px; -} - -#main { - height: 250px; - overflow: auto; -} - -#talk { - width: 100%; -} +#login { margin: auto; padding: 10em; width: 300px; } +#main { height: 300px; overflow: auto; font-family: monospace; } +#main .time { margin-right: 0.5em; } +#main .time:before { content:"["; color: #ccc; } +#main .time:after { content:"]"; color: #ccc; } +#main .nick { margin-right: 1em; } +#main .nick:before { content:"<"; color: #ccc; } +#main .nick:after { content:">"; color: #ccc; } +#talk { width: 100%; }