~ubuntu-marketing/ubuntu-stats/devel

« back to all changes in this revision

Viewing changes to frontend/styles/main.css

  • Committer: felipelerena at gmail
  • Date: 2007-06-27 00:03:18 UTC
  • Revision ID: felipelerena@gmail.com-20070627000318-xcotjcfhexwpxla1
AJAX UI changes (drag and drop support), some styles refactores, som Javascript optimized

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
.demoBox
7
7
{
8
 
        //min-height:220px;
9
 
        padding:5px;
 
8
        border:dotted 1px #656565;
 
9
        margin-top:10px;
 
10
        margin:7px;
 
11
        padding:3px;
 
12
        background:white;
10
13
}
11
14
.element
12
15
{
13
 
        //width:200px;
14
16
        margin:auto;
15
17
}
16
18
.c
17
19
{
 
20
        margin-top: 4px;
18
21
        text-align:left;
19
22
}
 
23
.c:hover
 
24
{
 
25
        cursor:move;
 
26
}
20
27
.boxTitle
21
28
{
22
29
        color:#5A3320;
30
37
.boxTitle:hover
31
38
{
32
39
        text-decoration:underline;
 
40
}
 
41
.column
 
42
{
 
43
        float:left;
 
44
        width:33%;
 
45
        min-height:20px;
 
46
}
 
47
.close
 
48
{
 
49
        float:right;
 
50
}
 
51
.close a
 
52
{
 
53
        text-decoration:none;
 
54
        font-size:11px;
 
55
        text-align:center;
 
56
}
 
57
#closedBoxesTitle
 
58
{
 
59
        font-size:10px;
 
60
        color:#5A3320;
33
61
}
 
 
b'\\ No newline at end of file'