comparison default/static/chat.css @ 133:0a0d9a953d98

css: some more refactoring
author Goffi <goffi@goffi.org>
date Mon, 26 Mar 2018 08:13:53 +0200
parents 05b500bd6235
children
comparison
equal deleted inserted replaced
132:c70f405f9b86 133:0a0d9a953d98
61 white-space: pre-wrap; 61 white-space: pre-wrap;
62 font-family: monospace; 62 font-family: monospace;
63 color: #049282; 63 color: #049282;
64 } 64 }
65 65
66 .avatar {
67 height: 2rem;
68 width: 2rem;
69 float: left;
70 background: #ccc;
71 border-radius: 0.2rem;
72 margin-right: 0.3rem;
73 margin-top: 0.3rem;
74 }
75
76 .generated {
77 font-size: 1.5rem;
78 text-align: center;
79 background: #43d2f6;
80 }
81
82 .msg_header { 66 .msg_header {
83 display: block; 67 display: block;
84 font-size: 0.9em; 68 font-size: 0.9em;
85 } 69 }
86 70