web/data/cubicweb.css
branchstable
changeset 8831 f7e140182df1
parent 8464 895e34d9ae0d
child 8871 7d1ccaac5ae3
--- a/web/data/cubicweb.css	Thu Mar 28 15:01:02 2013 +0100
+++ b/web/data/cubicweb.css	Thu Mar 28 15:43:23 2013 +0100
@@ -1085,3 +1085,21 @@
   margin-left: 0.5em;
   vertical-align: bottom;
 }
+
+/* cubicweb.views.undohistory uses :
+ *   - span.undo around undo link
+ *   - ul.undo-transactions to list transaction
+ *   - ol.undo-actions to list actions in a transaction
+ */
+
+span.undo {
+  border: 1pt;
+}
+
+ol.undo-actions > li {
+  margin-left: 2em;
+  margin-top: 2px;
+  padding: 0px 0px 2px 0px;
+  background-image: none;
+}
+