/[drupal]/contributions/modules/plugin_manager/plugin_manager_search.css
ViewVC logotype

Diff of /contributions/modules/plugin_manager/plugin_manager_search.css

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.4.2.4, Sun Feb 1 01:55:18 2009 UTC revision 1.1.2.4.2.5, Sun Feb 1 04:31:17 2009 UTC
# Line 1  Line 1 
1    #pm-container {
2      width: 100%;
3    }
4    
5  #pm-category-column {  #pm-category-column {
6    width: 212px;    width: 212px;
7    height: 23px;    height: 23px;
# Line 6  Line 10 
10  }  }
11    
12  #pm-content-column {  #pm-content-column {
13      margin-left: 240px;
14    height: 23px;    height: 23px;
   float: right;  
15    border: 1px solid #e2e2e2;    border: 1px solid #e2e2e2;
16  }  }
17    
18    #pm-title {
19      float: left;
20    }
21    
22  .pm-header {  .pm-header {
23      background: url('images/background1.png') #e1f8d9 repeat-x;
24    width: 100%;    width: 100%;
25    border: 0px solid;    height: 23px;
26    margin-bottom: 30px;    border: 1px solid #000000;
27      margin-bottom: 15px;
28    color: #ffffff;    color: #ffffff;
29    font-size: 12pt;    font-size: 12pt;
30    font-weight: bold;    font-weight: bold;
31  }  }
32    
33  .pm-term-header {  .pm-uncheck-all {
   background: url('images/background1.png') #e1f8d9;  
   width: 146px;  
   height: 23px;  
   padding-left: 10px;  
   float: left;  
 }  
   
 .pm-term-uncheck {  
34    position: relative;    position: relative;
35    background: url('images/uncheck.png') #e1f8d9;    background: url('images/uncheck.png') #e1f8d9;
36    width: 28px;    width: 28px;
37    height: 23px;    height: 23px;
38    float: left;    float: right;
39  }  }
40    
41  .pm-term-check {  .pm-check-all {
42    position: relative;    position: relative;
43    background: url('images/check.png') #e1f8d9;    background: url('images/check.png') #e1f8d9;
44    width: 28px;    width: 28px;
45    height: 23px;    height: 23px;
46    float: left;    float: right;
47  }  }
48    
49  .pm-term-chooser {  .pm-category {
50    width: 100%;    padding-left: 5px;
51    height: 30px;    padding-right: 5px;
52    border: 1px solid #e5e5e5;    border: 1px solid #e5e5e5;
   margin-top: 1px;  
   margin-bottom: 1px;  
 }  
   
 .pm-term-chooser-selected {  
   background: #e1f8d9;  
   width: 100%;  
53    height: 30px;    height: 30px;
   border: 1px solid #e5e5e5;  
   margin-top: 1px;  
   margin-bottom: 1px;  
54  }  }
55  .pm-term-chooser input{  
56    position: relative;  .pm-category input {
57    float: right;    float: right;
58    top: -6px;    position: relative;
59      top: -5px;
60  }  }
61  .pm-term-chooser label{  
62    .pm-category label {
63    position: relative;    position: relative;
64    top: -8px;    top: -7px;
65    left: 5px;  }
66    
67    .pm-view-summary {
68      background: url('images/summary.png') #e1f8d9;
69      float: left;
70      height: 23px;
71      width: 79px;
72    }
73    
74    .pm-view-details {
75      background: url('images/details.png') #e1f8d9;
76    }
77    
78    .pm-selected-category {
79      background: #e1f8d9;
80  }  }

Legend:
Removed from v.1.1.2.4.2.4  
changed lines
  Added in v.1.1.2.4.2.5

  ViewVC Help
Powered by ViewVC 1.1.2