From: kriansa Date: Thu, 27 Oct 2011 03:29:34 +0000 (-0200) Subject: Aligned close buttons to the middle of alert message X-Git-Tag: v1.4.0~7^2~2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3045ce469234df6c7ba9bd5ac4c566b64d2b1121;p=thirdparty%2Fbootstrap.git Aligned close buttons to the middle of alert message --- diff --git a/lib/patterns.less b/lib/patterns.less index 22d2bc014e..8ffae79dc1 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -520,6 +520,10 @@ footer { &.info:hover { color: @white } + // Sets the close button to the middle of message + .close{ + line-height: 18px; + } // Danger and error appear as red &.danger, &.error {