]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/styles/webcit.css
Post a comment...
[citadel.git] / webcit / static / styles / webcit.css
index 0c767d73d0b4893da747c3b32f7b9d9d8da1ef4a..0dd7294271b54e689f711a5e599004a68ee8313c 100644 (file)
@@ -369,7 +369,7 @@ a:visited { color: #70342e }
        outline-radius: 5px;
        -khtml-outline-radius: 5px;
        -moz-outline-radius: 5px;
-       behavior: url(static/style/PIE.htc);
+       behavior: url(/static/styles/PIE.htc);
 }
 
 #customize a:active, #customize a:link, #customize a:visited {
@@ -859,7 +859,7 @@ ul.tabbed_dialog li {
        background-color: #424b52;
        border-color: #424b52; }
 
-#inner_day { padding: 0.2em; }
+#inner_day { padding: 0.1em; }
 
 td.events_of_the_day { width: 50% }
 
@@ -1076,7 +1076,7 @@ li.event_unread span, a.event_read_title { font-size: 100% }
        border-radius: 8px;
        -khtml-border-radius: 8px;
        -moz-border-radius: 8px;
-       behavior: url(/static/style/PIE.htc);
+       behavior: url(/static/styles/PIE.htc);
        -webkit-box-shadow: #666 0px 1px 2px;
        -moz-box-shadow: #666 0px 2px 3px;
        box-shadow: #666 0px 2px 3px;
@@ -1098,7 +1098,7 @@ li.event_unread span, a.event_read_title { font-size: 100% }
         box-shadow: #666 0px 2px 3px;
        -webkit-box-shadow: #666 0px 1px 2px;
         -moz-box-shadow: #666 0px 2px 3px;
-       behavior: url(/static/style/PIE.htc);
+       behavior: url(/static/styles/PIE.htc);
        padding: 0.5em;
 }
 
@@ -1117,7 +1117,7 @@ li.event_unread span, a.event_read_title { font-size: 100% }
        box-shadow: #666 0px 2px 3px;
        -webkit-box-shadow: #666 0px 1px 2px;
        -moz-box-shadow: #666 0px 2px 3px;
-       behavior: url(/static/style/PIE.htc);
+       behavior: url(/static/styles/PIE.htc);
        background-color: #7d858c;
        padding: 0.5em;
 }
@@ -1225,6 +1225,9 @@ a.event_title:hover span.bttbottom, a.event_unread:hover span.bttbottom, a.event
        font-style: italic;
 }
 
+.post_a_comment_title {
+       font-size: 120%;
+}
 
 /*---------- styles for the attachments form -----------*/