overleaf/services/web/public/stylesheets/app/project-list.less

77 lines
1.3 KiB
Text
Raw Normal View History

2014-06-04 12:46:22 -04:00
.project-header {
.btn-group > .btn {
padding-left: @line-height-base / 2;
padding-right: @line-height-base / 2;
}
}
.project-search {
margin: @line-height-base 0;
}
.project-tools {
display: inline;
}
#projectList {
list-style-type: none;
2014-06-04 12:46:22 -04:00
height: 420px;
margin: 0;
2014-06-04 12:46:22 -04:00
overflow: hidden;
overflow-y: scroll;
li {
border-bottom: 1px solid @gray-lighter;
padding: (@line-height-base / 4) 0;
&:first-child {
.last-modified, .owner {
font-size: 1rem;
}
}
2014-06-04 12:46:22 -04:00
&:last-child {
border-bottom: 0 none;
}
2014-06-04 12:46:22 -04:00
&:hover {
background-color: @gray-lighter;
}
2014-06-04 12:46:22 -04:00
&:first-child:hover {
background-color: white;
}
2014-06-04 12:46:22 -04:00
a {
color: lighten(@blue, 10%);
}
2014-06-04 12:46:22 -04:00
.select-item, .select-all, .title, .last-modified, .owner {
display: inline-block;
vertical-align: top;
margin-right: @line-height-base;
}
2014-06-04 12:46:22 -04:00
.select-item, .select-all {
margin-left: @line-height-base / 4;
}
2014-06-04 12:46:22 -04:00
.title {
width: 50%;
}
2014-06-04 12:46:22 -04:00
.last-modified, .owner {
font-size: .8rem;
width: 15%;
}
2014-06-04 12:46:22 -04:00
.owner {
margin-right: 0;
}
2014-06-04 12:46:22 -04:00
.projectName {
margin-right: @line-height-base;
}
}
2014-06-04 12:46:22 -04:00
.project_entry {
.tag-label {
margin-right: 5px;
font-size: 12px;
2014-06-04 12:46:22 -04:00
cursor: arrow;
i {
margin-top: 1px;
cursor: pointer;
}
2014-06-04 12:46:22 -04:00
margin-bottom: 5px;
}
}
}