More user-friendly project watching

This commit is contained in:
Šesták Vít
2016-02-19 12:47:00 +01:00
parent a64f7c540b
commit 12f43f4b32
9 changed files with 151 additions and 25 deletions

View File

@@ -115,6 +115,35 @@ h3.library-identification{
padding-left: 10px;
}
.projects-watching li.with-buttons{
list-style-type: none;
}
.projects-watching .watched{
font-weight: bold;
}
}
.projects-watching .collapsed ul{
display: none;
}
.projects-watching .watching-btn-expand {
display: none;
}
.projects-watching .collapsed .watching-btn-expand{
display: inline;
}
.projects-watching .collapsed .watching-btn-collapse{
display: none;
}
.projects-watching li{
position: relative;
}
.projects-watching .toggle-buttons button{
margin: 0;
padding: 0;
}
.projects-watching .toggle-buttons{
position: absolute;
top: 2px;
left: -19px;
}