/[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.1, Sat Jan 31 23:06:16 2009 UTC revision 1.1.2.4.2.2, Sun Feb 1 00:19:52 2009 UTC
# Line 1  Line 1 
1    .pm-header {
2      border: 0px solid;
3      margin-bottom: 8px;
4      width: 212px;
5      height: 23px;
6    }
7    
8  .pm-term-header {  .pm-term-header {
9    background: url('images/background1.png') #e1f8d9;    background: url('images/background1.png') #e1f8d9;
10    width: 200px;    width: 146px;
11    height: 23px;    height: 23px;
   border: 1px solid;  
   margin-bottom: 16px;  
12    color: #ffffff;    color: #ffffff;
13    padding-left: 10px;    padding-left: 10px;
14      font-size: 12pt;
15      font-weight: bold;
16      float: left;
17    }
18    
19    .pm-term-uncheck {
20      position: relative;
21      background: url('images/uncheck.png') #e1f8d9;
22      width: 28px;
23      height: 23px;
24      float: left;
25    }
26    
27    .pm-term-check {
28      position: relative;
29      background: url('images/check.png') #e1f8d9;
30      width: 28px;
31      height: 23px;
32      float: left;
33  }  }
34    
35  .pm-term-chooser {  .pm-term-chooser {
36    width: 200px;    width: 200px;
37    height: 23px;    height: 30px;
38    border: 1px solid #e5e5e5;    border: 1px solid #e5e5e5;
39    margin-top: 1px;    margin-top: 1px;
40    margin-bottom: 1px;    margin-bottom: 1px;
# Line 20  Line 44 
44  .pm-term-chooser-selected {  .pm-term-chooser-selected {
45    background: #e1f8d9;    background: #e1f8d9;
46    width: 200px;    width: 200px;
47    height: 23px;    height: 30px;
48    border: 1px solid #e5e5e5;    border: 1px solid #e5e5e5;
49    margin-top: 1px;    margin-top: 1px;
50    margin-bottom: 1px;    margin-bottom: 1px;
# Line 29  Line 53 
53  .pm-term-chooser input{  .pm-term-chooser input{
54    position: relative;    position: relative;
55    float: right;    float: right;
56    top: -10px;    top: -6px;
57  }  }
58  .pm-term-chooser label{  .pm-term-chooser label{
59    position: relative;    position: relative;
60    top: -10px;    top: -8px;
61    left: 5px;    left: 5px;
62  }  }

Legend:
Removed from v.1.1.2.4.2.1  
changed lines
  Added in v.1.1.2.4.2.2

  ViewVC Help
Powered by ViewVC 1.1.2