2739cf47ba
Fixes #486 - Extracts out the check plan logic and UI from the new repo page into its own directive (repo-count-checker) - Adds the new directive to the repo settings panel - Some additional UI improvements for the repo settings panel
26 lines
No EOL
479 B
CSS
26 lines
No EOL
479 B
CSS
.repo-count-checker .btn {
|
|
margin-top: 0px !important;
|
|
}
|
|
|
|
.repo-count-checker .co-alert {
|
|
margin-bottom: 6px !important;
|
|
padding-right: 120px;
|
|
}
|
|
|
|
.repo-count-checker .co-alert .btn {
|
|
position: absolute;
|
|
top: 10px;
|
|
right: 10px;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.repo-count-checker .co-alert {
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.repo-count-checker .co-alert .btn {
|
|
position: relative;
|
|
margin-top: 20px;
|
|
margin-bottom: 10px;
|
|
}
|
|
} |