Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Thellimist/des 965 #116

Merged
merged 7 commits into from
Nov 7, 2016
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions stylesheets/hacks.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,34 @@
* everything here.
*/

/* fix CF Card title */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we're creating new classes in cloudflare/cloudflare-frontend and the styles for those classes apply across all integrations we should create a new style sheet for these styles and include it before hacks.css.

Is that whats going on here? If so create plugin.css and move these styles there.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

.cloudflare-partners .cf-card__title {
margin-top: 0px;
}

/* fix app navigation bar */
.cloudflare-partners .app-navigation-tabs-wrapper {
padding: 2rem 0 1rem 0;
background-color: #FFF;
}

/* fix active zone selector */
.cloudflare-partners .active-zone-selector__multiplezone {
margin: 0.4rem auto 0;
}

/* fix active zone selector */
.cloudflare-partners .active-zone-selector__singlezone {
margin: 1.3rem auto 0;
}

/* fix under attack button component */
.cloudflare-partners .under-attack-button {
font-size: 75%;
padding: 1.3rem 2rem 0.5rem 0.5rem;
text-align: right;
}

/* fix Cpanel Plugin title */
span#pageHeading {
display: block;
Expand Down