Added additional edit functionality and added selective save functionality.
This commit is contained in:
@@ -31,9 +31,9 @@ input[type=image]:hover {
|
||||
}
|
||||
|
||||
#editSelectionContainer {
|
||||
height: 350px;
|
||||
min-height: 350x;
|
||||
max-height: 350px;
|
||||
height: 315px;
|
||||
min-height: 315px;
|
||||
max-height: 315px;
|
||||
white-space: nowrap;
|
||||
display: block;
|
||||
overflow-x: auto;
|
||||
@@ -62,6 +62,11 @@ input[type=image]:hover {
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
.collection {
|
||||
padding-top: 1em;
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
Reference in New Issue
Block a user