Changeset 7842


Ignore:
Timestamp:
Nov 22, 2010, 8:56:01 PM (13 years ago)
Author:
rvelices
Message:

feature 2038: merge r7841 from trunk to branch 2.1
simplification of CSS rules

  • use shorthand notation
  • remove some overly qualified selectors (no impact)
Location:
branches/2.1
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1

    • Property svn:mergeinfo changed
      /trunkmerged: 7841
  • branches/2.1/themes/default/print.css

    r5123 r7842  
    11#menubar, .content .navigationBar, UL.categoryActions, .content DIV.calendarViews, .calendarBar,
    22#imageToolBar, .navThumb, #addComment {
    3     display: none;
     3        display: none;
    44}
    55
    66BODY {
    7     margin: 0;
    8     color: #000000;
    9     background: #ffffff;
     7        margin: 0;
     8        color: #000;
     9        background: #fff;
    1010}
    1111
    1212.content {
    13     margin: 0;
     13        margin: 0;
    1414}
  • branches/2.1/themes/default/theme.css

    r7824 r7842  
    131131}
    132132
     133.content DIV.titrePage {
     134        padding: 0 0 3px;
     135}
    133136
    134137/* actions */
     
    143146}
    144147
    145 .content DIV.titrePage {
    146         padding: 0 0 3px;
    147 }
    148 
    149 .content UL.categoryActions LI {
     148UL.categoryActions LI {
    150149        display: inline;
    151150}
    152151
    153 .content UL.categoryActions A IMG, UL.categoryActions A {
     152 UL.categoryActions A IMG, UL.categoryActions A {
    154153        border: 0;
    155154        margin-bottom: -5px;
     
    172171
    173172.content DIV.calendarCalBar {
    174         margin: 10px 10px;
     173        margin: 10px;
    175174        text-align: left;
    176175}
     
    186185/* nice looking month calendar*/
    187186TABLE.calMonth {
    188         border: none;
     187        border: 0;
    189188        border-collapse: collapse;
    190189        margin-bottom: 10px;    /*<-IE ignores this */
     
    323322.content UL.thumbnails LABEL {
    324323        display: block;
    325         border-bottom: none;
     324        border-bottom: 0;
    326325}
    327326.content UL.thumbnails IMG {
     
    367366#imageToolBar A, #imageToolBar IMG {
    368367        display: block;
    369         border: none;
     368        border: 0;
    370369        margin: 0; padding: 0;
    371370}
     
    383382        display: block;
    384383        margin: 0 auto;
    385         border: none;
     384        border: 0;
    386385}
    387386
     
    455454H2 {
    456455        margin: 0;
    457         padding: 5px 0.5em 5px 0.5em;
     456        padding: 5px 0.5em;
    458457        text-align: left;
    459458        font-size: 120%;
     
    469468
    470469IMG {
    471         border: none;
     470        border: 0;
    472471}
    473472
     
    770769INPUT[type="text"], INPUT[type="password"], INPUT[type="button"],
    771770INPUT[type="submit"], INPUT[type="reset"], INPUT[type="file"] {
    772         color:black;
     771        color: #000;
    773772        background-color: #d3d3d3;      /* lightgrey */
    774773}
     
    777776INPUT.submit, INPUT.reset, INPUT.file,
    778777SELECT, TEXTAREA {
    779         color:black;
     778        color: #000;
    780779        background-color: #d3d3d3;      /* lightgrey */
    781780}
Note: See TracChangeset for help on using the changeset viewer.