Mercurial > libervia-web
comparison public/libervia.css @ 129:dd0d39ae7d24
RadioCol: song preloading + fonctionnal players
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 29 Jan 2012 00:15:04 +0100 |
parents | 054b7b3424a3 |
children | 6576c5a90060 |
comparison
equal
deleted
inserted
replaced
128:2849ec993d89 | 129:dd0d39ae7d24 |
---|---|
849 | 849 |
850 .cardGamePlayerNick { | 850 .cardGamePlayerNick { |
851 font-weight: bold; | 851 font-weight: bold; |
852 } | 852 } |
853 | 853 |
854 /* Radiocol */ | |
855 | |
856 .radiocol_left_panel { | |
857 min-width: 80px; | |
858 margin: 5px; | |
859 border-right-style: dotted; | |
860 border-right-width: 2px; | |
861 } | |
862 | |
863 .radiocol_metadata_lbl { | |
864 font-weight: bold; | |
865 } | |
866 | |
867 .radiocol_next_song { | |
868 margin-right: 5px; | |
869 font-style:italic; | |
870 } | |
871 | |
854 /* Drag and drop */ | 872 /* Drag and drop */ |
855 | 873 |
856 .dragover { | 874 .dragover { |
857 background: #cf2828 !important; | 875 background: #cf2828 !important; |
858 border-radius: 1em 1em 1em 1em !important; | 876 border-radius: 1em 1em 1em 1em !important; |