add message and directional styles

directional styles are needed to determine where borders are drawn.
This commit is contained in:
Justin Palmer
2013-02-02 13:52:09 -08:00
parent f52d27cec5
commit e8e52d53c1

View File

@@ -14,7 +14,18 @@
border-radius: 3px;
}
.overlay .message {
padding-top: 5px;
font-size: 11px;
}
.overlay.mini {
width: 200px;
margin-left: -100px;
}
.overlay.from-top {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}