]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/mobile.css
* streamline copyright statements; add Conclusion of included components; flip to...
[citadel.git] / webcit / static / mobile.css
index e21f3046f6d554c292e526da30812fcab53542f0..41da5599d6d3c2d0fb288a43d4a36c9cfd7f0623 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright 2005 - 2009 The Citadel Team
+ * Licensed under the GPL V3
+ * styles for mobile clients
+ */
+body {
+}
 #button li {
        display: inline; 
        padding-right: 5px;
@@ -9,13 +16,13 @@ img {
        border: none;
        text-decoration: none;
 }
-#message_list div {
-       border-top: 1px solid black;
-       border-bottom: 1px solid black;
-       background-color: gray;
+#message_list div div {
+       border-bottom: 1px dotted black;
+       padding: 5px 5px 5px 5px;
+       /* background-color: white; */
 }
 .subject {
-       font-style: italic;
+       color: gray;
 }
 body[orient="portrait"] {
        max-width: 320px;
@@ -26,7 +33,10 @@ body {
 }
 .msgview {
        display: none;
-       background-color: white;
+       background-color: white !important;
+}
+.message_content {
+    background-color: white;
 }
 #login_form label, #login_form input, #login_form select, #login_form div{
        display: list-item;
@@ -37,4 +47,24 @@ body {
        display: inline;
        padding-right: 5px;
 }
-
+#navbar ul li img {
+       vertical-align: middle;
+}
+#navbar ul li a {
+       text-decoration: none;
+}
+.sticky {
+    background-color: gray;
+    border: 1px solid black;
+    width: 100%;
+}
+#vcontent {
+}
+.roomname {
+       background-color: #022750;
+       color: white;
+       border-radius: 5px;
+}
+.roomname img{
+       vertical-align: middle;
+}