Changeset 1185


Ignore:
Timestamp:
Apr 16, 2006, 9:47:28 AM (18 years ago)
Author:
chrisaga
Message:
  • merge trunc r1183:1184 into branch 1.6 (template fixes)
Location:
branches/branch-1_6/template/yoga
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/template/yoga/default-colors.css

    r970 r1185  
    2222
    2323/* Tables & forms */
    24 input, select, textarea {
     24INPUT, SELECT, TEXTAREA {
    2525        color:black;
     26}
     27INPUT, SELECT, TEXTAREA, FORM .nofocus {
    2628        background-color: #d3d3d3;      /* lightgrey */
    2729}
     30FORM .focus {
     31  background-color: #f5f5f5;            /* whitesmoke */
     32}
     33
    2834
    2935.errors { /* Errors display */
     
    4046}
    4147
    42 .errors ul li
     48.errors UL LI
    4349{
    4450  font-weight: normal;
  • branches/branch-1_6/template/yoga/default-layout.css

    r1183 r1185  
    11/* $Id$ */
    2 
    3 /* * { padding: 0 !important; margin: 0 !important; } */
    42
    53BODY {
     
    115113}
    116114
    117 form#categoryOrdering ul.categoryActions {
     115FORM#categoryOrdering UL.categoryActions {
    118116  float: right;
    119117  margin-top: 5px;
    120118}
    121119
    122 form#cat_modify table { width: auto; }
     120FORM#cat_modify TABLE { width: auto; }
    123121
    124122/**
     
    178176}
    179177
    180 FORM .focus {
    181   background-color: whitesmoke;
    182 }
    183 
    184 FORM .nofocus {
    185   background-color: lightgrey; /* must be the same as input background-color */
    186 }
    187 
    188178FIELDSET.elementEdit A {
    189179  display: block;
Note: See TracChangeset for help on using the changeset viewer.