comparison pidgin/themes/Contents/Resources/main.css @ 32778:1c0d9e817dcc

New branch for GSoC2012 project: Gadu-Gadu protocol plugin improvements. This commit makes trunk usable again - tunning default theme to match legacy Pidgin look&feel.
author tomkiewicz@cpw.pidgin.im
date Sat, 19 May 2012 16:38:38 +0000
parents 7cd13ca747fc
children
comparison
equal deleted inserted replaced
32775:4acc5b98f143 32778:1c0d9e817dcc
1 body { 1 body {
2 word-wrap: break-word; 2 word-wrap: break-word;
3 word-break: break-word; 3 word-break: break-word;
4
5 font-size: 13px;
6 margin: 2px;
7 overflow-y: scroll;
4 } 8 }
5 9
6 .x-container, 10 .x-container,
7 .x-status_container 11 .x-status_container
8 { 12 {
9 line-height: 1.3em; 13 line-height: 1.3em;
10 margin-bottom: 6px; 14 margin-bottom: 4px;
11 } 15 }
12 16
13 .x-container .x-time, 17 .x-container .x-time,
14 .x-status_container .x-time 18 .x-status_container .x-time
15 { 19 {
16 display: inline; 20 display: inline;
21 font-size: 12px;
17 } 22 }
18 23
19 .x-container .x-sender 24 .x-container .x-sender
20 { 25 {
21 display: inline; 26 display: inline;