Changeset 2677


Ignore:
Timestamp:
Oct 6, 2008, 11:44:05 PM (16 years ago)
Author:
vdigital
Message:

Some icons (Thanks to Stripy).
Small cleanup in goto/picture.css (More must come later).
Notification and help pages have been reviewed.
Swap rating stars in Sylvia.

Location:
trunk
Files:
6 added
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/picture.css

    r2526 r2677  
    11/* $Id$ */
     2
     3/* Maybe some cleanup has to be done there  TODO */
    24#imageHeaderBar {
    35  padding-top: 2px;
     
    9698}
    9799
    98 .rateButton, .rateButtonSelected, .rateButtonStarFull, .rateButtonStarEmpty  {
    99   padding:0;
    100   border:0;
    101 }
    102 
    103 .rateButton, .rateButtonStarFull, .rateButtonStarEmpty {
    104   cursor: pointer;
    105 }
    106 
    107 .rateButtonSelected {
    108   font-weight:bold;
    109   font-size:120%;
    110 }
    111 
    112 .rateButtonStarFull {
    113         background: url('icon/rating-stars.gif') no-repeat scroll; background-position:-16px center; width:16px;
    114 }
    115 
    116 .rateButtonStarEmpty {
    117         background: url('icon/rating-stars.gif') no-repeat scroll; background-position:0 center; width:16px;
    118 }
    119 
    120100#comments {
    121101  text-align: left;
  • trunk/template/yoga/default-layout.css

    r2648 r2677  
    231231}
    232232
     233#theNotificationPage p { padding: 0.5em; }
    233234BODY#thePopuphelpPage .content P {
    234235        text-align: justify;
     
    273274
    274275#theHeader {text-align: center;}
     276
     277#theNotificationPage dl,
     278#thePopuphelpPage dl { margin: 0 25px 25px; }
  • trunk/template/yoga/notification.tpl

    r2446 r2677  
    1515  <p>{'The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.'|@translate}</p>
    1616
    17   <p><a href="{$U_FEED_IMAGE_ONLY}">{'Image only RSS feed'|@translate}</a></p>
    18   <p><a href="{$U_FEED}">{'Complete RSS feed'|@translate}</a></p>
     17  <dl>
     18    <dt>
     19      <a href="{$U_FEED_IMAGE_ONLY}">{'Image only RSS feed'|@translate}</a><br /><br />
     20    </dt>
     21    <dt>
     22      <a href="{$U_FEED}">{'Complete RSS feed'|@translate}</a>
     23    </dt>
     24  </dl>
    1925</div>
  • trunk/template/yoga/theme/Sylvia/theme.css

    r2668 r2677  
    3838#menubar #mbIdentification .illustration  { background:transparent url(images/menuId_sides.gif) repeat-y scroll left bottom; }
    3939#menubar #mbIdentification form { background:transparent url(images/menuId_sides.gif) repeat-y scroll left bottom; }
    40 #menubar #mbIdentification  .actions, #menubar ul ul, #menubar #mbIdentification form  p { background-image:none; }
     40#menubar #mbIdentification  .actions, #menubar li ul, #menubar #mbIdentification form  p {
     41background:transparent none repeat-y scroll left bottom; }
    4142#menubar #mbIdentification p { padding: 2px 16px 0; margin: 0;}
    4243#menubar p { padding: 16px 16px 0; }
     
    9899*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
    99100#debug { margin: 15px 15px 5px 248px; font-size:12px; clear: both; word-wrap:break-word;}
     101.rateButtonStarFull {   background-image: url('icon/rating-stars.gif'); }
     102.rateButtonStarEmpty { background-image: url('icon/rating-stars.gif'); }
Note: See TracChangeset for help on using the changeset viewer.