Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 0 additions & 67 deletions assets/components/minishop3/css/mgr/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -457,73 +457,6 @@ a.x-menu-item .x-menu-item-text .icon {
height: auto;
}

/* Gallery */
#ms3-gallery-page.drag-over:after {
content: "";
top: 0;
right: 0;
bottom: 0;
left: 0;
position: absolute;
display: block;
opacity: 0.1;
background: forestgreen;
border: 5px solid darkgreen;
}

/* Images list */
.ms3-gallery-images {
float: left;
}

#ms3-gallery-images-view {
min-height: 150px;
}

.ms3-gallery-thumb-wrap:hover .modx-browser-thumb {
border: 1px solid #aaa;
}

.ms3-gallery-thumb {
width: 120px;
height: 90px;
}

.ms3-gallery-thumb img {
max-width: 120px;
max-height: 90px;
display: block;
margin: auto;
}

.ms3-gallery-window-thumb {
border: 1px solid #e4e4e4;
border-radius: 2px;
background: #fdfdfd;
}

/* Gallery image window */
.ms3-gallery-cba .x-form-cb-label {
margin-top: 6px;
}

.ms3-gallery-window-link {
width: 100%;
display: block;
text-align: center;
}

.ms3-gallery-window-details {
width: 100%;
font-size: 12px;
}

.ms3-gallery-window-details th {
text-align: right;
padding-right: 5px;
width: 50%;
}

/* Settings */
.x-grid3-col-color {
padding-top: 10px;
Expand Down
142 changes: 0 additions & 142 deletions assets/components/minishop3/js/mgr/product/gallery/gallery.panel.js

This file was deleted.

This file was deleted.

Loading