diff --git a/warehouse/static/sass/blocks/_project-settings.scss b/warehouse/static/sass/blocks/_project-settings.scss new file mode 100644 index 000000000000..05a10c316c1b --- /dev/null +++ b/warehouse/static/sass/blocks/_project-settings.scss @@ -0,0 +1,29 @@ +/*! + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +ul.collaborator-list { + list-style: none; + margin: 0; + + li { + img { + margin-right: 10px; + } + + button { + position: relative; + float: right; + } + } +} diff --git a/warehouse/static/sass/warehouse.scss b/warehouse/static/sass/warehouse.scss index 64fa4e1b7dca..8b28a6622b3d 100644 --- a/warehouse/static/sass/warehouse.scss +++ b/warehouse/static/sass/warehouse.scss @@ -93,6 +93,7 @@ @import "blocks/package-list"; @import "blocks/package-snippet"; @import "blocks/project-description"; +@import "blocks/project-settings"; @import "blocks/release"; @import "blocks/release-timeline"; @import "blocks/search-form";