source: branches/2.2.0.1/agileProjects/templates/default/css/kanban.css @ 4269

Revision 4269, 1.4 KB checked in by rafaelraymundo, 13 years ago (diff)

Ticket #1823 - Adicionada primeira versao do modulo de kanban para avaliacao.

  • Property svn:executable set to *
Line 
1        body {
2                background-color:#FFFFFF;
3                ## color:#FFFFFF; Cor da fonte
4                font-family:Verdana,Helvetica,Sans-Serif;
5                font-size:14px;
6                cursor:auto;
7        }
8        span.title-bar {
9                background-color:#fbf9a5;
10                border-bottom:1px solid #CCCCCC;
11                color:#333333;
12                display:block;
13                font-weight:bold;
14                height:25px;
15                padding:0 3px;
16        }
17        span.footer {
18                background:#fbf9a5 none repeat scroll 0 0;
19                border-top:1px solid #CCCCCC;
20                display:block;
21                font-size:12px;
22                min-height:20px;
23                padding:3px;
24        }
25        .task {
26                -moz-border-radius-bottomleft:3px;
27                -moz-border-radius-bottomright:3px;
28                -moz-border-radius-topleft:3px;
29                -moz-border-radius-topright:3px;
30                background-color:#fbf9a5;
31                border:0px solid #CCCCCC;
32                display:block;
33                margin:1 10 1 9;
34                width:97%;
35        }
36
37        #bublecontainers {
38                background-color: gray;
39                width: 90%;
40                margin: 0 0 0 0;
41                padding: 0 0 0 0;
42        }
43        .buble-content {
44                width: 100%;
45                top: 0;
46                margin: 8 0 0 5;
47                padding: 0px 8px 0px 0px;
48                text-align:justify;
49                overflow: hidden;
50                border-radius:10px;
51                -moz-border-radius:10px;
52                -webkit-border-radius:10px;
53                background-color: #fbf9a5;
54                border-style: outset;
55                text-indent: 10px;
56        }
57        .buble
58        {
59                display:inline-block;
60                width:93%;
61        }
62       
Note: See TracBrowser for help on using the repository browser.