mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-14 23:07:14 +00:00
Finish new repo settings page
This commit is contained in:
parent
669552e255
commit
755eec745f
25 changed files with 502 additions and 347 deletions
|
@ -173,12 +173,14 @@ svg:not(:root) {
|
|||
label {
|
||||
font-weight: bold;
|
||||
}
|
||||
textarea,
|
||||
input,
|
||||
.ipt {
|
||||
padding: .6em;
|
||||
line-height: normal;
|
||||
border: 1px solid #bbbbbb;
|
||||
}
|
||||
textarea:focus,
|
||||
input:focus,
|
||||
.ipt:focus {
|
||||
background-color: #f2fffc;
|
||||
|
@ -290,6 +292,9 @@ pre {
|
|||
overflow: auto;
|
||||
padding: 0;
|
||||
}
|
||||
dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
.left {
|
||||
float: left;
|
||||
}
|
||||
|
@ -651,6 +656,9 @@ ul.menu-radius > li:last-child > a {
|
|||
background-color: #eeeeee;
|
||||
border-bottom: 1px solid #cccccc;
|
||||
}
|
||||
.panel .panel-body {
|
||||
background-color: white;
|
||||
}
|
||||
.panel .panel-body .panel-desc {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue