diff --git a/templates/index.html b/templates/index.html index 97d828a..ba92c71 100644 --- a/templates/index.html +++ b/templates/index.html @@ -47,11 +47,17 @@ .server-list { margin-top: 10px; } - .server-item { + .server-item, .domain-list-item { border: 1px solid #ddd; - padding: 10px; + padding: 15px; margin-bottom: 10px; - border-radius: 4px; + border-radius: 5px; + } + .domain-list-item { + background-color: #f9f9f9; + } + .server-item { + background-color: #fff; } .delete-btn { background-color: #f44336; @@ -84,55 +90,41 @@
- -