fix(torrents): fixed screenshots edit panel css

This commit is contained in:
OldHawk
2018-06-02 14:32:42 +08:00
parent 17ebd27697
commit 64d70ee2e9
3 changed files with 9 additions and 8 deletions

View File

@@ -12,7 +12,7 @@
position: relative;
margin: 20px 0 0 0;
overflow: hidden;
border-radius: 8px;
//border-radius: 8px;
max-width: 400px;
min-height: 160px;
max-height: 226px;

View File

@@ -63,7 +63,7 @@
position: relative;
margin: 20px 0 0 0;
overflow: hidden;
border-radius: 8px;
//border-radius: 8px;
max-width: 400px;
min-height: 160px;
z-index: 1;

View File

@@ -132,11 +132,12 @@
}
.resourceScreenshots {
border: 1px dashed #ddd;
background-color: #fafafa;
.upload-image-info {
color: #666;
height: 40px;
background-color: #f5f5f5;
border-top: 1px dashed #ddd;
//height: 40px;
//background-color: #f5f5f5;
.upload-tooltip {
margin: 8px;
.manual-file-chooser {
@@ -159,8 +160,7 @@
}
.upload-image-list {
color: #666;
background-color: #fafafa;
border-top: 1px dashed #ddd;
//border: 1px dashed #ddd;
overflow-x: auto;
.image-item {
position: relative;
@@ -355,11 +355,12 @@ pre.prettyprint {
min-width: 50px !important;
}
}
@media (max-width: @screen-xs-max) and (min-width: @screen-xs-min){
@media (max-width: @screen-xs-max) and (min-width: @screen-xs-min) {
.img_page_info {
margin-right: 20px;
font-size: 14px;
}
.btn {
min-width: 100px !important;
}