--- a/web/res/css/tweetcast.css Thu Jan 19 13:58:59 2012 +0100
+++ b/web/res/css/tweetcast.css Thu Jan 19 15:40:12 2012 +0100
@@ -58,6 +58,10 @@
display: none;
}
+.fl {
+ float: left;
+}
+
/* feedback */
#sendUsFeedBack {
@@ -292,7 +296,9 @@
/* Liste des tweets */
#tweetlist {
- float: left; width: 280px; height: 480px; list-style: none; border-right: 1px solid #999; color: #585858; cursor: pointer; cursor: hand; background: #ffffff;
+ float: left; width: 280px; height: 480px; list-style: none; border-right: 1px solid #999;
+ color: #585858; cursor: pointer; cursor: hand; background: #ffffff;
+ font-family: Arial, Helvetica, sans-serif; /* Quick Fix */
}
#tweetlist a {
@@ -501,14 +507,10 @@
margin: 5px 0; line-height: 1.5em;
}
-#accordeon li {
+li.acctitre, li.acctexte {
float: left; width: 480px; margin: 0 1px 1px 1px; padding: 4px; border: 1px solid #ffffff; position: relative;
}
-#accordeon span {
- padding: 2px; cursor: pointer; cursor: hand;
-}
-
div.accsubtitle {
position: absolute; top: 0; left: 0; width: 20px; height: 100%; background: #e0e0e0; border-right: 1px solid #999999; overflow: hidden;
}
@@ -525,6 +527,10 @@
width: 460px; text-align: center; margin-left: 20px;
}
+.tagcloud span {
+ padding: 2px; cursor: pointer; cursor: hand;
+}
+
li.acctitre {
background: #efefef; cursor: pointer; cursor: hand;
}
@@ -534,6 +540,14 @@
max-height: 228px; overflow: auto;
}
+.acctexte ul {
+ list-style: disc; font-size: 12px; padding-left: 1em;
+}
+
+.acctexte li {
+ margin: 4px 0;
+}
+
/* Tag Cloud */
#hoverkw {