Get the tabs working and the UI for the image history. Note that the model changes for the image history are WRONG and need to be fixed
This commit is contained in:
parent
94cba8a0bc
commit
bf926aceee
5 changed files with 89 additions and 16 deletions
|
@ -182,11 +182,15 @@ p.editable:hover i {
|
|||
min-width: 300px;
|
||||
}
|
||||
|
||||
.repo-admin thead td {
|
||||
.repo thead td {
|
||||
padding: 4px;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.repo-admin td {
|
||||
.repo td {
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.repo .images {
|
||||
margin: 10px;
|
||||
}
|
Reference in a new issue