integration jaudio-player
[mw_sourceml] / app / out / default / css / actions / sources.css
index aea7e08..0befaf6 100644 (file)
@@ -94,7 +94,7 @@ ul.groupes li .infos li
 
 .description
 { padding: 15px 50px 15px 50px;
-  font-size: 0.9em;
+  font-size: 1em;
 }
 
 .description p
@@ -314,65 +314,31 @@ ul.sources li{
   text-align: right;
 }
 
-ul.documents
-{ list-style-type: none;
-}
-
-ul.documents li
-{ margin: 0px;
-  padding: 0px;
-  clear: left;
-  font-size: 0.8em;
-}
-
-/* ------ player */
-
-.loading_player{
-  opacity: 0.5;
-  background-image: url(../../icons/player_loading.gif);
-  background-position: center;
+ul.documents{
+  list-style-type: none;
+  padding-left: 65px;
+  background-image: url(../../icons/download.png);
   background-repeat: no-repeat;
+  background-position: 23px 8px;
+  min-height: 32px;
 }
 
-.player_progress
-{ width: 100%;
-  height: 5px;
-  font-size: 1px;
-  line-height: 1px;
-  overflow: hidden;
-  margin: 0px 0px 0px 0px;
-  position: relative;
-  cursor: pointer;
-}
-
-.player_progress .loaded
-{ width: 0;
-  height: 5px;
-}
-
-.player_progress .position
-{ width: 0;
-  height: 5px;
-  position: absolute;
-  top: 0px;
-}
-
-.player_controls, .no_player
-{ margin: 2px 5px 0 0;
+ul.documents li{
+  margin: 0px;
+  padding: 0px;
   float: left;
-  width: 40px;
-}
-
-.player_controls a
-{ text-decoration: none;
+  font-size: 1em;
+  padding: 5px 5px 0 0;
 }
 
-.player_controls a.pause
-{ display: none;
+ul.documents li a{
+  display: block;
+  border: solid 1px #c0c0c0;
+  padding: 3px 10px;
 }
-
-.player_controls a.stop
-{ display: none;
+ul.documents li a:hover{
+  background-color: #f5f5f5;
+  color: #000066;
 }
 
 /* ------ pistes / derivations */