]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Aligned close buttons to the middle of alert message
authorkriansa <zdaniel.gp@gmail.com>
Thu, 27 Oct 2011 03:29:34 +0000 (01:29 -0200)
committerkriansa <zdaniel.gp@gmail.com>
Thu, 27 Oct 2011 03:29:34 +0000 (01:29 -0200)
lib/patterns.less

index 22d2bc014e971c63b3e0a7cc6b78c00adf160733..8ffae79dc170011c7e0c7221c8da18f2b0b6ef51 100644 (file)
@@ -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 {