New view repo UI
This commit is contained in:
parent
a7f5b5e033
commit
90759e0cb2
4 changed files with 207 additions and 91 deletions
|
@ -332,29 +332,27 @@ p.editable:hover i {
|
|||
|
||||
.tag-dropdown {
|
||||
display: inline-block;
|
||||
padding: 6px;
|
||||
border: 1px solid #ddd;
|
||||
margin-right: 15px;
|
||||
margin-bottom: 5px;
|
||||
font-size: 1.15em;
|
||||
}
|
||||
|
||||
.tag-dropdown i.icon-bookmark {
|
||||
font-size: 125%;
|
||||
position: relative;
|
||||
margin-left: 2px;
|
||||
margin-right: 4px;
|
||||
.right-title {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
padding: 4px;
|
||||
font-size: 12px;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.tag-dropdown i.icon-bookmark .tag-count {
|
||||
color: #aaa;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
font-size: 55%;
|
||||
.tag-dropdown .tag-count {
|
||||
display: inline-block;
|
||||
width: 14px;
|
||||
text-align: center;
|
||||
margin-left: 4px;
|
||||
margin-right: 6px;
|
||||
padding-right: 10px;
|
||||
border-right: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.tag-dropdown a {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.modal-body textarea {
|
||||
|
@ -706,6 +704,11 @@ p.editable:hover i {
|
|||
stroke-width: 2.5px;
|
||||
}
|
||||
|
||||
#image-history-container .node text.current {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#image-history-container .node text {
|
||||
font-size: 15px;
|
||||
cursor: pointer;
|
||||
|
|
Reference in a new issue