Used altern table to display remote POP3 accounts and RSS feeds in room
[citadel.git] / webcit / static / webcit.css
index eac437a9d031695ed65aea9083c9956e31d1268f..13f2b60b7837f634201cb12816970b710eed0564 100644 (file)
@@ -48,11 +48,11 @@ body {
        cursor: help;
 }
 
-input, select, #login_form #uname, #login_form #pname, #wholist li.activeuser a, .room_actions form select, .room_actions li.search input, .address_book_popup_title {
+.button_link a, input, select, #login_form #uname, #login_form #pname, #wholist li.activeuser a, .room_actions form select, .room_actions li.search input, .address_book_popup_title {
        background-color: #fbf4ca;
 }
 
-input, select, #login_form #uname, #login_form #pname, .room_actions form select, .room_actions li.search input, .address_book_popup_title {
+.button_link a, input, select, #login_form #uname, #login_form #pname, .room_actions form select, .room_actions li.search input, .address_book_popup_title {
        border: 1px solid #999;
        color: #333;
 }
@@ -440,7 +440,7 @@ a:visited { color: purple; }
        color: #FFF;
 }
 
-.button_link a, .msgbuttons a, input#delbutton,.attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
+.msgbuttons a, input#delbutton,.attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
        background-color: transparent;
        border: 2px groove #CCC;
        color: #333;
@@ -448,6 +448,11 @@ a:visited { color: purple; }
        cursor: pointer;
 }
 
+.button_link a {
+       color: #333;
+       cursor: pointer;
+}
+
 /* Layout */
 
 * html {
@@ -603,7 +608,7 @@ body, #global {
 
 #login_screen #login_form {
        padding: 10px;
-       width: 320px;
+       width: 330px;
 }
 
 #login_form input, #login_form label, #login_form select {
@@ -821,7 +826,7 @@ html>body #button li a {
        padding: 0;
 }
 
-.button_link a, .msgbuttons a {
+.button_link a, .msgbuttons a, .logbutton {
        margin: 0 3px 0 3px;
        padding: 2px;
 }
@@ -1093,7 +1098,7 @@ table.advanced {
 
 .logbuttons, .buttons {
        margin: 2px auto 2px auto;
-       width: 95%;
+       width: 96%;
        text-align: center;
 }