Switch to a new single-selected-context layout and system in the view repository screen. Now selecting tags or images changes the context
This commit is contained in:
parent
b584d74bf0
commit
7337adf498
4 changed files with 193 additions and 68 deletions
|
@ -1180,24 +1180,47 @@ p.editable:hover i {
|
|||
transition: opacity 200ms ease-in-out;
|
||||
}
|
||||
|
||||
.tag-heading:hover .tag-controls {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.right-title {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
padding: 4px;
|
||||
font-size: 12px;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.tag-dropdown .tag-count {
|
||||
.right-tag-controls {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
padding: 4px;
|
||||
padding-left: 10px;
|
||||
border-left: 1px solid #ccc;
|
||||
vertical-align: middle;
|
||||
margin-top: -2px;
|
||||
margin-right: -10px;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.right-tag-controls .tag-count {
|
||||
display: inline-block;
|
||||
margin-left: 4px;
|
||||
margin-right: 6px;
|
||||
padding-right: 10px;
|
||||
border-right: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.tag-image-sizes .tag-image-size {
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
.tag-image-sizes .tag-image-size .size-bar {
|
||||
display: inline-block;
|
||||
background: steelblue;
|
||||
height: 12px;
|
||||
margin-right: 90px;
|
||||
}
|
||||
|
||||
#current-tag .control-bar {
|
||||
margin-top: 10px;
|
||||
padding-top: 10px;
|
||||
border-top: 1px solid #eee;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.tag-dropdown a {
|
||||
|
@ -1281,7 +1304,7 @@ p.editable:hover i {
|
|||
|
||||
.repo .description {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 40px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.repo .empty-message {
|
||||
|
|
Reference in a new issue