reposition notify box
This commit is contained in:
parent
f9ae97c097
commit
958e3f4ff4
1 changed files with 2 additions and 3 deletions
|
@ -249,9 +249,9 @@ input.editbox {
|
||||||
}
|
}
|
||||||
|
|
||||||
#notify {
|
#notify {
|
||||||
border-width : 1px;
|
border-width : 0px 1px 1px 1px;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
top : 10px;
|
top : 0px;
|
||||||
right : 35%;
|
right : 35%;
|
||||||
min-width : 30%;
|
min-width : 30%;
|
||||||
position : absolute;
|
position : absolute;
|
||||||
|
@ -259,7 +259,6 @@ input.editbox {
|
||||||
float : right;
|
float : right;
|
||||||
font-size : 12px;
|
font-size : 12px;
|
||||||
z-index : 998;
|
z-index : 998;
|
||||||
-moz-border-radius : 2px;
|
|
||||||
padding : 5px 5px 5px 5px;
|
padding : 5px 5px 5px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue