X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fskin%2FEarlyBlue%2Fmessenger%2Fmessengercompose%2Fmessengercompose.css;h=168141cd9798be88644f6cf9ba67d3bec9a1e6ec;hb=07df357289c2ff99890899619d3ee5b896ca4215;hp=561e675db51e72672cc92dda2b0876d025f47eee;hpb=3f29304762c3a78def2e3e7202522535f327b2ba;p=themes.git diff --git a/EarlyBlue/skin/EarlyBlue/messenger/messengercompose/messengercompose.css b/EarlyBlue/skin/EarlyBlue/messenger/messengercompose/messengercompose.css index 561e675d..168141cd 100644 --- a/EarlyBlue/skin/EarlyBlue/messenger/messengercompose/messengercompose.css +++ b/EarlyBlue/skin/EarlyBlue/messenger/messengercompose/messengercompose.css @@ -1,25 +1,40 @@ -/* - * The contents of this file are subject to the Netscape Public - * License Version 1.1 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/NPL/ +/* ***** BEGIN LICENSE BLOCK ***** + * Version: NPL 1.1/GPL 2.0/LGPL 2.1 * - * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - * implied. See the License for the specific language governing - * rights and limitations under the License. + * The contents of this file are subject to the Netscape Public License + * Version 1.1 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.mozilla.org/NPL/ * - * The Original Code is Mozilla Communicator client code, released - * March 31, 1998. + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * The Initial Developer of the Original Code is Netscape - * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998-2001 Netscape Communications Corporation. All - * Rights Reserved. + * The Original Code is mozilla.org code. + * + * The Initial Developer of the Original Code is + * Netscape Communications Corporation. + * Portions created by the Initial Developer are Copyright (C) 1998 + * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) - */ + * Robert Kaiser + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the NPL, indicate your + * decision by deleting the provisions above and replace them with the notice + * and other provisions required by the GPL or the LGPL. If you do not delete + * the provisions above, a recipient may use your version of this file under + * the terms of any one of the NPL, the GPL or the LGPL. + * + * ***** END LICENSE BLOCK ***** */ /* ===== messengercompose.css =========================================== == Styles for the main Messenger Compose window. @@ -139,6 +154,7 @@ { height : 80px; width : 0px; + margin : 0px; -moz-user-focus : none; background-color : #FFFFFF; } @@ -208,8 +224,14 @@ outlinerbody:-moz-outliner-image(remote-err) #msgheaderstoolbar-box { /* padding-top : 2px; */ - } + } +/* this applies to two boxes to left and right of attachmentbucket-sizer */ +#msgheaderstoolbar-box > vbox + { + padding : 3px; + } + #compose-toolbar-sizer { height : 5px; @@ -224,9 +246,9 @@ outlinerbody:-moz-outliner-image(remote-err) #appcontent { - border-left : 1px solid ThreeDShadow; +/* border-left : 1px solid ThreeDShadow; border-right : 1px solid ThreeDHighlight; - border-top : 1px solid ThreeDShadow; + border-top : 1px solid ThreeDShadow; */ } #attachmentbucket-sizer @@ -234,20 +256,25 @@ outlinerbody:-moz-outliner-image(remote-err) width : 5px; } -#msgIdentity, #addressingWidgetTree, #msgSubject +#msgIdentity, #msgSubject { - margin-right : 3px; + margin-right : 0px; } +#msgSubject + { + margin-top : 2px; + } + #attachmentBucket { - margin-left : 3px; + margin : 0px; -moz-user-focus : normal !important; } #attachmentBucketText { - margin-left : 3px; + margin-bottom : 2px; -moz-user-focus : none; } @@ -277,4 +304,3 @@ outlinerbody:-moz-outliner-image(remote-err) #convertDefault { list-style-image:url("chrome://global/skin/question-icon.gif"); } /* Workaround for bug 50217. Please remove this rule, when this bug is fixed. */ -