diff -r 7623f9af9272 -r 2409cb4cebaf src/widgets/CurrentSegmentInfobox.css --- a/src/widgets/CurrentSegmentInfobox.css Fri Oct 02 11:27:17 2015 +0200 +++ b/src/widgets/CurrentSegmentInfobox.css Mon Dec 28 15:50:04 2015 +0100 @@ -16,7 +16,11 @@ .Ldt-CurrentSegmentInfobox-Tags-Ul{ list-style: none; - margin: 2px; + margin: 0px; +} + +.Ldt-CurrentSegmentInfobox-Tags{ + margin: 0px; } .Ldt-CurrentSegmentInfobox-Tags-Li{ @@ -56,7 +60,6 @@ display: inline-block; background-color: #d93c71; color: #ffffff; - float: right; cursor: pointer; height: 14px; width: 100px; @@ -75,7 +78,6 @@ display: inline-block; background-color: #d93c71; color: #ffffff; - float: right; cursor: pointer; height: 14px; width: 100px; @@ -165,7 +167,7 @@ .Ldt-CurrentSegmentInfobox-CreateTagInput{ border: 2px solid #848484; - margin: 5px 0; + margin: 5px 2px; padding: 4px; }