This commit is contained in:
fofolee
2019-03-27 15:56:00 +08:00
parent 2b66c4959d
commit 9446af6b84
486 changed files with 27988 additions and 5342 deletions

View File

@@ -1,22 +1,37 @@
.taskinfo {
border-radius: 5px;
padding: 1rem;
margin: -0.3rem 0.5rem;
text-align: center;
background: #f5f5f533;
border: 1px solid #03A9F4;
cursor: pointer;
}
.taskinfo:hover{
border: 1px solid #F44336;
transition: 0.5s;
}
#infopannel{
position: fixed;
left: 0;
right: 0;
bottom: 0;
padding: 1rem;
color: white;
display: none;
#tasklist {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.taskinfo {
background: #f5f5f533;
cursor: pointer;
height: 50px;
}
.taskinfo:hover{
background: #ebebeb;
transition: 0.5s;
}
.description{
padding-top:5px;
}
.path{
color: #888888;
font-size: small;
}
#infopannel{
position: fixed;
left: 0;
right: 0;
top: 0;
padding: 1rem;
color: white;
display: none;
}
img{
float: left;
margin: 10px;
height: 30px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 714 KiB