Replaced orange feed/rss image by the blue one from our iconset, added file icon...
[citadel.git] / webcit / static / styles / banner.css
index bbeb9513e10fb3c1c59a639f036602afb5cfd2f7..5cafc22bcdcf794462234172c8e71d7cdfd051c6 100644 (file)
 
 #banner .banner {}
 
-#banner .banner img {
+/* style for the rooom picture */
+#banner td img {
+       padding: 0;
+       margin: 0.5em;
+       max-height: 64px;
        float: left;
-       margin: 0 0.3em 1em 0;
 }
 
-#banner h1, #banner h2, #banner .banner p {
-       margin: 2px;
+#banner h1, #banner h2 {
+       padding: 0;
+       margin: 0;
+}
+
+#banner .banner p {
        padding: 0;
+       margin: 0;
+}
+
+/* style for the feed and file picture */
+#banner .banner td * img {
+       clear: both;
+       padding: 0;
+       margin: 0 0.3em;
 }
 
 #banner .infos{ margin: 0.5em }
        margin-right: 2px;
 }
 
+#nummsgs, #numfiles { 
+       font-size: 75%;
+       margin-left: 0.5em;
+}
+
 #selectpage.hidden { display: none !important }