Changeset 527


Ignore:
Timestamp:
02/22/10 15:13:18 (2 years ago)
Author:
sam
Message:

debug ref ppt + debug css des liens

Location:
trunk/model/sources
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/model/sources/binaries/ppt/ppt_web@ico.transf

    r508 r527  
    55        <sm:content> 
    66                <sm:WFreeBlock> 
    7                         <addAtribute xmlns="http://www.w3.org/1999/xhtml" name="class">lnkBin lnkBinPpt</addAtribute> 
     7                        <addAttribute xmlns="http://www.w3.org/1999/xhtml" name="class">lnkBin lnkBinPpt</addAttribute> 
    88                </sm:WFreeBlock> 
    99        </sm:content> 
  • trunk/model/sources/office/gen/site/site.skin.doss/css/skin.css

    r525 r527  
    512512 
    513513/* Internal links */ 
    514 a.txt_ref_ul, 
    515 a.lnkBinWeb{ 
     514.sub_a, 
     515.res_a{ 
    516516        background: url("../img/co/lnkInt.png") center right no-repeat; 
    517517        padding-right: 12px; 
    518518} 
    519 a.txt_ref_ul:hover, 
    520 a.lnkBinWeb:hover{ 
     519.sub_a:hover, 
     520.res_a:hover{ 
    521521        background-image: url("../img/co/lnkIntOvr.png"); 
    522522} 
    523523/* External links */ 
    524 a.txt_url_ul, 
    525 li.outMnu_typ_ext a.outMnu_i, 
    526 li.outCat_typ_ext a.outCat_i span, 
     524.txt_url_ul, 
     525li.outMnu_typ_ext .outMnu_i, 
     526li.outCat_typ_ext .outCat_i span, 
    527527div.docUrl a{ 
    528528        background: url("../img/co/lnkExt.png") center right no-repeat; 
    529529        padding-right: 12px; 
    530530} 
    531 a.txt_url_ul:hover, 
    532 li.outMnu_typ_ext a.outMnu_i:hover, 
    533 li.outCat_typ_ext a.outCat_i:hover span, 
     531.txt_url_ul:hover, 
     532li.outMnu_typ_ext .outMnu_i:hover, 
     533li.outCat_typ_ext .outCat_i:hover span, 
    534534div.docUrl a:hover{ 
    535535        background-image: url("../img/co/lnkExtOvr.png"); 
     
    539539.txt_def_ul, 
    540540.txt_doc_ul, 
    541 .txt_ref_ul { 
     541.ref_a { 
    542542        background: url("../img/co/ttInfo.png") center left no-repeat; 
    543543        padding-left: 12px; 
     
    556556        list-style-type:square; 
    557557} 
    558 a.event_closed{ 
     558.event_closed{ 
    559559        background: url("../img/co/clbClsSml.png") center left no-repeat; 
    560560        color: #476042; 
    561561} 
    562 a.event_open{ 
     562.event_open{ 
    563563        background: url("../img/co/clbOpnSml.png") center left no-repeat; 
    564564        color: #476042; 
    565565} 
    566 a.event_closed:hover, 
    567 a.event_open:hover{ 
     566.event_closed:hover, 
     567.event_open:hover{ 
    568568        text-decoration: none; 
    569569        color: #476042; 
     
    590590        margin: 1.5em 0em; 
    591591} 
    592 a.bkBase_closed{ 
     592.bkBase_closed{ 
    593593        background: url("../img/co/clbClsLge.png") bottom left no-repeat; 
    594594        padding-left: 18px; 
     
    597597        min-height:16px; 
    598598} 
    599 a.bkBase_open{ 
     599.bkBase_open{ 
    600600        background: url("../img/co/clbOpnLge.png") bottom left no-repeat; 
    601601        padding-left: 18px; 
     
    604604        min-height:16px; 
    605605} 
    606 a.bkBase_closed:hover, 
    607 a.bkBase_open:hover{ 
     606.bkBase_closed:hover, 
     607.bkBase_open:hover{ 
    608608        text-decoration: none; 
    609609        color: #476042; 
     
    690690        background-position: center left; 
    691691        background-repeat: no-repeat; 
     692} 
     693.lnkBinWeb{ 
     694        padding-left: 0px; 
    692695} 
    693696.lnkBinDoc { 
  • trunk/model/sources/office/gen/site/transf/base/txt.transf

    r525 r527  
    8282                                <sm:when sc:refUri="/office/gen/site/cnd/hasSubNavView.cond"> 
    8383                                        <sm:refItem> 
    84                                                 <sm:label> 
     84                                                <sm:label class="sub_a"> 
    8585                                                        <sm:textLink/> 
    8686                                                </sm:label> 
     
    9999                                <sm:when sc:refUri="/office/gen/common/web/cnd/isBlackBoxRes.cond"> 
    100100                                        <sm:refItem> 
    101                                                 <sm:label> 
     101                                                <sm:label class="res_a"> 
    102102                                                        <sm:callSubModel axis="ico"/> 
    103103                                                        <sm:textLink/> 
     
    113113                                <sm:otherwise> 
    114114                                        <sm:refItem> 
    115                                                 <sm:label class="tt_a"> 
     115                                                <sm:label class="tt_a ref_a"> 
    116116                                                        <sm:textLink/> 
    117117                                                </sm:label> 
Note: See TracChangeset for help on using the changeset viewer.