Changeset 547


Ignore:
Timestamp:
10/11/08 20:47:01 (5 years ago)
Author:
dgynn
Message:

converted progressmeters to not use floats. also removed unused styles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/dashboardreportsplugin/dashboardreports/htdocs/css/widgets.css

    r460 r547  
    1313        font-weight: bold !important; 
    1414} 
    15 * .OL { 
    16         border: 1px solid #ff00ff; 
    17 } 
    1815.floatL { 
    1916        float: left; 
    2017} 
    21 .floatR { 
    22         float: right; 
    23 } 
    24 .clearL { 
    25         clear: left; 
    26 } 
    27 .clearR { 
    28         clear: right; 
    29 } 
    30 * .clearN { 
    31         clear: none !important; 
    32 } 
     18 
    3319table.wiki {  
    3420        border-collapse: separate; 
     
    3925table.wiki td + td + td { padding-left: 1em; padding-right:1em; } 
    4026 
    41 .progressmeter { 
    42         font-size: 1.0em; 
    43         float:left; 
    44         margin:2px 0 8px 0; 
    45 } 
    46 .progressmeter .h20 { 
    47         font-size: 1.4em; 
    48 } 
    49 .progressmeter table { 
    50         width: 100% !important; margin-top:5px !important; 
    51         border: 1px solid #939598; 
    52         border-collapse: collapse; 
    53         border-spacing: 0; 
    54         float: left; 
    55         margin: 3px 0 3px 0; 
    56         empty-cells: show; 
    57         height: 1.0em; 
    58         text-transform: capitalize; 
    59 } 
    60 .progressmeter.h20 table { 
    61         height: 1.4em !important; 
    62 } 
    63 .progressmeter a { 
    64         font-size: 1.0em !important; 
    65 } 
    66 .progressmeter a.milestone { 
    67         font-size: 0.9em; 
    68         color: #0060A0; 
    69         float: left; 
    70         clear: left; 
    71         text-decoration: none; 
    72 } 
    73 .progressmeter a.milestone:HOVER { 
    74         text-decoration: underline; 
    75 } 
    76 .progressmeter table td { 
    77         padding: 0; 
    78         background-color: #FFF; 
    79         height: 0.8em !important; 
    80 } 
    81 .progressmeter table td.active { 
    82         background-image: url(../images/BarGOrange12H.png); 
    83 } 
    84 .progressmeter table td.closed { 
    85         background-image: url(../images/ProgressBarFill.png); 
    86 } 
    87 .progressmeter.h20 table td.closed { 
    88         background-image: url(../images/BarGGreen20H.png); 
    89 } 
    90 .barGraph table { 
    91         width: 100% !important; margin-top:5px !important; 
    92         border: 1px solid #939598; 
    93         border-collapse: collapse; 
    94         border-spacing: 0; 
    95         float: left; 
    96         margin: 3px 0 3px 0; 
    97         empty-cells: show; 
    98         height: 0.9em; 
    99         font-size: 1.0em; 
    100         text-transform: capitalize; 
    101 } 
    102 *.percDone, *.percDone a { 
    103         font-size: 0.9em; 
    104         padding: 0; 
    105         color: #0060A0; 
    106         padding-right:0.5em; 
    107         padding-bottom: 0.2em; 
    108         float: left; 
    109 } 
    110 .dueDate { 
    111         font-size: 0.9em; 
    112         color: #8c4412; 
    113         float: right; 
    114 } 
     27div.progressmeter { 
     28    font-size: 1.0em; 
     29    color: #0060A0; 
     30    position: relative; 
     31    margin:2px 0 8px 0; 
     32} 
     33div.progressmeter table { 
     34    width: 100%;  
     35    margin-top: 4px; 
     36    border: 1px solid #939598; 
     37    border-collapse: collapse; 
     38    height: 1.0em; 
     39} 
     40div.progressmeter td.active { 
     41    background-image: url(../images/BarGOrange12H.png); 
     42} 
     43div.progressmeter td.closed { 
     44    background-image: url(../images/ProgressBarFill.png); 
     45} 
     46div.progressmeter .dueDate { 
     47    color: #8c4412; 
     48    position: absolute; 
     49    right: 0; 
     50} 
     51 
    11552.alignL { 
    11653        text-align: left !important; 
     
    287224        text-decoration: underline; 
    288225} 
    289 /* 5-Dimension Vertical Bar Graphs */ 
    290 .multiDim5 { 
    291         height: 102px; overflow:hidden; padding: 0; margin: 0; 
    292 } 
    293 .multiDim5 div { 
    294         float: left; padding: 0 3px 0 0; margin: 6px 0 0 0; text-align: right; 
    295 } 
    296 .multiDim5 .trivial { 
    297         height: 102px; width: 181px; border-right: 2px solid #339900; 
    298 } 
    299 .multiDim5 .trivial a { 
    300         color: #339900; 
    301         display: block; 
    302         float: right; 
    303         margin-top: -2px; 
    304 } 
    305 .multiDim5 .minor { 
    306         height: 78px; width: 155px; border-right: 2px solid #0066cc; 
    307 } 
    308 .multiDim5 .minor a { 
    309         color: #0066cc; 
    310         display: block; 
    311         vertical-align: top; 
    312         margin-top: -2px; 
    313 } 
    314 .multiDim5 .major { 
    315         height: 60px; width: 131px; border-right: 2px solid #996633; 
    316 } 
    317 .multiDim5 .major a { 
    318         color: #996633; 
    319         font-weight: bold; 
    320         display: block; 
    321         float: right; 
    322         margin-top: -2px; 
    323 } 
    324 .multiDim5 .critical { 
    325         height: 44px; width: 105px; border-right: 2px solid #cc0000; 
    326 } 
    327 .multiDim5 .critical a { 
    328         color: #cc0000; 
    329         display: block; 
    330         float: right; 
    331         margin-top: -2px; 
    332 } 
    333 .multiDim5 .blocker { 
    334         width: 81px; height: 26px; border-right: 2px solid #000; 
    335 } 
    336 .multiDim5 .blocker a { 
    337         color: #000; 
    338         font-weight: bold; 
    339         display: block; 
    340         float: right; 
    341         margin-top: -2px; 
    342 } 
    343 ul.barGraph { 
    344         width:202px; 
    345         float: left; 
    346         padding: 8px 0 0 0;  
    347         margin: -12px 0 0 0; 
    348 } 
    349 .barGraph li { 
    350         width: 25px; 
    351         text-align: center; 
    352 } 
    353 .barGraph table { 
    354         height: 126px; 
    355         width: 25px; 
    356 } 
    357 .barGraph table td { 
    358         padding: 0; 
    359 } 
    360 .barGraph table td.active { 
    361         background: #e3ffc8; 
    362 } 
    363 .barGraph table td.closed { 
    364         background-repeat: repeat-y; 
    365 }  
    366 /* TODO: These images do not exist and need to be replaced or removed 
    367 .barGraph table td.closed.blocker { 
    368         background-image: url(../images/BarGraphBlack25.png); 
    369 } 
    370 .barGraph table td.closed.critical { 
    371         background-image: url(../images/BarGraphRed25.png); 
    372 } 
    373 .barGraph table td.closed.major { 
    374         background-image: url(../images/BarGraphOrange25.png); 
    375 } 
    376 .barGraph table td.closed.minor { 
    377         background-image: url(../images/BarGraphBlue25.png); 
    378 } 
    379 .barGraph table td.closed.trivial { 
    380         background-image: url(../images/BarGraphGreen25.png); 
    381 } 
    382 */ 
    383 .barGraph .percDone, .barGraph a.percDone { 
    384         padding: 0; 
    385         font-size: 0.8em; 
    386         width: 100%; 
    387         text-align: center; 
    388 } 
    389 .spacer { 
    390         width: 1px; 
    391         height: 1px; 
    392         visibility: hidden; 
    393         font-size: 1px; 
    394 } 
    395 .noStyle { 
    396         color: #E36E1E; /* Optaros orange */ 
    397         color: #939598; /* Optaros blue */ 
    398         color: #BBB1A6; /* Optaros grey */ 
    399         color: #4D4D4D; /* Primary dark grey */ 
    400         color:#5A87C5; /* Primary dark blue */ 
    401         color: #D2DCFF; /* Secondary B1 */ 
    402 } 
     226 
     227div.new-wdgt { border: 1px solid #888888; background-color: #ECECEC; padding: 5px 10px; width: 250px; overflow:hidden;} 
     228div.new-wdgt h2 { font-weight: normal; border-bottom: 1px solid #d7d7d7; } 
     229 
     230div.new-wdgt { 
     231-moz-border-radius: 10px; 
     232-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); 
     233-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); 
     234-webkit-border-radius: 10px; 
     235} 
     236 
Note: See TracChangeset for help on using the changeset viewer.