diff --git a/static/main.css b/static/main.css index 4d209c9..40aa431 100644 --- a/static/main.css +++ b/static/main.css @@ -148,6 +148,8 @@ nav .extra > a { .sound { display: inline-block; + border: 1px solid transparent; + margin: 5px; } .sound a { @@ -174,6 +176,8 @@ nav .extra > a { .edit { border: 1px dashed #eee; + box-sizing: border-box; + margin: 5px; } .table-row { diff --git a/templates/index.html b/templates/index.html index d418a40..3676f82 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,9 +7,9 @@