]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
Centering text in button only, not in other input field
[citadel.git] / webcit / static / webcit.css
index 13f2b60b7837f634201cb12816970b710eed0564..5cca2d9c8e53d5f92e34e9f96136c1d7742c9d35 100644 (file)
@@ -48,15 +48,6 @@ body {
        cursor: help;
 }
 
-.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 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;
-}
-
 .login_message {
        color: #AD1C00;
        font-weight: 700;
@@ -440,17 +431,23 @@ a:visited { color: purple; }
        color: #FFF;
 }
 
-.msgbuttons a, input#delbutton,.attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
-       background-color: transparent;
-       border: 2px groove #CCC;
-       color: #333;
-       font-weight: bold;
-       cursor: pointer;
+
+
+.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, .msgbuttons a, input#delbutton,.attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
+       background-color: #fbf4ca;
 }
 
-.button_link a {
+.button_link a, input, select, #login_form #uname, #login_form #pname, .room_actions form select, .room_actions li.search input, .address_book_popup_title, .msgbuttons a, input#delbutton,.attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
+       border: 1px solid #999;
        color: #333;
+}
+
+
+.button_link a, .msgbuttons a, input#delbutton,.attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
+       font-weight: bold;
        cursor: pointer;
+        -moz-border-radius: 8px;    /* CSS3 draft and Mozilla  */
+       text-align: center;
 }
 
 /* Layout */
@@ -826,9 +823,9 @@ html>body #button li a {
        padding: 0;
 }
 
-.button_link a, .msgbuttons a, .logbutton {
-       margin: 0 3px 0 3px;
-       padding: 2px;
+.button_link a, .msgbuttons a, input#delbutton,.attachfile, .logbuttons input,.buttons input, .send_edit_msg input, .logbutton {
+       margin: 3px;
+       padding: 2px 4px 2px 4px;
 }
 
 .mimepart {
@@ -856,6 +853,7 @@ html>body #button li a {
 
 .mimepart dl {
        width: 100%;
+       margin-left: 5px;
        padding: 5px;
 }
 
@@ -886,8 +884,7 @@ dt { clear: both; }
 .msgbuttons {
        float: right;
        visibility: hidden;
-       margin-top: 0;
-       padding: 0;
+       padding: 2px;
 }
 
 .buttons a {
@@ -932,6 +929,11 @@ dt { clear: both; }
        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  {
@@ -1092,10 +1094,6 @@ table.advanced {
 
 /* Links and buttons */
 
-.send_edit_msg {
-       margin: 0 15px 0 0;
-}
-
 .logbuttons, .buttons {
        margin: 2px auto 2px auto;
        width: 96%;
@@ -1210,8 +1208,8 @@ td.events_of_the_day {
 .event {
        filter:alpha(opacity=50);   /* Internet Explorer 6     */
        -moz-opacity:0.5;           /* Mozilla 1.6 and prec.   */
-       opacity: 0.5;               /* CSS3 and Mozilla  */
-       -moz-border-radius: 8px;    /* CSS3 and Mozilla  */
+       opacity: 0.5;               /* CSS3 draft and Mozilla  */
+       -moz-border-radius: 8px;    /* CSS3 draft and Mozilla  */
        border: solid 1px red;
        background-color: yellow;
        z-index: 10;