diff --git a/modules/albums/client/less/albums.less b/modules/albums/client/less/albums.less index 4882a143..d9357db7 100644 --- a/modules/albums/client/less/albums.less +++ b/modules/albums/client/less/albums.less @@ -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; diff --git a/modules/collections/client/less/collections.less b/modules/collections/client/less/collections.less index cba09c1f..b14c50d7 100644 --- a/modules/collections/client/less/collections.less +++ b/modules/collections/client/less/collections.less @@ -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; diff --git a/modules/torrents/client/less/torrents.less b/modules/torrents/client/less/torrents.less index 6b6c4d2d..95c49e93 100644 --- a/modules/torrents/client/less/torrents.less +++ b/modules/torrents/client/less/torrents.less @@ -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; }