Skip to content

Commit

Permalink
update cgit/cgit.css
Browse files Browse the repository at this point in the history
  • Loading branch information
DejavuMoe committed May 15, 2023
1 parent 4a5f75f commit 1aeb1c6
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions cgit/cgit.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,10 @@ div#cgit table#header td.form {
white-space: nowrap;
}

/* All form elements styles */
input,
select,
button {
background-color: var(--body-bg);
border: 1px solid var(--border-color);
}

div#cgit table#header td.form form,
div#cgit table#header td.form input,
div#cgit table#header td.form select {
font-size: 100%;
font-size: 90%;
}

div#cgit table#header td.sub {
Expand Down Expand Up @@ -126,13 +118,13 @@ div#cgit table.tabs td.form {

div#cgit table.tabs td.form form {
padding-bottom: 2px;
font-size: 100%;
font-size: 90%;
white-space: nowrap;
}

div#cgit table.tabs td.form input,
div#cgit table.tabs td.form select {
font-size: 100%;
font-size: 90%;
}

div#cgit div.path {
Expand Down Expand Up @@ -456,15 +448,17 @@ div#cgit div.cgit-panel td.ctrl {
}

div#cgit table.commit-info th {
text-align: left;
font-weight: normal;
padding: 0.1em 1em 0.1em 0.1em;
vertical-align: top;
vertical-align: center;
text-align: center;
font-weight: 600;
padding: 0.2em 1em 0.2em 1em;
border: 1px solid var(--border-color);
}

div#cgit table.commit-info td {
font-weight: normal;
padding: 0.1em 1em 0.1em 0.1em;
border: 1px solid var(--border-color);
padding: 0.2em 1em 0.2em 1em;
}

div#cgit div.commit-subject {
Expand Down

0 comments on commit 1aeb1c6

Please sign in to comment.