app/assets/stylesheets/detour/main.css in detour-0.0.3 vs app/assets/stylesheets/detour/main.css in detour-0.0.5

- old
+ new

@@ -2,10 +2,18 @@ font-family: 'Glyphicons Halflings'; src: url('/assets/glyphicons-halflings-regular.eot'); src: url('/assets/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/assets/glyphicons-halflings-regular.woff') format('woff'), url('/assets/glyphicons-halflings-regular.ttf') format('truetype'), url('/assets/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); } +.popover { + max-width: none; +} + +.popover ul { + padding-left: 10px; +} + body { padding-bottom: 40px; } .panel-danger { @@ -44,6 +52,10 @@ width: 120px; } .counter-header { width: 80px; +} + +.delete-group { + margin-left: 0.5em; }