source: trunk/web/addons/job_monarch/lib/extjs/docs/resources/collapser.css @ 619

Last change on this file since 619 was 619, checked in by ramonb, 15 years ago

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 814 bytes
Line 
1.pkg h3 {
2    padding-left:34px;
3    font:normal 11px verdana,helvetica,tahoma,sans-serif;
4    height:18px;
5    cursor:pointer;
6}
7h3.collapser-expanded{
8    background: #fff url(pkg-open.gif) no-repeat 0px -1px;
9}
10h3.collapser-collapsed {
11    background: #fff url(pkg-closed.gif) no-repeat 0px -1px;
12}
13.pkg-body{
14    margin-left:16px;
15    font:normal 11px verdana,helvetica,tahoma,sans-serif;
16}
17#classes a{
18    font:normal 11px verdana,helvetica,tahoma,sans-serif;
19    display:block;
20    text-decoration:none;
21    height:18px;
22    color:black;
23    background: #fff url(class.gif) no-repeat 16px -1px;
24    padding-left:34px;
25    -moz-outline:none;
26    outline:none;
27         white-space: nowrap;
28}
29#classes a:hover{
30        text-decoration: underline;
31}
32#classes a.ex{
33    background: #fff url(example.gif) no-repeat 16px -1px;
34}
Note: See TracBrowser for help on using the repository browser.