X-Git-Url: http://cgit.babelmonkeys.de/?p=socialXMPP.git;a=blobdiff_plain;f=css%2Fstandard.css;fp=css%2Fstandard.css;h=62dbe00765609e49c99b577de8f0ed7c52c739bb;hp=25e4aed4655e08610134e3628777510e9f50c8fd;hb=b12b35d39a99293eadee739b291f64433f5da34e;hpb=3b0f4eb6ee40c6f29fe5887893f43adbb0135c0c diff --git a/css/standard.css b/css/standard.css index 25e4aed..62dbe00 100644 --- a/css/standard.css +++ b/css/standard.css @@ -44,9 +44,18 @@ color: blue; } +.receiver { + color: darkred; +} + .chat { + position: fixed; + background-color: white; width: 30%; - height: 30%; padding: 1em; border: 2px solid; } + +.chatForm { + width: 100%; +}