mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-02-27 02:24 am

[dw-nonfree] Tropo: Misc styling fixes, round umpteen

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/583586641e92]

http://bugs.dwscoalition.org/show_bug.cgi?id=374

Update Tropospherical Red scheme CSS for some pages.

Patch by [staff profile] denise.

--------------------------------------------------------------------------------
diff -r 38b69ed0915b -r 583586641e92 htdocs/stc/tropo/red.css
--- a/htdocs/stc/tropo/red.css	Fri Feb 20 10:14:28 2009 +0000
+++ b/htdocs/stc/tropo/red.css	Fri Feb 27 02:24:19 2009 +0000
@@ -587,3 +587,28 @@ table.editfilters td {
 table.editfilters td {
     padding: 5px;
 }
+
+
+/* FAQ */
+
+.faqlist {
+    list-style: disc outside;
+    margin-bottom: 2em;
+}
+
+/* Inbox - Compose */
+
+.inbox-compose {
+    width: 100%;
+}
+
+.inbox-compose td {
+    vertical-align: top;
+}
+
+
+/* manage/invitecodes.bml */
+
+.invitecodes td {
+    padding: 5px;
+} 
\ No newline at end of file
--------------------------------------------------------------------------------