mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-23 18:56:04 +00:00
Popup moved to the bottom.
This commit is contained in:
parent
11b1338841
commit
643919c62f
|
@ -1,7 +1,7 @@
|
||||||
.pp-notification {
|
.pp-notification {
|
||||||
display: block;
|
display: block;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 40px;
|
bottom: 40px;
|
||||||
right: 40px;
|
right: 40px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.pp-notification a,
|
.pp-notification a,
|
||||||
.pp-notification a:visited, {
|
.pp-notification a:visited {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Loading…
Reference in a new issue