web/res/css/tweetcast.css
changeset 534 0a2505c3b547
parent 506 f7fd2458fc5c
child 535 8276f3ff7a3f
--- a/web/res/css/tweetcast.css	Sun Mar 04 14:13:39 2012 +0100
+++ b/web/res/css/tweetcast.css	Mon Mar 05 18:41:11 2012 +0100
@@ -80,6 +80,15 @@
     width: 455px; padding-bottom: 70px;
 }
 
+
+#mdpgauche {
+    float: left; width: 300px; margin-right: 10px; margin-top: 10px;
+}
+
+#mdpdroite {
+    float: left; width: 650px; margin-top: 10px; position: relative;
+}
+
 #colgauche {
     float: right; width: 455px; margin-right: 13px;
 }
@@ -149,6 +158,14 @@
     color: #0099FF;
 }
 
+#content_select_ul span, #content_select_ul select {
+    margin: 5px;
+}
+
+#content_select_ul select {
+    width: 400px; 
+}
+
 /* Formulaire */
 
 #twwWrap {
@@ -508,6 +525,10 @@
     float: left; position: relative; width: 492px; height: 14px; background: url(twcx-img/bgnoarrow.png);
 }
 
+#mdpgauche #out_fleche {
+    width: 300px;
+}
+
 .embed #out_fleche {
     display: none;
 }
@@ -524,6 +545,10 @@
     display: none;
 }
 
+#mdpgauche #accordeon {
+    width: 300px;
+}
+
 #accordeon h3 {
     font-size: 16px; font-weight: bold; color: #555555;
 }
@@ -544,6 +569,10 @@
     float: left; width: 480px; margin: 0 1px 1px 1px; padding: 4px; border: 1px solid #ffffff; position: relative;
 }
 
+#mdpgauche li.acctitre, #mdpgauche li.acctexte {
+    width: 288px;
+}
+
 div.accsubtitle {
     position: absolute; top: 0; left: 0; width: 20px; height: 100%; background: #e0e0e0; border-right: 1px solid #999999; overflow: hidden;
 }
@@ -560,6 +589,10 @@
     width: 460px; text-align: center; margin-left: 20px;
 }
 
+#mdpgauche div.tagcloud {
+    width: 288px; margin: 0;
+}
+
 .tagcloud span {
     padding: 2px; cursor: pointer; cursor: hand;
 }
@@ -570,7 +603,12 @@
 
 li.acctexte {
     background: url(twcx-img/bgdeplie.png) top repeat-x #efefef;
-    max-height: 228px; overflow: auto;
+    max-height: 228px; overflow: auto; 
+    font-size: 12px;
+}
+
+#mdpgauche li.acctexte {
+    max-height: 400px;
 }
 
 .acctexte ul {