fix #1990
This commit is contained in:
parent
62533560ce
commit
7a9777ae36
4 changed files with 122 additions and 3075 deletions
2941
public/css/gogs.css
2941
public/css/gogs.css
File diff suppressed because one or more lines are too long
|
@ -10,8 +10,8 @@
|
|||
padding-bottom: 5px;
|
||||
}
|
||||
th, td {
|
||||
&:first-child {
|
||||
padding-left: 15px;
|
||||
&:first-of-type {
|
||||
padding-left: 15px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -26,17 +26,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.admin-desc {
|
||||
padding: 20px;
|
||||
}
|
||||
.admin-table{
|
||||
.table{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
dl.admin-dl-horizontal {
|
||||
padding: 20px;
|
||||
margin: 0;
|
||||
dl.admin-dl-horizontal {
|
||||
padding: 20px;
|
||||
margin: 0;
|
||||
|
||||
dd{
|
||||
margin-left: 240px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue