mirror of
https://github.com/onionshare/onionshare.git
synced 2025-10-21 17:51:05 -04:00
Make progress, noscript warning, and flashes appear above the form, but beneath the logo
This commit is contained in:
parent
5fc0cc326a
commit
9c5adaee27
2 changed files with 10 additions and 10 deletions
|
@ -176,7 +176,7 @@ ul.flashes {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
width: 800px;
|
||||
max-width: 90%;
|
||||
max-width: 500px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
@ -184,7 +184,7 @@ ul.flashes li {
|
|||
margin: 0 0 5px 0;
|
||||
padding: 5px;
|
||||
list-style: none;
|
||||
text-align: left;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
li.error {
|
||||
|
@ -225,12 +225,12 @@ li.info {
|
|||
|
||||
div#noscript {
|
||||
border: 1px solid #e55454;
|
||||
text-align: left;
|
||||
text-align: center;
|
||||
color: #e55454;
|
||||
padding: 1em;
|
||||
line-height: 150%;
|
||||
max-width: 900px;
|
||||
margin: 100px 2em 0 2em;
|
||||
max-width: 500px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
div#noscript a, div#noscript a:visited {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue