Tell what the token management page does
[grauphel.git] / grauphel.css
index 85143f7bb04aff15a5fa16e64f79c185afd4b979..cac269cab315cadf9e89ac1d87e44ee8dc5f70e0 100644 (file)
@@ -13,6 +13,9 @@
 .app-grauphel #app-content.list h1 {
     padding: 1ex;
 }
+.app-grauphel #app-content.list > p {
+    margin: 2ex;
+}
 
 .app-grauphel #app-content h2 {
     font-weight: bold;
@@ -115,3 +118,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;
+}