]> git.0d.be Git - panikdb.git/commitdiff
style: track artist name
authorFrédéric Péters <fpeters@0d.be>
Sun, 2 Nov 2014 10:49:01 +0000 (11:49 +0100)
committerFrédéric Péters <fpeters@0d.be>
Sun, 2 Nov 2014 10:49:21 +0000 (11:49 +0100)
panikdb/static/css/style.css

index 6d06154012232c937d784963a81234c081a40867..e2ae98745eb90e29e2b320b5e4dc0390ce1e5d92 100644 (file)
@@ -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"; }