]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
Updated stylesheet
[citadel.git] / webcit / static / webcit.css
index a6fbd2a3ff8e3c472568f809190cac5f7734b307..7d65b43ca2a4388e3c87c9d07e16d81b8b20f201 100644 (file)
@@ -48,11 +48,11 @@ body {
        cursor: help;
 }
 
-.button_link, 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;
 }
 
-.button_link, 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;
 }
@@ -135,12 +135,6 @@ body {
        color: #000;
 }
 
-input#delbutton,.attachfile, .logbuttons input,.buttons input {
-       background-color: transparent;
-       border: 2px groove #AAA;
-       color: #000;
-}
-
 #message_list_hdr form input {
        border: 0;
 }
@@ -199,7 +193,7 @@ input#delbutton,.attachfile, .logbuttons input,.buttons input {
        width: 150px;
 }
 
-.error a: link,.error a:visited,.error a:active {
+.error a:link, .error a:visited, .error a:active {
        background: none;
        color: #DC143C;
        text-decoration: underline;
@@ -211,7 +205,7 @@ input#delbutton,.attachfile, .logbuttons input,.buttons input {
        text-decoration: none;
 }
 
-.error strong a: link,.error strong a:visited,.error strong a:active {
+.error strong a:link,.error strong a:visited,.error strong a:active {
        background: #FFD700;
        color: #DC143C;
 }
@@ -302,7 +296,7 @@ input#delbutton,.attachfile, .logbuttons input,.buttons input {
        color: highlighttext;
 }
 
-.warning a: link,.warning a:visited,.warning a:active, .warning {
+.warning a:link,.warning a:visited,.warning a:active, .warning {
        background: none;
        color: #FF4500;
 }
@@ -311,7 +305,7 @@ input#delbutton,.attachfile, .logbuttons input,.buttons input {
        text-decoration: none;
 }
 
-.warning a: link,.warning a:visited,.warning a:active {
+.warning a:link,.warning a:visited,.warning a:active {
        text-decoration: underline;
 }
 
@@ -320,7 +314,7 @@ input#delbutton,.attachfile, .logbuttons input,.buttons input {
        color: #FF4500;
 }
 
-.warning strong a: link,.warning strong a:visited,.warning strong a:active {
+.warning strong a:link,.warning strong a:visited,.warning strong a:active {
        background: #FFD700;
        color: #FF4500;
 }
@@ -441,20 +435,22 @@ a:link { color: blue; }
 
 a:visited { color: purple; }
 
-.msgbuttons a {
-       border: 2px groove #AAA;
-       color: #000;
-}
-
 #important_message, .buttons a:hover, .msgbuttons a:hover, input:hover, #button li a:hover, #wholist li a:hover, #navbar ul li a:hover {
        background-color: #AD1C00;
        color: #FFF;
 }
 
+.msgbuttons a, input#delbutton,.attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
+       background-color: transparent;
+       border: 2px groove #EEE;
+       color: #333;
+       font-weight: bold;
+       cursor: pointer;
+}
 
 .button_link a {
-       font-weight: normal;
        color: #333;
+       cursor: pointer;
 }
 
 /* Layout */
@@ -479,6 +475,7 @@ body, #global {
        top: 0; 
        right: 0;
        z-index: 2;
+       padding: 3px;
 }
 
 #login_screen, #logout_screen {
@@ -611,7 +608,7 @@ body, #global {
 
 #login_screen #login_form {
        padding: 10px;
-       width: 320px;
+       width: 330px;
 }
 
 #login_form input, #login_form label, #login_form select {
@@ -692,6 +689,11 @@ html>body #button li a {
 }
 
 
+.ib_roomlist_floor, .ib_roomlist_new, .ib_roomlist_old, .roomlist_floor, .roomlist_new, .roomlist_old {
+       margin: 4px;
+       padding: 0;
+}
+
 /* Banner */
 
 #banner .room_banner {
@@ -794,7 +796,7 @@ html>body #button li a {
 }
 
 .service table {
-       margin-top: 0 auto 0 auto;
+       margin: 0 auto 0 auto;
        width: 100%;
        text-align: left;
 }
@@ -824,15 +826,9 @@ html>body #button li a {
        padding: 0;
 }
 
-
-
-.button_link {
-       padding: 0 2px 0 2px;
-}
-
-.msgbuttons a {
-       margin: 0 2px 0 2px;
-       padding: 1px;
+.button_link a, .msgbuttons a, .logbutton {
+       margin: 3px;
+       padding: 2px;
 }
 
 .mimepart {
@@ -860,6 +856,7 @@ html>body #button li a {
 
 .mimepart dl {
        width: 100%;
+       margin-left: 5px;
        padding: 5px;
 }
 
@@ -890,8 +887,7 @@ dt { clear: both; }
 .msgbuttons {
        float: right;
        visibility: hidden;
-       margin-top: 0;
-       padding: 0;
+       padding: 2px;
 }
 
 .buttons a {
@@ -904,20 +900,21 @@ dt { clear: both; }
 
 .message_content {
        margin: 0;
-       padding: 3px;
+       padding: 0.3em;
        clear: both;
 }
 
 .message form div label {
        display: block;
        float: left;
-       margin: 3px;
+       margin: 0.3em;
        width: 9em;
        text-align: right;
 }
 
 .message form div input, .message form div select {
-       margin: 3px;
+       margin: 0.3em;
+
 }
 
 .imgedit {
@@ -928,7 +925,22 @@ dt { clear: both; }
        float: right;
        margin-top: 0 ;
        margin-right: 0;
-       padding-top: 2px 50px 2px 50px;
+       padding: 2px 50px 2px 50px;
+}
+
+.edit_msg_table th {
+       text-align: right;
+       padding-right: 5px;
+       color: #333;
+       width: 20%;
+}
+
+.edit_msg_table td { 
+       width: 40%;
+}
+
+.edit_msg_table #recp_id, .edit_msg_table #cc_id, .edit_msg_table #bcc_id, .edit_msg_table #subject_id  {
+       width: 98%
 }
 
 .mailbox_summary tr {
@@ -1091,7 +1103,7 @@ table.advanced {
 
 .logbuttons, .buttons {
        margin: 2px auto 2px auto;
-       width: 95%;
+       width: 96%;
        text-align: center;
 }
 
@@ -1226,7 +1238,7 @@ li.event span, a.event_title {
    color: #fff;
 }
 
-.mini_calendar a: link,.mini_calendar a:visited {
+.mini_calendar a:link,.mini_calendar a:visited {
    color: #fff;
 }
 
@@ -1239,7 +1251,7 @@ li.event span, a.event_title {
    color: #fff;
 }
 
-.mini_calendar td a: link,.mini_calendar td a:visited {
+.mini_calendar td a:link,.mini_calendar td a:visited {
    color: #fff;
 }