kanbanworkflowstimelinescrumrubyroadmapproject-planningproject-managementopenprojectangularissue-trackerifcgantt-chartganttbug-trackerboardsbcf
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
1.1 KiB
66 lines
1.1 KiB
18 years ago
|
|
||
|
|
||
|
div.square {
|
||
|
border: 1px solid #999;
|
||
|
float: left;
|
||
|
margin: .4em .5em 0 0;
|
||
|
overflow: hidden;
|
||
|
width: .6em; height: .6em;
|
||
|
}
|
||
|
|
||
|
div.action_M { background: #fd8 }
|
||
|
div.action_D { background: #f88 }
|
||
|
div.action_A { background: #bfb }
|
||
|
|
||
|
table.list {
|
||
|
width:100%;
|
||
|
border-collapse: collapse;
|
||
|
border: 1px dotted #d0d0d0;
|
||
|
margin-bottom: 6px;
|
||
|
}
|
||
|
|
||
|
table.list thead th {
|
||
|
text-align: center;
|
||
|
background: #eee;
|
||
|
border: 1px solid #d7d7d7;
|
||
|
}
|
||
|
|
||
|
table.list tbody th {
|
||
|
font-weight: normal;
|
||
|
text-align: center;
|
||
|
background: #eed;
|
||
|
border: 1px solid #d7d7d7;
|
||
|
}
|
||
|
|
||
|
.icon {
|
||
|
background-position: 0% 40%;
|
||
|
background-repeat: no-repeat;
|
||
|
padding-left: 20px;
|
||
|
}
|
||
|
|
||
|
.folder { background-image: url(../images/folder.png); }
|
||
|
.file { background-image: url(../images/file.png); }
|
||
|
|
||
|
|
||
|
|
||
|
tr.spacing {
|
||
|
border: 1px solid #d7d7d7;
|
||
|
}
|
||
|
|
||
|
.line-num {
|
||
|
border: 1px solid #d7d7d7;
|
||
|
font-size: 0.8em;
|
||
|
text-align: right;
|
||
|
width: 3em;
|
||
|
padding-right: 3px;
|
||
|
}
|
||
|
|
||
|
.line-code {
|
||
|
font-family: "Courier New", monospace;
|
||
|
font-size: 1em;
|
||
|
}
|
||
|
|
||
|
table p {
|
||
|
margin:0;
|
||
|
padding:0;
|
||
|
}
|