web/res/css/tweetcast.css
changeset 421 c8db83b70def
parent 420 eb7c2cff1816
child 424 e67c4b18a16b
--- a/web/res/css/tweetcast.css	Fri Dec 16 15:57:23 2011 +0100
+++ b/web/res/css/tweetcast.css	Fri Dec 16 17:22:32 2011 +0100
@@ -390,20 +390,32 @@
     border: 1px #999; border-style: solid solid solid none; margin-top: 1px;
 }
 
+#onglets a {
+    text-decoration: none; color: #666666;
+}
+
+#onglets a:hover {
+    color: #0099ff;
+}
+
 #onglets li.selected {
     background-position: 0 -22px; padding-bottom: 8px; border-bottom: none; margin-top: 0;
 }
 
+#onglets li.selected a {
+    color: #333333; 
+}
+
 #coldroite {
     float: left; width: 492px;
 }
 
-#vlWrap {
-    float: left; border: 5px solid #ffffff; background: #999999; padding: 1px;
+div.ifwrap {
+    float: left; border: 5px solid #ffffff; background: #999999; padding: 1px; width: 480px; height: 320px;
 }
 
-#videoLivePlayer {
-    width: 480px; height: 320px; background: #000000;
+#videoLivePlayer, .ifwrap iframe {
+    width: 480px; height: 320px; background: #000000; border: none; padding: 0; margin: 0;
 }
 
 #out_fleche {