mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-27 01:29:17 +01:00
fix(torrents): fixed screenshots edit panel css
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user