Ignore:
Timestamp:
May 13, 2010, 10:21:05 PM (14 years ago)
Author:
grum
Message:

Improve algorythm for colors analysis + use GPCRequestBuilder interface instead of a local interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ColorStat/cstat.css

    r6107 r6176  
    4141}
    4242
    43 
    44 #iListColorsChoosen { padding:0px; }
    45 
    46 #iListColorsChoosen ul li, #dragHelper ul li {
    47   clear:both;
    48   min-height:32px;
    49   list-style-image:none;
    50   list-style-position:outside;
    51   list-style-type:none;
    52   margin:4px;
    53   padding:0px;
    54 }
    55 
    56 #iListColorsChoosen ul { padding:0px; }
    57 
    58 
    59 .cbGroup { border-width:1px; border-style:solid; padding:0px; margin:2px; min-height:30px; list-style:none; }
    60 .cbItem {   padding:2px; margin:8px; min-height:34px; list-style:none; }
    61 
    62 #iListColorsChoosen ul li.cbItem, #dragHelper ul li.cbItem { padding:2px; }
    63 
    64 .cbItemButtons { padding:2px; }
    65 .cbItem img { cursor: pointer; }
    66 
    67 .cbSortHandle { cursor:move; }
    68 
    69 div.cbOperator {
    70  cursor:pointer;
    71  padding:4px;
    72  text-align:left;
    73  font-weight:bold;
    74 }
    75 
    76 div.cbOperatorBgroma {
    77  background:#333333;
    78 }
    79 
    80 div.cbOperatorBgclear {
    81  background:#dbe8f3;
    82 }
    83 
    84 .cbButtons {
    85   float:left;
    86   margin:2px;
    87   padding:8px;
    88 }
    89 
    90 .helper {
    91  border:2px dashed #777777;
    92 }
    93 
    94 .cPnActive, .cPnDisabled, .cPnInactive { margin:2px; padding:2px;  min-width:20px; text-align:center; }
    95 .pnInactiveclear, .pnInactiveroma { cursor:pointer; }
    96 .pnInactiveclear:hover { background:#F1F1F1; }
    97 .pnActiveclear { background:#F1F1F1; font-weight:bold; }
    98 .pnInactiveroma:hover { background:#999999; color:#444444; }
    99 .pnActiveroma { background:#999999; color:#444444; font-weight:bold; }
    100 #iPagesNavigator ul { margin:0px; }
    101 
    10243.color1px { border-spacing:1px; }
    10344.color0px { border-spacing:0px; }
Note: See TracChangeset for help on using the changeset viewer.