Plugin rename

This commit is contained in:
2026-02-12 22:34:54 +01:00
parent 0e5be7b590
commit d303a55638
16 changed files with 279 additions and 282 deletions
+9 -9
View File
@@ -1,12 +1,12 @@
/* Styles for WordPress Activity Stats Plugin - Admin Area */
/* Infografika */
.mystat-infographic-grid {
.statpress-infographic-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
}
.mystat-infographic-card {
.statpress-infographic-card {
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 5px;
@@ -14,12 +14,12 @@
text-align: center;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.mystat-infographic-card h3 {
.statpress-infographic-card h3 {
margin-top: 0;
color: #555;
font-size: 1.1em;
}
.mystat-infographic-card p {
.statpress-infographic-card p {
font-size: 1.8em;
font-weight: bold;
color: #333;
@@ -27,19 +27,19 @@
}
/* Kontener dla szczegółów aktywności */
#mystat-details-container {
#statpress-details-container {
display: flex;
flex-wrap: wrap;
gap: 2%;
}
/* Szczegóły aktywności */
.mystat-details-col {
.statpress-details-col {
flex: 1 1 48%; /* Pozwala na elastyczne dopasowanie, z bazową szerokością 48% */
min-width: 300px; /* Zapobiega zbytniemu ściskaniu kolumn na mniejszych ekranach */
}
/* Chart Controls */
.mystat-chart-controls {
.statpress-chart-controls {
display: flex;
justify-content: space-between;
align-items: center;
@@ -49,12 +49,12 @@
padding-bottom: 10px;
}
.mystat-chart-tabs.nav-tab-wrapper {
.statpress-chart-tabs.nav-tab-wrapper {
border-bottom: none;
margin-bottom: 0;
}
.mystat-xaxis-switcher {
.statpress-xaxis-switcher {
padding-top: 5px;
white-space: nowrap;
}