From ace226e665fa77d04a61dfd61818f6cce5df6861 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 7 Oct 2014 07:51:07 +0200 Subject: Deleting tokens works (without confirmation) --- grauphel.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'grauphel.css') diff --git a/grauphel.css b/grauphel.css index 85143f7..21c44d4 100644 --- a/grauphel.css +++ b/grauphel.css @@ -115,3 +115,20 @@ table.table td { background-position: 8px center; background-repeat: no-repeat; } + +a.action.delete, table.table form button.action.delete { + position: absolute; + right: 0px; + padding: 17px 14px; + padding: 3px 14px; +} +a.action { + line-height: 30px; +} +table.table form { + display: inline; +} +table.table form button.action { + border: none; + background-color: transparent; +} -- cgit v1.2.3