1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Finish new install page, almost ready for 0.5 release

This commit is contained in:
Unknwon
2014-09-07 19:02:58 -04:00
parent ab7206d6b7
commit 0ddb1eb769
11 changed files with 424 additions and 315 deletions

View File

@@ -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
*/