/booka/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/booka/trunk

« back to all changes in this revision

Viewing changes to XHTML muckup/main.css

  • Committer: Gustav Hartvigsson
  • Date: 2009-11-24 18:26:49 UTC
  • Revision ID: gego@quad-20091124182649-trjw9k5qd5nidqlp
added muckup for dbEditor (Muckup Login.xhtml)
needs some fixes to the css and/or xhtml before it "works".

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        padding: 1em;
10
10
        margin:1em;
11
11
}
 
12
 
 
13
.menu2{
 
14
        border-width:5px;
 
15
        background-color:lightgray;
 
16
        width:50em;
 
17
        height:50em;
 
18
        -moz-border-radius: 5px;
 
19
        -webkit-border-radius: 5px;
 
20
        border: 2px solid #000;
 
21
        padding: 1em;
 
22
        margin:1em;
 
23
}
 
24
 
 
25
.lefta{
 
26
 
 
27
        top:1em;
 
28
        width:45%;
 
29
        text-align:right;
 
30
        left:1em;
 
31
        position:relative;
 
32
        
 
33
}
 
34
 
 
35
.righta{
 
36
 
 
37
        top:-3.7em;
 
38
        text-align:right;
 
39
        right:3px;
 
40
        padding-right:5em;
 
41
        position:relative;
 
42
}
 
43
 
 
44
.add{
 
45
        
 
46
        top:-3.7em;
 
47
        position:relative;
 
48
}
 
49
 
12
50
form{
13
51
        
14
52
        text-align: center;