#371, notifier un bug de plat/al directement depuis le site
[platal.git] / htdocs / css / flyspray.css
CommitLineData
7f8bf077 1#flyspray_report {
2 display:none;
3 position:fixed;
4 width:60%;
5 height:470px;
6 top:20%;
7 left:20%;
8 border: solid 1px;
9 background:white;
10 color:black;
11 text-align:left;
12}
13#flyspray_report div {
14 margin-left:10%;
15 margin-right:10%;
16}
17#flyspray_report textarea {
18 width:100%;
19 margin-bottom:10px;
20 height:300px;
21 display:block;
22}
23#flyspray_submit {
24 text-align:center;
25}