mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
Finish new install page, almost ready for 0.5 release
This commit is contained in:
parent
ab7206d6b7
commit
0ddb1eb769
11 changed files with 424 additions and 315 deletions
|
@ -669,6 +669,19 @@ ol.linenums {
|
|||
#feature-wrapper .grid-1-2 {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
#install-form {
|
||||
padding: 15px;
|
||||
}
|
||||
#install-form label {
|
||||
width: 35%;
|
||||
}
|
||||
#install-form input {
|
||||
width: 30%;
|
||||
}
|
||||
#install-form input[type="checkbox"],
|
||||
#install-form input[type="radio"] {
|
||||
width: auto;
|
||||
}
|
||||
/*
|
||||
The dashboard page style
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue