This commit is contained in:
Jaime Pillora
2013-06-02 23:19:34 +10:00
parent 930f9903c5
commit 0dafc819f7
+16 -22
View File
@@ -94,32 +94,26 @@ styles =
"""
user:
default:
bootstrap:
html: """
<div class="#{className}Default"
data-notify-style="
color: {{color}};
border-color: {{color}};
">
<div>
<span data-notify-text></span>
</div>
"""
css: """
.#{className}Default {
background: #fff;
font-size: 11px;
box-shadow: 0 0 6px #000;
-moz-box-shadow: 0 0 6px #000;
-webkit-box-shadow: 0 0 6px #000;
padding: 4px 10px 4px 8px;
border-radius: 6px;
border-style: solid;
border-width: 2px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
white-space: nowrap;
}
"""
classes:
base: """
padding: 8px 35px 8px 14px;
margin-bottom: 20px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3;
border: 1px solid #fbeed5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
"""
error:
info:
warn:
bootstrap:
html: """