mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-23 09:56:34 +02:00
Improve alert popup + fix api key on usrr generation
This commit is contained in:
parent
7133704bf6
commit
5f8f6520ee
2 changed files with 5 additions and 5 deletions
|
@ -52,17 +52,17 @@
|
|||
.popup-alerts-container
|
||||
{
|
||||
position: fixed;
|
||||
left: 0;
|
||||
left: 25%;
|
||||
top: 0;
|
||||
z-index: 9998;
|
||||
width: 100%;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.popup-alert
|
||||
{
|
||||
margin-top: 25px;
|
||||
margin-left: 25%;
|
||||
width: 50%;
|
||||
margin-left: 0;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue