diff --git a/panikdb/static/css/style.css b/panikdb/static/css/style.css index 6d06154012232c937d784963a81234c081a40867..e2ae98745eb90e29e2b320b5e4dc0390ce1e5d92 100644 --- a/panikdb/static/css/style.css +++ b/panikdb/static/css/style.css @@ -581,6 +581,15 @@ ul.messages { clear: both; } +.soma-list .filepath { + font-size: 60%; + color: #888; +} + +.trackartist { + font-size: 80%; +} + [class^="icon-"]:after, [class*=" icon-"]:after, [class^="icon-"]:before, [class*=" icon-"]:before { font-family: FontAwesome; @@ -594,11 +603,6 @@ a [class^="icon-"], a [class*=" icon-"] { text-decoration: none; } -.soma-list .filepath { - font-size: 60%; - color: #888; -} - .icon-edit:before { content: "\f044"; } .icon-remove-sign:before { content: "\f057"; } .icon-remove:before { content: "\f00d"; }