PluginProbe
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts / 2.2.7
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts v2.2.7
2.7.7 2.7.6 2.7.5 2.7.4 trunk 1.3 2.0.4 2.0.6 2.1.91 2.2.4 2.2.7 2.2.9 2.3.1 2.3.10 2.4.10 2.4.2 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.6.0 2.6.1 2.7.0 All 28 releases
← All changes | admin/assets/css/sync.css +3 -2 2.3.12.2.7 View file →
@@ -113,9 +113,9 @@
113 113 }
114 114 #winp-sync-modal .modal-dialog-centered {
115 115 display: flex;
116 116 align-items: center;
117 - min-height: calc(100% - (1.75rem * 2));
117 + min-height: calc(96.5%);
118 118 }
119 119 #winp-sync-modal .winp-modal-error {
120 120 visibility: hidden;
121 121 color: #d81b1b;
@@ -136,11 +136,12 @@
136 136 border-color: #e7b017;
137 137 color: white;
138 138 text-transform: uppercase;
139 139 border-radius: 1px;
140 - padding: 10px 30px;
140 + padding: 20px 30px;
141 141 }
142 142 #winp-library-buy-button span {
143 + position: relative;
143 144 bottom: 13px;
144 145 }
145 146 #winp-library-buy-button span:hover {
146 147 color: #f3f4ef;