]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
style for message form
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 18 Sep 2008 02:14:21 +0000 (22:14 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 18 Sep 2008 02:14:21 +0000 (22:14 -0400)
darcs-hash:20080918021421-5ed1f-bb52217316014fc7873acd6dd8696056ad69a7a1.gz

theme/stoica/display.css

index dfe64e037f0f38ea1136280eb6d25373e01b9ffd..1f921d95010ac20d4c8abde2aeb1c803817b10d5 100644 (file)
@@ -674,6 +674,48 @@ input#favor, input.favor  {
        border: 0;
        width: auto;
        }
+/* ----- direct message ----- */
+
+#message_form {
+       height: 96px;
+       /*background-color: #F00;*/
+       }
+#message_form p {
+       margin: 36px 0 0 0;
+       padding: 0;
+       }
+       
+#message_form textarea.content {
+       display: block;
+       float: left;
+       width: 463px;
+       height: 35px;
+       padding: 5px;
+       font-family: Verdana, Arial, Helvetica, sans-serif;
+       font-size: 12px;
+       color: #193441;
+       border: 0;
+       }
+       
+#message_send {
+       display: block;
+       float: left;
+       margin: 1px 0 0 4px;
+       width: 63px;
+       height: 45px;
+       background-color: #C15D42;
+       font-family: Verdana, Arial, Helvetica, sans-serif;
+       font-weight: bold;
+       font-size: 14px;
+       color: #FCFFF5;
+       cursor: pointer;
+       border: 0;
+       }
+       
+#message_send:hover {
+       background-color: #904632;
+       }
+
 
 /* ===== End Forms Styling ===== */