mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
fix alert close position
This commit is contained in:
Vendored
+1
@@ -2002,6 +2002,7 @@ button.btn.small, input[type="submit"].btn.small {
|
|||||||
}
|
}
|
||||||
.alert .close {
|
.alert .close {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
top: -2px;
|
||||||
right: -21px;
|
right: -21px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
// Adjust close link position
|
// Adjust close link position
|
||||||
.alert .close {
|
.alert .close {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
top: -2px;
|
||||||
right: -21px;
|
right: -21px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user