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:
Joseph Schorr 2013-09-27 17:01:45 -04:00
parent 94cba8a0bc
commit bf926aceee
5 changed files with 89 additions and 16 deletions

View file

@ -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;
}