~ubuntu-us-ma/us-ma-loco-site/trunk

« back to all changes in this revision

Viewing changes to media/styles/agenda.css

  • Committer: Martin Owens
  • Date: 2008-06-09 13:52:43 UTC
  • Revision ID: doctormo@delen-20080609135243-wclff7592e5pu08g
Start of website commiting

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
div.agendas {
 
3
        border: 2px solid black;
 
4
        background-color: #CCCCCC;
 
5
        padding: 10px;
 
6
        float: right;
 
7
        top: 10px;
 
8
        left: 70%;
 
9
        position: absolute;
 
10
}
 
11
 
 
12
div.agenda {
 
13
        min-height: 540px;
 
14
}
 
15
 
 
16
div.agenda .case {
 
17
    padding-left: 15px;
 
18
        padding-top: 0px;
 
19
}
 
20
 
 
21
div.agenda .item {
 
22
        border: 1px solid #22366f;
 
23
        height: 25px;
 
24
        background: #165ed8;
 
25
        margin-right: 20px;
 
26
        margin-left: 10px;
 
27
        margin-bottom: 8px;
 
28
        padding: 0px;
 
29
}
 
30
 
 
31
div.agenda .item .end, div.agenda .item .link, div.agenda .item .name {
 
32
        top: -5px;
 
33
        left: 20px;
 
34
        float: right;
 
35
        position: relative;
 
36
        display: inline;
 
37
}
 
38
 
 
39
div.agenda .item .add {
 
40
    top: -5px;
 
41
    left: -30px;
 
42
    float: left;
 
43
    position: relative;
 
44
        display: inline;
 
45
}
 
46
 
 
47
div.agenda .item .del, div.agenda .item .start {
 
48
    top: -5px;
 
49
    left: -20px;
 
50
    float: left;
 
51
    position: relative;
 
52
        display: inline;
 
53
}
 
54
 
 
55
div.agenda .text {
 
56
        font-family: Baveuse, Lucida, sans-serif;
 
57
        float: left;
 
58
        padding-top: 5px;
 
59
        padding-bottom: 4px;
 
60
        margin-left: -25px;
 
61
        font-size: 12px;
 
62
        color: white;
 
63
        font-weight: normal;
 
64
        display: inline;
 
65
}
 
66
 
 
67
div.agenda .text a {
 
68
        text-decoration: underline;
 
69
        color: white;
 
70
}
 
71
 
 
72
div.agenda img {
 
73
        float: left;
 
74
        padding: 4px;
 
75
}
 
76
 
 
77
div.agenda .item input.editor {
 
78
        position: relative;
 
79
        top: -5px;
 
80
        width: 400px;
 
81
}
 
82
 
 
83
table.properties {
 
84
        padding-left: 10px;
 
85
        padding-bottom: 40px;
 
86
}
 
87