Changeset 15075


Ignore:
Timestamp:
03/08/10 11:39:18 (2 years ago)
Author:
sam
Message:

debug stylage mac, accel mac + divers modifs mineures stylage xul.

Location:
trunk
Files:
3 added
10 edited
3 moved

Legend:

Unmodified
Added
Removed
  • trunk/Xul_Commons/modules/scenariCommons/commons/system.jsm

    r14686 r15075  
    5353 */ 
    5454system.isWin = vOs.indexOf("win")>=0; 
    55 system.isMac = vOs.indexOf("mac")>=0; 
     55system.isMac = vOs.indexOf("mac")>=0 || vOs.indexOf("darwin")>=0; 
    5656system.isUnix = vOs.indexOf("linux")>=0  || vOs.indexOf("unix")>=0 || vOs.indexOf("sun")>=0; 
    5757 
  • trunk/Xul_Core/content/scenariCore-platform/mac/widgets/matrix/matrix.xbl.css

    r15030 r15075  
    77        -moz-border-top-colors: gray; 
    88} 
     9slotResizer[state="collapsed"] { 
     10        background: -moz-linear-gradient(left, threedface,gray,threedface); 
     11} 
     12slotResizer[orient="vertical"][state="collapsed"] { 
     13        background: -moz-linear-gradient(top, threedface,gray,threedface); 
     14} 
     15 
     16 
    917hbox[anonid=tabsContainer]:empty{ 
    1018        -moz-border-bottom-colors: gray; 
     
    2432slotTab.selectedTab, 
    2533slotTabContent.selectedTab{ 
     34        background: -moz-linear-gradient(top, white,ThreeDFace); 
    2635        -moz-border-right-colors: gray; 
    2736        -moz-border-left-colors: gray; 
    2837        -moz-border-top-colors: gray; 
     38        -moz-border-bottom-colors: ThreeDFace; 
    2939} 
    3040hbox[anonid=buttonsBar]{ 
     
    4050        -moz-border-top-colors: gray; 
    4151} 
     52slotTabContent *[anonid=tabToolBar]{ 
     53        background: -moz-linear-gradient(top, white,ThreeDFace); 
     54        -moz-box-shadow: silver -1px 1px 2px 1px ; 
     55} 
  • trunk/Xul_Core/content/scenariCore/widgets/matrix/matrix.xbl.css

    r15048 r15075  
    9292         
    9393/* ======================== toolbarbutton ======================== */  
     94/* general toolbar button style : 16x16 icon only on all platforms */ 
    9495toolbarbutton { 
    9596        -moz-appearance: none !important; 
     97        margin: 0px 0px 0px 0px; 
    9698        padding: 0px 0px 0px 0px; 
    9799        border: none !important; 
    98100        width: 16px; 
    99101        height: 16px; 
    100         margin: 0px 0px 0px 0px; 
    101   min-width: 0px; 
     102        min-width: 0px; 
    102103  min-height: 0px; 
    103104} 
    104105toolbarbutton .toolbarbutton-text{ 
    105106        display:none; 
     107} 
     108toolbarbutton .toolbarbutton-icon{ 
     109        padding: 0px 0px 0px 0px; 
    106110} 
    107111 
     
    158162} 
    159163 
    160 slotTab.firstTab, 
    161 slotTabContent.firstTab{ 
    162         -moz-border-radius-topleft: 4px; 
    163 } 
    164164 
    165165slotTab.justBeforeSelected, 
     
    180180        margin-top:-1px; 
    181181} 
     182slotTab.firstTab, 
     183slotTabContent.firstTab{ 
     184        -moz-border-radius-topleft: 5px; 
     185} 
    182186slotTab.selectedTab.firstTab, 
    183187slotTabContent.selectedTab.firstTab{ 
  • trunk/Xul_Wsp/content/scenariWsp-platform/mac/desks/wspDesk/wspDesk.css

    r14707 r15075  
    1 /* LICENCE[[ 
    2  * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O  
    3  * 
    4  * The contents of this file are subject to the Mozilla Public License Version  
    5  * 1.1 (the "License"); you may not use this file except in compliance with  
    6  * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/  
    7  *  
    8  * Software distributed under the License is distributed on an "AS IS" basis,  
    9  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License  
    10  * for the specific language governing rights and limitations under the  
    11  * License.  
    12  *  
    13  * The Original Code is kelis.fr code.  
    14  *  
    15  * The Initial Developer of the Original Code is  
    16  * sylvain.spinelli@kelis.fr  
    17  *  
    18  * Portions created by the Initial Developer are Copyright (C) 2009 
    19  * the Initial Developer. All Rights Reserved.  
    20  *  
    21  * Contributor(s):  
    22  *  
    23  *  
    24  * Alternatively, the contents of this file may be used under the terms of  
    25  * either of the GNU General Public License Version 2 or later (the "GPL"),  
    26  * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),  
    27  * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html),  
    28  * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable  
    29  * instead of those above. If you wish to allow use of your version of this file  
    30  * only under the terms of either the GPL or the LGPL, and not to allow others  
    31  * to use your version of this file under the terms of the MPL, indicate your  
    32  * decision by deleting the provisions above and replace them with the notice  
    33  * and other provisions required by the GPL or the LGPL. If you do not delete  
    34  * the provisions above, a recipient may use your version of this file under  
    35  * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 
    36  * ]]LICENCE 
    37  */ 
    38 @charset "UTF-8"; 
    39 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 
    40  
    41 #menuitem_Quit{ 
    42         display : none; 
     1matrix { 
     2        margin:3px; 
    433} 
  • trunk/Xul_Wsp/content/scenariWsp-platform/mac/views/searchView/results.xbl.css

    r14890 r15075  
    1 @charset "UTF-8"; 
    2 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 
    3  
    4 .searchResults { 
    5         border-top: 1px solid gray; 
     1/* Platform specific CSS : MacOSX */ 
     2results { 
     3        -moz-border-top-colors: gray; 
    64} 
    75tree { 
    8         border-top: 1px solid gray; 
     6        -moz-border-top-colors: gray; 
    97} 
    10 toolbarbutton > .toolbarbutton-text{ 
    11         display:none; 
    12 } 
    13 toolbarbutton[anonid="oSearchNext"]:hover, 
    14 toolbarbutton[anonid="oSearchPrev"]:hover{ 
    15         opacity:0.7; 
    16 } 
    17 .searchLabel{ 
    18         margin-left: 5px; 
    19 } 
  • trunk/Xul_Wsp/content/scenariWsp-platform/mac/windows/itemSelector/selItem.css

    r15032 r15075  
     1matrix { 
     2        margin:3px; 
     3} 
  • trunk/Xul_Wsp/content/scenariWsp/desks/wspDesk/wspDesk.xul

    r15069 r15075  
    7777                                                        <menu id="menu_Dictionaries" svcAction="actionMenuSelectDictionary"/> 
    7878                                                        <menu id="menuitem_FontSize" svcAction="actionMenuSelectFontSize"/> 
    79                                                         <!-- id="menu_preferences" permet au menuitem d'apparaitre egalement dans le menu Apple sur MacOSX --> 
     79                                                        <!-- id="menu_preferences" permet au menuitem d'apparaitre dans le menu Apple sur MacOSX --> 
    8080                                                        <menuitem id="menu_preferences" svcAction="actionShowPreferences"/> 
    81                                                         <menuitem id="menuitem_Quit" svcAction="actionCloseApp"/> 
     81                                                        <!-- id="menu_FileQuitSeparator" permet au menuseparator de disparaitre sous MacOSX --> 
     82                                                        <menuseparator id="menu_FileQuitSeparator"/> 
     83                                                        <!-- id="menu_FileQuitItem" permet au menuitem d'apparaitre dans le menu Apple sur MacOSX --> 
     84                                                        <menuitem id="menu_FileQuitItem" svcAction="actionCloseApp"/> 
    8285                                                </menupopup> 
    8386                                        </menu> 
  • trunk/Xul_Wsp/content/scenariWsp/views/searchView/criterions.xbl.xml

    r15065 r15075  
    6262                <resources> 
    6363                        <stylesheet src="chrome://scenariWsp/content/views/searchView/criterions.xbl.css"/> 
     64                        <stylesheet src="chrome://scenariWsp-platform/content/views/searchView/criterions.xbl.css"/> 
    6465                </resources> 
    6566                <implementation> 
     
    8889                <resources> 
    8990                        <stylesheet src="chrome://scenariWsp/content/views/searchView/criterions.xbl.css"/> 
     91                        <stylesheet src="chrome://scenariWsp-platform/content/views/searchView/criterions.xbl.css"/> 
    9092                </resources> 
    9193                <content> 
     
    112114                <resources> 
    113115                        <stylesheet src="chrome://scenariWsp/content/views/searchView/criterions.xbl.css"/> 
     116                        <stylesheet src="chrome://scenariWsp-platform/content/views/searchView/criterions.xbl.css"/> 
    114117                </resources> 
    115118                <implementation> 
  • trunk/Xul_Wsp/content/scenariWsp/views/searchView/results.xbl.xml

    r15060 r15075  
    4343                <resources> 
    4444                        <stylesheet src="chrome://scenariCommons/content/widgets/tree/tree.css"/> 
    45                         <stylesheet src="results.xbl.css"/> 
     45                        <stylesheet src="chrome://scenariWsp/content/views/searchView/results.xbl.css"/> 
     46                        <stylesheet src="chrome://scenariWsp-platform/content/views/searchView/results.xbl.css"/> 
    4647                </resources> 
    4748                <content contextmenu="_child"> 
  • trunk/Xul_Wsp/content/scenariWsp/views/treeItemnetView/treeItemnetView.xbl.css

    r15022 r15075  
    9393toolbarbutton.descBtn[checked=true]{ 
    9494        -moz-image-region: rect(16px, 16px, 32px, 0px); 
    95   padding-top: 0px !important; 
    96   padding-bottom: 0px !important; 
    97   -moz-padding-start: 0px !important; 
    98   -moz-padding-end: 0px !important; 
    99   background-image:none; 
     95        padding-top: 0px !important; 
     96        padding-bottom: 0px !important; 
     97        -moz-padding-start: 0px !important; 
     98        -moz-padding-end: 0px !important; 
     99        background-image:none; 
     100        background-color:transparent; 
    100101} 
    101102toolbarbutton.ascBtn[checked=true]:hover, 
  • trunk/Xul_Wsp/content/scenariWsp/windows/itemSelector/selItem.css

    r15051 r15075  
    4343@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 
    4444 
     45matrix { 
     46        margin:3px 1px 1px 1px; 
     47} 
    4548itemView{ 
    4649        -moz-binding: url("chrome://scenariWsp/content/widgets/refItem/refItem.xbl.xml#refItemView"); 
Note: See TracChangeset for help on using the changeset viewer.