Ignore:
Timestamp:
08/31/12 19:02:41 (13 years ago)
Author:
tjcschipper
Message:
  • Switched to LESS for stylesheets. Most of the conversion is done, it's only (predictably) the color system that is giving trouble. Plan for next week: get rid of the inherit stuff, just use proper color classes.

-> Use only a minimal .*colorName* .bg/.text class combination that doesn't inherit. Do anything more complicated than that in a page-specific stylesheet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/rft/css/rftLineWithButtons.css

    r395 r403  
    11.claro .rftLineWithButtons {
     2    position: relative;
    23    height: 24px;
    34    line-height: 24px;
     
    78}
    89.claro .rftLineWithButtons .rftLineWithButtonsButtons {
    9     float: right;
     10    position: absolute;
     11    right: 0;
    1012    height: 24px;
    1113    line-height: 24px;
     
    2426
    2527/* SurveyListView stuff */
     28/*
    2629.claro div.blue.inheritBgColor.dojoDndItemAnchor,
    2730.claro .blue .inheritBgColor.dojoDndItemAnchor,
     
    5356    background-color: #bd0013;
    5457    color: #ffffff;
    55 }
     58}*/
    5659
    5760.claro .rftLineWithButtons.dojoDndItem {
     
    7679    overflow: hidden;
    7780}
     81
     82
     83.claro .rftLineWithButtons.dojoDndItemOver {
     84    background-image: none;
     85    border: none;
     86    padding: 2px;
     87}
     88.claro .rftLineWithButtons.dojoDndItemAnchor {
     89    background-image: none;
     90    padding: 2px;
     91    border: none;
     92}
Note: See TracChangeset for help on using the changeset viewer.