Ticket #1120: LivePluginDesignAdjustment.patch

File LivePluginDesignAdjustment.patch, 1.7 KB (added by peterb, 22 months ago)

Adjustment of the Plugin to new UI

  • plugins/Live/templates/index.tpl

    ### Eclipse Workspace Patch 1.0
    #P trunk
     
    8282#visitsLive { 
    8383        text-align:left; 
    8484        font-size:90%; 
     85        color:#444444; 
    8586} 
    8687#visitsLive .datetime, #visitsLive .country, #visitsLive .referer, #visitsLive .settings, #visitsLive .returning , #visitsLive .countActions{ 
    87         border-bottom:1px solid #C1DAD7; 
    88         border-right:1px solid #C1DAD7; 
     88        border-bottom: 1px solid #d3d1c5; 
     89        border-right:1px solid #d3d1c5; 
    8990        padding:5px 5px 5px 12px; 
    9091} 
    9192 
    9293#visitsLive .datetime { 
    93         background:#D4E3ED url(plugins/CoreHome/templates/images/bg_header.jpg) repeat-x scroll 0 0; 
    94         border-top:1px solid #C1DAD7; 
    95         color:#6D929B; 
     94        background:#E4E2D7; 
     95        border-top:1px solid #d3d1c5; 
    9696        margin:0; 
    9797        text-align:left; 
    9898} 
    9999 
    100100#visitsLive .country { 
    101         color:#4F6B72; 
    102101        background:#FFFFFF url(plugins/CoreHome/templates/images/bullet1.gif) no-repeat scroll 0 0; 
    103102} 
    104103 
    105104#visitsLive .referer { 
    106105        background:#F9FAFA none repeat scroll 0 0; 
    107         color:#797268; 
    108106} 
    109107 
     108#visitsLive .referer:hover { 
     109        background:#FFFFF7; 
     110} 
     111 
    110112#visitsLive .pagesTitle { 
    111113        display:block; 
    112114        float:left; 
     
    115117 
    116118#visitsLive .countActions { 
    117119        background:#FFFFFF none repeat scroll 0 0; 
    118         color:#4F6B72; 
    119120} 
    120121 
    121122#visitsLive .settings { 
    122123        background:#FFFFFF none repeat scroll 0 0; 
    123         color:#4F6B72; 
    124124} 
    125125 
    126126#visitsLive .returning { 
    127127        background:#F9FAFA none repeat scroll 0 0; 
    128         color:#797268; 
    129128} 
    130129 
    131130#visitsLive .visit { 
     
    136135 
    137136#visitsLive .actions { 
    138137        background:#F9FAFA none repeat scroll 0 0; 
    139         color:#797268; 
    140138        padding:0px 5px 0px 12px; 
    141139} 
    142140