bzr branch
http://gegoxaren.bato24.eu/bzr/booka/newlayout
|
28
by Gustav Hartvigsson
fixxed some strange behavior where reloding the dbEditor.php caused it to commit the same data again te the db. |
1 |
body{ |
2 |
font-family:sans-serif; |
|
3 |
|
|
4 |
}
|
|
5 |
||
|
11
by Gustav Hartvigsson
merging Neo to trunk. freezing neo branshs. |
6 |
.menu{ |
7 |
border-width:5px; |
|
8 |
background-color:lightgray; |
|
9 |
width:25em; |
|
10 |
/*height:25em;*/ |
|
11 |
-moz-border-radius: 5px; |
|
12 |
-webkit-border-radius: 5px; |
|
13 |
border: 2px solid #000; |
|
14 |
padding: 1em; |
|
15 |
margin:1em; |
|
16 |
}
|
|
17 |
||
18 |
.menu2{ |
|
19 |
border-width:5px; |
|
20 |
background-color:lightgray; |
|
21 |
width:50em; |
|
22 |
-moz-border-radius: 5px; |
|
23 |
-webkit-border-radius: 5px; |
|
24 |
border: 2px solid #000; |
|
25 |
padding: 1em; |
|
26 |
margin:1em; |
|
27 |
}
|
|
28 |
||
29 |
.lefta{ |
|
30 |
||
31 |
top:1em; |
|
32 |
width:45%; |
|
33 |
text-align:right; |
|
34 |
left:1em; |
|
35 |
position:relative; |
|
36 |
|
|
37 |
}
|
|
38 |
||
39 |
.righta{ |
|
40 |
width:20em; |
|
41 |
top:-3.7em; |
|
42 |
text-align:right; |
|
43 |
left:55%; |
|
44 |
padding-right:5em; |
|
45 |
position:relative; |
|
46 |
}
|
|
47 |
||
48 |
.add{ |
|
49 |
|
|
50 |
top:-3.7em; |
|
51 |
position:relative; |
|
52 |
}
|
|
53 |
||
54 |
form{ |
|
55 |
|
|
56 |
text-align: center; |
|
57 |
|
|
58 |
}
|
|
59 |
||
60 |
table { |
|
61 |
background-color:#FFF; |
|
62 |
width:100%; |
|
63 |
border-collapse:collapse; |
|
64 |
border-color:gray; |
|
65 |
}
|
|
66 |
||
67 |
td { |
|
68 |
border:2px solid gray; |
|
69 |
text-align: center; |
|
70 |
}
|
|
71 |
||
|
20
by Gustav Hartvigsson
Made the firstrun.php more user friendly. |
72 |
.warning{ |
73 |
color:RED; |
|
74 |
}
|
|
75 |