Changeset 2545


Ignore:
Timestamp:
Sep 17, 2008, 11:13:08 PM (16 years ago)
Author:
vdigital
Message:

Tiny end line on tabsheets is removed.
rapid_local_synchro.png deleted (previous synchro big button)
And minor CSS Changes

Location:
trunk
Files:
1 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/theme/roma/theme.css

    r2542 r2545  
    5555.bigbutton input { background: transparent none no-repeat scroll left top;
    5656position: relative; top: 0; left: 0; width:625px; height: 161px; border: 0;}
    57 .bigtext { border:0; height:161px; left:273px; position:relative; top:-124px; width:225px;
    58 font-family: FlorenceSans, Helvetica,Optima,"Bitstream Vera Sans",sans-serif; font-weight: bold;}
     57.bigtext { border:0; height:161px; left:273px; position:relative; top:-124px; width:225px; font-weight: bold;}
    5958*+html  .bigtext { left: 65px; }
    6059.bigbutton:hover { background:transparent url(images/quickLocalSync_hover.png) no-repeat scroll left top; color: #000; }
     
    9392list-style-image:none; padding: 0; position:relative; text-decoration:none;
    9493top:-2px; white-space:nowrap; margin: 0 28px 0 0;}
    95 .tabsheet li { background:transparent url(images/inactive_tab2.png) no-repeat scroll right 0;
     94.tabsheet li { background:transparent url(images/inactive_tab.png) no-repeat scroll left 0;
    9695float:left; margin:0 5px; overflow:hidden; text-align:right; }
    9796.tabsheet a {
    98 background:transparent url(images/inactive_tab.png) no-repeat scroll left 0px;
     97background:transparent url(images/inactive_tab2.png) no-repeat scroll right 0px;
    9998color:#777; display:block; font-size:11px; text-transform:capitalize; border:0;
    100 font-weight:bold; height:28px; overflow:hidden; padding:7px 7px 5px 18px; line-height: 18px;
    101 text-align:right; text-decoration:none; margin: 0 4px 0 0; }
     99font-weight:bold; height:18px; overflow:hidden; padding:7px 7px 5px 18px; line-height: 18px;
     100text-align:right; text-decoration:none; margin: 0; }
    102101.tabsheet li:hover, .tabsheet li.selected_tab  {
     102background:transparent url(images/active_tab.png) no-repeat scroll left 0px; }
     103.tabsheet a:hover, .tabsheet li.selected_tab  a { color: #F36;
    103104background:transparent url(images/active_tab2.png) no-repeat scroll right 0px; }
    104 .tabsheet a:hover, .tabsheet li.selected_tab  a { color: #F36;
    105 background:transparent url(images/active_tab.png) no-repeat scroll left 0px; }
    106 .tabsheet a span { background-color:#222; display:block; font-size:10px; padding:0 3px; }
     105.tabsheet a span { background-color:#222; display:block; font-size:10px; padding:0 5px 0 1px; }
    107106#debug { margin-left:248px; font-size:12px; }
    108107/* menubar is on all admin pages => No specific css file */
  • trunk/template/yoga/index.tpl

    r2513 r2545  
    55  <div class="titrePage">
    66    <ul class="categoryActions">
    7       <li>&nbsp;</li>
    87      {if !empty($image_orders) }
    98      <li>
  • trunk/template/yoga/mainpage_categories.tpl

    r2515 r2545  
    1515                                        {$cat.ICON_TS}
    1616                                </h3>
    17                                 {if isset($cat.INFO_DATES) }
    18                                 <p>{$cat.INFO_DATES}</p>
    19                                 {/if}
    20                                 <p>{$cat.CAPTION_NB_IMAGES}</p>
    21                                 {if not empty($cat.DESCRIPTION)}
    22                                 <p>{$cat.DESCRIPTION}</p>
    23                                 {/if}
     17        <div class="text">
     18                                {if isset($cat.INFO_DATES) }
     19                                <p class="dates">{$cat.INFO_DATES}</p>
     20                                {/if}
     21                                <p class="Nb_images">{$cat.CAPTION_NB_IMAGES}</p>
     22                                {if not empty($cat.DESCRIPTION)}
     23                                <p>{$cat.DESCRIPTION}</p>
     24                                {/if}
     25        </div>
    2426                        </div>
    2527                </div>
  • trunk/template/yoga/theme/Sylvia/theme.css

    r2541 r2545  
    5353.content .thumbnailCategory div.illustration a { display: block; margin: 0; padding:20px 0 0 8px; }
    5454#content .thumbnailCategory div.description { background:transparent url(images/cat_top-right.gif) no-repeat scroll right top;
    55 margin:0; padding:15px 0 0 0; }
    56 #content .thumbnailCategory div.description p { overvflow: hidden; }
     55margin:0; padding:15px 10px 3px 0; overflow: hidden; }
    5756#content.content .thumbnailCategory div.description H3 { display: block; margin: 0; }
    5857#content ul.thumbnailCategories li:hover { background-color:#111; }
Note: See TracChangeset for help on using the changeset viewer.