From: Michael M Slusarz Date: Tue, 7 Apr 2009 19:29:03 +0000 (-0600) Subject: Dimp CSS tweaks X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=73f30908aa45a3da4f7784aa4d1555ae437ed700;p=horde.git Dimp CSS tweaks --- diff --git a/imp/themes/screen-dimp.css b/imp/themes/screen-dimp.css index e03cce30e..6c2f00c26 100644 --- a/imp/themes/screen-dimp.css +++ b/imp/themes/screen-dimp.css @@ -2,7 +2,12 @@ * DIMP core CSS. */ -/* ini header. */ +/* global */ +input { + vertical-align: middle; +} + +/* ini header */ #quota { float: right; font-weight: normal; @@ -600,6 +605,7 @@ div.dimpActionsCompose, div.dimpActionsMsg { /* Message Composition. */ .composeAddrbook { + color: blue; cursor: pointer; text-decoration: underline; }