css-bootstrap/alert.css
authorAlan Knowles <alan@roojs.com>
Tue, 3 Mar 2015 05:03:48 +0000 (13:03 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 3 Mar 2015 05:03:48 +0000 (13:03 +0800)
css-bootstrap/alert.css

index e69de29..2b21445 100644 (file)
@@ -0,0 +1,22 @@
+/* -- this makes the icons for the alert boxes a round box.. */
+
+.alert {
+  padding-left: 30px;
+  margin-left: 15px;
+  position: relative;
+}
+.alert > .fa,
+.alert > .glyphicon {
+  position: absolute;
+  left: -15px;
+  top: -15px;
+  width: 35px;
+  height: 35px;
+  -webkit-border-radius: 50%;
+  -moz-border-radius: 50%;
+  border-radius: 50%;
+  line-height: 35px;
+  text-align: center;
+  background: inherit;
+  border: inherit;
+}
\ No newline at end of file