Brought in bootstrap-rtl and validate.js packages via bower for Matrix's patient...
[openemr.git] / public / assets / bootstrap-rtl-3-3-4 / less / alerts-rtl.less
blobe0906d0ce9abd3a536901584a865fa9d2d61d69f
1 //
2 // RTL Alerts
3 // --------------------------------------------------
6 // Dismissable alerts
7 //
8 // Expand the left padding and account for the close button's positioning.
10 .alert-dismissable, // The misspelled .alert-dismissable was deprecated in 3.2.0.
11 .alert-dismissible {
12  padding-left: (@alert-padding + 20);
13  padding-right: (@alert-padding);
15   // Adjust close link position
16   .close {
17     right: auto;
18     left: -21px;
19   }