Fix #5642 - Report designer - hebe
[roojs1] / old-css-bootstrap / alert.css
1 /* -- this makes the icons for the alert boxes a round box.. */
2
3 .alert {
4   padding-left: 30px;
5   margin-top: 20px;
6   margin-left: 15px;
7   position: relative;
8 }
9 .alert > .fa,
10 .alert > .glyphicon {
11   position: absolute;
12   left: -15px;
13   top: -15px;
14   width: 35px;
15   height: 35px;
16   -webkit-border-radius: 50%;
17   -moz-border-radius: 50%;
18   border-radius: 50%;
19   line-height: 35px;
20   text-align: center;
21   background: inherit;
22   border: inherit;
23 }