Skip to content

Commit

Permalink
Merge branch 'develop' of github.internet2.edu:COmanage/registry into…
Browse files Browse the repository at this point in the history
… develop
  • Loading branch information
Benn Oshrin committed Sep 24, 2022
2 parents 7215e6a + 48ecad1 commit 3fd8700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
9 changes: 1 addition & 8 deletions app/webroot/css/co-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -756,15 +756,11 @@ a.action-menu-toggle {
}
.field-actions a.dropdown-item {
padding: 0.5em 1em;
color: var(--cmg-color-blue-002);
}
#main .field-actions a.dropdown-item:hover {
color: var(--cmg-color-black);
text-decoration: none;
}
.dropdown-item {
background-color: var(--cmg-color-lightgray-011);
}
.dropdown-item.active,
.dropdown-item:active {
background-color: var(--cmg-color-lightgray-004);
Expand Down Expand Up @@ -951,7 +947,7 @@ ul.form-list li {
border-bottom: 1px solid var(--cmg-color-lightgray-005);
border-right: 1px solid var(--cmg-color-lightgray-005);
margin: 0;
padding: 0.5em;
padding: 0.75em;
list-style: none;
}
.cm-time-picker-vals ul li:nth-child(even),
Expand All @@ -965,9 +961,6 @@ ul.form-list li.fields-submit {
ul.form-list .field-name {
display: block;
}
ul.form-list .field-title {
font-weight: bold;
}
ul.form-list .field-info {
position: relative;
}
Expand Down
1 change: 1 addition & 0 deletions app/webroot/css/co-responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
ul.form-list li {
display: flex;
column-gap: 1em;
align-items: center;
}
ul.form-list li.field-stack textarea {
margin: 0.5em 0 0.5em 0.5em;
Expand Down

0 comments on commit 3fd8700

Please sign in to comment.