diff --git a/websiteFunctions/templates/websiteFunctions/listWebsites.html b/websiteFunctions/templates/websiteFunctions/listWebsites.html index aa1e82ce4..cc944fb09 100755 --- a/websiteFunctions/templates/websiteFunctions/listWebsites.html +++ b/websiteFunctions/templates/websiteFunctions/listWebsites.html @@ -125,10 +125,10 @@

{$ wp.title $}

- -
@@ -142,11 +142,11 @@ class="img-responsive" style="max-width: 100%; margin-bottom: 10px; min-height: 150px; background: #f5f5f5;" onerror="this.onerror=null; this.src='https://s.wordpress.org/style/images/about/WordPress-logotype-standard.png';"> -
- +
+ Visit Site - + WP Login
@@ -264,18 +264,47 @@ .mt-3 { margin-top: 1rem; } - .btn { - margin: 0 2px; - } - .btn i { - margin-right: 5px; - } - .text-center .btn { - min-width: 100px; - } - .wp-site-item .btn-sm { - padding: 5px 12px; + /* Updated button styles */ + .wp-action-btn { + margin: 0 4px; + padding: 6px 12px; font-size: 13px; + font-weight: 500; + transition: all 0.2s ease; + border-width: 1.5px; + } + .wp-action-btn i { + margin-right: 6px; + } + .wp-action-buttons { + margin-top: 12px; + } + .wp-action-buttons .wp-action-btn { + min-width: 110px; + } + .btn-outline-primary { + color: #0073aa; + border-color: #0073aa; + } + .btn-outline-primary:hover { + background-color: #0073aa; + color: white; + } + .btn-outline-secondary { + color: #50575e; + border-color: #50575e; + } + .btn-outline-secondary:hover { + background-color: #50575e; + color: white; + } + .btn-outline-danger { + color: #dc3545; + border-color: #dc3545; + } + .btn-outline-danger:hover { + background-color: #dc3545; + color: white; }