diff -r ab966883a458 -r a0a048ff33a1 integration/css/style.css --- a/integration/css/style.css Tue May 21 17:41:57 2013 +0200 +++ b/integration/css/style.css Wed May 22 17:09:59 2013 +0200 @@ -83,4 +83,29 @@ .timeline-annotation-widget .annotation{width: 10px; height: 10px; background-color: #c0392b; position: absolute; top:15px;} ul.tagit{margin-left: 10px;-webkit-border-radius: 0px; -moz-border-radius: 0px; -border-radius: 0px;} \ No newline at end of file +border-radius: 0px;} + +/* Tangle */ +.time-tangle { + color: #2c3e50; cursor: w-resize; position: relative; +} +.time-tangle:hover, +.time-tangle.active { + color: #c0392b; border-bottom: 1px dashed #2c3e50; +} +.time-tangle:hover:after, +.time-tangle.active:after { + position: absolute; + display: inline-block; + color: #2c3e50; top: 18px; left: 50%; width: 160px; + margin-left: -80px; font-size: 10px; text-align: center; + content: "glisser pour modifier"; +} + +.time-tangle.deactivate:hover { + border: none; color: #2c3e50; +} + +.time-tangle.deactivate:hover:after { + display: none; +}