diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/css/bootstrap.css b/src/main/webapp/static/com/atomgraph/linkeddatahub/css/bootstrap.css index 4321cd554..0f7583dda 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/css/bootstrap.css +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/css/bootstrap.css @@ -126,6 +126,11 @@ li button.btn-edit-constructors, li button.btn-add-data, li button.btn-add-ontol .content-body > [about].row-fluid.block { overflow-x: auto; margin-bottom: 20px; } .content-body > [about].row-fluid.block, .constructor-triple.row-fluid { border-bottom: 2px solid rgb(223, 223, 223); } .content-body > [about].row-fluid.block.drag-over { border-bottom: 4px dotted #0f82f5; } +.content-body > [about].row-fluid.block.diff-added { border: 2px solid #3fb618; } +.content-body > [about].row-fluid.block.diff-removed { border: 2px solid #ff0039; } +.content-body > [about].row-fluid.block.diff-changed { border: 2px solid #ff7518; } +dd.diff-added, .main > div.diff-added { border-left: 4px solid #3fb618; padding-left: 8px; } +dd.diff-removed, .main > div.diff-removed { border-left: 4px solid #ff0039; padding-left: 8px; } .row-fluid.block { max-height: 80em; } .row-fluid.block .drag-handle { display: none; width: 30px; background-color: #149bdf; background-image: radial-gradient(circle at 3px 3px, #0480be 1px, transparent 1.5px); background-size: 6px 6px; border-radius: 2px; cursor: move; } .list-mode.active { background-image: url('../icons/ic_navigate_before_black_24px.svg'); } diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/memento.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/memento.xsl index f3b46f4af..2eb973e2a 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/memento.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/memento.xsl @@ -5,6 +5,7 @@ + ]> - + @@ -71,35 +73,68 @@ version="3.0"