mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-17 23:04:22 +01:00
More user-friendly project watching
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user