equal
deleted
inserted
replaced
82 .timeline-annotation-widget{width: 460px;height: 40px;background-color: #ecf0f1; position: relative;} |
82 .timeline-annotation-widget{width: 460px;height: 40px;background-color: #ecf0f1; position: relative;} |
83 .timeline-annotation-widget .annotation{width: 10px; height: 10px; background-color: #c0392b; position: absolute; top:15px;} |
83 .timeline-annotation-widget .annotation{width: 10px; height: 10px; background-color: #c0392b; position: absolute; top:15px;} |
84 ul.tagit{margin-left: 10px;-webkit-border-radius: 0px; |
84 ul.tagit{margin-left: 10px;-webkit-border-radius: 0px; |
85 -moz-border-radius: 0px; |
85 -moz-border-radius: 0px; |
86 border-radius: 0px;} |
86 border-radius: 0px;} |
|
87 |
|
88 /* Tangle */ |
|
89 .time-tangle { |
|
90 color: #2c3e50; cursor: w-resize; position: relative; |
|
91 } |
|
92 .time-tangle:hover, |
|
93 .time-tangle.active { |
|
94 color: #c0392b; border-bottom: 1px dashed #2c3e50; |
|
95 } |
|
96 .time-tangle:hover:after, |
|
97 .time-tangle.active:after { |
|
98 position: absolute; |
|
99 display: inline-block; |
|
100 color: #2c3e50; top: 18px; left: 50%; width: 160px; |
|
101 margin-left: -80px; font-size: 10px; text-align: center; |
|
102 content: "glisser pour modifier"; |
|
103 } |
|
104 |
|
105 .time-tangle.deactivate:hover { |
|
106 border: none; color: #2c3e50; |
|
107 } |
|
108 |
|
109 .time-tangle.deactivate:hover:after { |
|
110 display: none; |
|
111 } |