aboutsummaryrefslogtreecommitdiff
path: root/grauphel.css
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-10-07 07:51:07 +0200
committerChristian Weiske <cweiske@cweiske.de>2014-10-07 07:51:07 +0200
commitace226e665fa77d04a61dfd61818f6cce5df6861 (patch)
tree1008ad783d7e94249cf4b4103e41ecdf25ba2591 /grauphel.css
parentb77c4b6b2de74543d9543139a1d2b3c4fe2f592f (diff)
downloadgrauphel-ace226e665fa77d04a61dfd61818f6cce5df6861.tar.gz
grauphel-ace226e665fa77d04a61dfd61818f6cce5df6861.zip
Deleting tokens works (without confirmation)
Diffstat (limited to 'grauphel.css')
-rw-r--r--grauphel.css17
1 files changed, 17 insertions, 0 deletions
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;
+}