Hi again,

I made a variant of Kopete 0.12's "Clean" style that doesn't show the avatars 
and makes more space for the actual text. There's a full-blown tarball at 
KDE-Look.org: http://www.kde-look.org/content/show.php?content=40874
but of course this is also doable with CSS.

So, here's the CSS file for the "no avatars" variant, to be placed into 
$KDEDIR/share/apps/kopete/styles/Clear/Contents/Resources/Variants.
I propose this file for inclusion into SVN trunk, and don't know in how far 
the 0.12 feature freeze affects style variants.

Can I commit this? (If yes, also to the 0.12 branch?)

Regards,
  Jakob (...subscribed to the list for now)
.IncomingBody2
{
	min-height: 0;
	padding-bottom: 7px;
}

.inUserPicture
{
	display: none;
	float: none;
}

.OutgoingBody2
{
	min-height: 0;
	padding-bottom: 7px;
}

.outUserPicture
{
	display: none;
	float: none;
}
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to