~pidgeon690/pidge-events/trunk

« back to all changes in this revision

Viewing changes to Resources/Stylesheets/widget.css

  • Committer: Fergus Ross Ferrier
  • Date: 2009-05-26 15:09:25 UTC
  • Revision ID: hello@fergusrossferrier.co.uk-20090526150925-695q8cy20mahagdw
Split events to separate app and repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.mp-widget {
2
 
        width: 716px;
3
 
        border-left: 1px solid #c2aedc;
4
 
        /*border-right: 1px solid #deb3ff;*/
5
 
 
6
 
}
7
 
 
8
 
.mp-widget-tabs div {
9
 
        font-size: 11px;
10
 
        font-family: Verdana;
11
 
        text-align: center;
12
 
        width: 178px;
13
 
        height: 20px;
14
 
        padding-top: 5px;
15
 
        border-top: 1px solid #c2aedc;
16
 
        border-bottom: 1px solid #c2aedc;
17
 
        border-right: 1px solid #c2aedc;
18
 
        border-left: 0px solid #c2aedc;
19
 
        float: left;
20
 
        background-image: url('/images/lightgrad.jpg');
21
 
        background-position: center center;
22
 
        position: relative;
23
 
        z-index: 10;
24
 
        cursor: pointer;
25
 
}
26
 
 
27
 
.mp-widget .mp-widget-pane {
28
 
        background-color: #FFFFFF;
29
 
        border-bottom: 1px solid #c2aedc;
30
 
        border-right: 1px solid #c2aedc;
31
 
        /*border-left: 1px solid #deb3ff;*/
32
 
        width: 705px;
33
 
        min-height: 50px;
34
 
        /*float: right;
35
 
        position: relative;
36
 
        left:-1px;*/
37
 
        font-size: 12px;
38
 
        padding-left: 10px;
39
 
        padding-top: 5px;
40
 
        padding-bottom: 5px;
41
 
        clear: both;
42
 
        /*display: none;*/
43
 
}
44
 
 
45
 
.mp-widget-tabs .mp-widget-active-tab {
46
 
        background-image: none;
47
 
        border-bottom: 1px solid #FFFFFF;
48
 
        display: block;
49
 
        font-weight: bold;
50
 
}
51
 
 
52
 
.mp-widget-tabs .mp-widget-filler-tab {
53
 
        width: 100%;
54
 
        font-size: 11px;
55
 
        font-family: Verdana;
56
 
        text-align: center;
57
 
        height: 20px;
58
 
        padding-top: 5px;
59
 
        border-top: 0px solid #c2aedc;
60
 
        border-bottom: 1px solid #c2aedc;
61
 
        border-right: 0px solid #c2aedc;
62
 
        border-left: 0px solid #c2aedc;
63
 
        margin-top: 1px;
64
 
        background-image: none;
65
 
        float: left;
66
 
        position: relative;
67
 
        z-index: 10;
68
 
}
69
 
 
70