style noty

This commit is contained in:
Felix Niklas 2014-07-04 12:21:59 +02:00
parent 5df05d7b5d
commit 2fe0e54111
2 changed files with 1 additions and 23 deletions

View file

@ -1,13 +1,5 @@
/* CORE STYLES*/ /* CORE STYLES*/
/* noty bar */
.noty_bar.noty_theme_twitter {
font-size: 13px;
line-height: 18px;
text-shadow: 0 1px 0 #fff;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* custom container */ /* custom container */
.noty_custom_container.noty_theme_twitter.noty_layout_inline { .noty_custom_container.noty_theme_twitter.noty_layout_inline {

View file

@ -1069,21 +1069,7 @@ footer {
* noty changes * noty changes
*/ */
.noty_bar.noty_layout_top { .noty_bar.noty_layout_top {
top: 56px;
position: fixed;
left: 50%;
margin-left: -300px;
width: 600px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.noty_bar.noty_theme_twitter {
font-size: 14px;
line-height: 14px;
text-shadow: 0 1px 0 #fff;
opacity: 0.9;
} }
.qq-upload-icon { .qq-upload-icon {