From 310f4ef4998c5f49acc36c1a0dce61056e93cc98 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 30 Sep 2015 08:52:20 +0200 Subject: [PATCH] css: style "studio" tree --- public/css/module.less | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/public/css/module.less b/public/css/module.less index 5473e4bf..5ce12b34 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -367,4 +367,18 @@ div.diff { display: none; } +.tree li a { + display: inline-block; + padding-left: 2.4em; + line-height: 2em; + text-decoration: none; + color: #777; + outline: 0; + background-repeat: no-repeat; + background-position: 0.8em 0.4em; +} + +.tree a.root { background-image: url('../img/director/globe.png'); } +.tree a.abstract { background-image: url('../img/director/tree.png'); } +.tree a.object { background-image: url('../img/director/leaf.gif'); }