X-Git-Url: http://cgit.babelmonkeys.de/?p=socialXMPP.git;a=blobdiff_plain;f=css%2Fstandard.css;h=31a1782e0528ca635fdc487c91236780a667db5f;hp=53313c8e3acaf17c341221e2e8683f2a4a22c845;hb=8fbc874a6968cab37cd50616b121746a3b054367;hpb=ca7cb2b585d9ea7914a669b6ba79aee7350611f7 diff --git a/css/standard.css b/css/standard.css index 53313c8..31a1782 100644 --- a/css/standard.css +++ b/css/standard.css @@ -7,13 +7,35 @@ } #vCard_container { - clear: both; + float: left; display: none; margin: 1em; } +#ownInfo { + display: none; + background: lightgrey; + float: left; + padding: 1em; +} + +#friends { + max-width: 50%; + background: grey; + float: left; +} + +.vCardName { + font-weight: bold; +} + .friend { float: left; margin: 2em; text-align: center; } + +.friend img, #vCard_container img { + max-width: 70px; + max-height: 70px; +}