Move compatibility text 25px to the right for better alignment
This commit is contained in:
@ -1128,6 +1128,19 @@ body.wp-admin .button.pricing-button:hover,
|
|||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Increase right padding for compatibility text */
|
||||||
|
#recommended .plugin-card .column-compatibility {
|
||||||
|
padding-right: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Style compatibility message */
|
||||||
|
#recommended .plugin-card .column-compatibility {
|
||||||
|
text-align: center;
|
||||||
|
font-size: 13px;
|
||||||
|
color: #00a32a;
|
||||||
|
margin: 5px 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* Loading spinner without background */
|
/* Loading spinner without background */
|
||||||
.wpa-loading-overlay {
|
.wpa-loading-overlay {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -1174,14 +1187,6 @@ body.wp-admin .button.pricing-button:hover,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Style compatibility message */
|
|
||||||
#recommended .plugin-card .column-compatibility {
|
|
||||||
text-align: center;
|
|
||||||
font-size: 13px;
|
|
||||||
color: #00a32a;
|
|
||||||
margin: 5px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Center the plugin container */
|
/* Center the plugin container */
|
||||||
#recommended #the-list {
|
#recommended #the-list {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -135,6 +135,11 @@
|
|||||||
margin-top: auto !important;
|
margin-top: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Move compatibility text to the right */
|
||||||
|
.column-compatibility {
|
||||||
|
padding-right: 25px !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Loading Overlay without white background */
|
/* Loading Overlay without white background */
|
||||||
.wp-allstars-loading-overlay {
|
.wp-allstars-loading-overlay {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Reference in New Issue
Block a user