Reduced size of notify.
This commit is contained in:
parent
f5d6c0777d
commit
4d1572dbe4
1 changed files with 2 additions and 2 deletions
|
@ -345,8 +345,8 @@ footer {
|
||||||
top: 48px;
|
top: 48px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-left: -350px;
|
margin-left: -300px;
|
||||||
width: 700px;
|
width: 600px;
|
||||||
-webkit-border-radius: 4px;
|
-webkit-border-radius: 4px;
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
Loading…
Reference in a new issue