Changeset 2824 for trunk/template


Ignore:
Timestamp:
Nov 4, 2008, 2:47:48 AM (16 years ago)
Author:
rvelices
Message:

merge -c2823 from branch 2.0 to trunk

  • removed some unused constants from constants.php
  • removed some unused css rules
  • removed unused code
Location:
trunk/template/yoga
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/default-layout.css

    r2795 r2824  
    4747}
    4848
    49 /** General defaults **/
    5049INPUT, SELECT {
    5150        margin: 0;
     
    5857}
    5958
    60 /** forms **/
    6159
    6260FORM { padding: 0; margin: 0; }
     
    7169        margin-top: 1em;
    7270        margin-bottom: 0;
    73 }
    74 
    75 TEXTAREA.description {
    76         height: 6em;
    77         width: 40em;
    78         overflow: auto;
    7971}
    8072
     
    275267#theHeader {text-align: center;}
    276268
    277 #theNotificationPage dl,
    278 #thePopuphelpPage dl { margin: 0 25px 25px; }
    279 #content #comments ul.thumbnailCategories li { width:99%; }
     269#theNotificationPage DL,
     270#thePopuphelpPage DL { margin: 0 25px 25px; }
     271#content #comments UL.thumbnailCategories LI { width:99%; }
    280272/* jQuery datepicker */
    281 img.ui-datepicker-trigger {
     273IMG.ui-datepicker-trigger {
    282274        cursor : pointer;
    283275}
  • trunk/template/yoga/picture.css

    r2761 r2824  
    5656#linkPrev {
    5757        float: left;
     58        margin-right: 10px;
     59        margin-left: 5px;
    5860}
    5961
    6062#linkNext {
    6163        float: right;
    62 }
    63 
    64 #linkPrev IMG {
    65         margin-right: 10px;
    66         margin-left: 5px;
    67 }
    68 
    69 #linkNext IMG {
    7064        margin-right: 5px;
    7165        margin-left: 10px;
     
    8478}
    8579
    86 .thumbnailCategories li { list-style: none; }
     80.thumbnailCategories LI { list-style: none; }
    8781
    8882.rateButton, .rateButtonSelected, .rateButtonStarFull, .rateButtonStarEmpty  {
  • trunk/template/yoga/theme/dark/theme.css

    r2648 r2824  
    22
    33/* text color */
    4 BODY, H1, H3, DT,
     4BODY, H1, H3,
    55INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
    66        color:#d0d0d0;
Note: See TracChangeset for help on using the changeset viewer.