style noty
This commit is contained in:
parent
5df05d7b5d
commit
2fe0e54111
2 changed files with 1 additions and 23 deletions
|
@ -1,14 +1,6 @@
|
|||
|
||||
/* 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 */
|
||||
.noty_custom_container.noty_theme_twitter.noty_layout_inline {
|
||||
position: relative;
|
||||
|
|
|
@ -1069,21 +1069,7 @@ footer {
|
|||
* noty changes
|
||||
*/
|
||||
.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 {
|
||||
|
|
Loading…
Reference in a new issue