Commit 9a9e904a3d2599f31a22d3af3cf6af18cfdd96f9
1 parent
004b2298
git
Showing
2 changed files
with
19 additions
and
6 deletions
Show diff stats
frontend/views/performer/review.php
frontend/web/css/style.css
@@ -3346,6 +3346,8 @@ input[type=file]::-webkit-file-upload-button { | @@ -3346,6 +3346,8 @@ input[type=file]::-webkit-file-upload-button { | ||
3346 | .gallery-show-min img { | 3346 | .gallery-show-min img { |
3347 | margin-right: 20px; | 3347 | margin-right: 20px; |
3348 | cursor: pointer; | 3348 | cursor: pointer; |
3349 | + width: 152px; | ||
3350 | + height: 108px; | ||
3349 | } | 3351 | } |
3350 | 3352 | ||
3351 | .gallery-show-min img:last-child { | 3353 | .gallery-show-min img:last-child { |
@@ -10865,7 +10867,7 @@ li.active-menu-admin:hover a .ico_num { | @@ -10865,7 +10867,7 @@ li.active-menu-admin:hover a .ico_num { | ||
10865 | color: #fff !important; | 10867 | color: #fff !important; |
10866 | } | 10868 | } |
10867 | 10869 | ||
10868 | -.fix_te .artbox_comment_delete_answer:hover, .new-portf-comm-read .artbox_comment_delete:hover { | 10870 | +.fix_te .artbox_comment_delete_answer:hover, .artbox_comment_delete:hover { |
10869 | background: #f10b00; | 10871 | background: #f10b00; |
10870 | color: #fff !important; | 10872 | color: #fff !important; |
10871 | } | 10873 | } |
@@ -10880,7 +10882,7 @@ li.active-menu-admin:hover a .ico_num { | @@ -10880,7 +10882,7 @@ li.active-menu-admin:hover a .ico_num { | ||
10880 | color: #fff !important; | 10882 | color: #fff !important; |
10881 | } | 10883 | } |
10882 | 10884 | ||
10883 | -.fix_te .artbox_comment_delete_answer:active, .new-portf-comm-read .artbox_comment_delete:active { | 10885 | +.fix_te .artbox_comment_delete_answer:active, .artbox_comment_delete:active { |
10884 | background: #d60d04 !important; | 10886 | background: #d60d04 !important; |
10885 | border: 1px solid #d60d04 !important; | 10887 | border: 1px solid #d60d04 !important; |
10886 | color: #fff !important; | 10888 | color: #fff !important; |
@@ -12136,7 +12138,7 @@ li.active-menu-admin:hover a .ico_num { | @@ -12136,7 +12138,7 @@ li.active-menu-admin:hover a .ico_num { | ||
12136 | text-decoration: underline | 12138 | text-decoration: underline |
12137 | } | 12139 | } |
12138 | 12140 | ||
12139 | -.fix_te .artbox_comment_reply_answer, .fix_te .artbox_comment_delete_answer, .new-portf-comm-read .artbox_comment_delete { | 12141 | +.fix_te .artbox_comment_reply_answer, .fix_te .artbox_comment_delete_answer, .artbox_comment_delete { |
12140 | border-radius: 4px; | 12142 | border-radius: 4px; |
12141 | display: block; | 12143 | display: block; |
12142 | float: left; | 12144 | float: left; |
@@ -12149,8 +12151,9 @@ li.active-menu-admin:hover a .ico_num { | @@ -12149,8 +12151,9 @@ li.active-menu-admin:hover a .ico_num { | ||
12149 | text-align: center; | 12151 | text-align: center; |
12150 | text-decoration: none; | 12152 | text-decoration: none; |
12151 | } | 12153 | } |
12152 | -.new-portf-comm-read .artbox_comment_delete {font-size: 13px} | ||
12153 | -.fix_te .artbox_comment_delete_answer, .new-portf-comm-read .artbox_comment_delete { | 12154 | +.artbox_comment_delete {font-size: 13px; |
12155 | + margin-top:15px;} | ||
12156 | +.fix_te .artbox_comment_delete_answer, .artbox_comment_delete { | ||
12154 | color: #f10b00; | 12157 | color: #f10b00; |
12155 | border: 1px solid #f10b00; | 12158 | border: 1px solid #f10b00; |
12156 | } | 12159 | } |
@@ -12294,4 +12297,14 @@ li.active-menu-admin:hover a .ico_num { | @@ -12294,4 +12297,14 @@ li.active-menu-admin:hover a .ico_num { | ||
12294 | top: 23px; | 12297 | top: 23px; |
12295 | left: 240px; | 12298 | left: 240px; |
12296 | width: 165px; | 12299 | width: 165px; |
12300 | +} | ||
12301 | +.fix_onions .comments-name{ | ||
12302 | + font-weight: 700; | ||
12303 | +} | ||
12304 | +.empty { | ||
12305 | + width: 100%; | ||
12306 | + float: left; | ||
12307 | + margin-top: 10px; | ||
12308 | + color: #b7b7b7;; | ||
12309 | + font-size: 13px; | ||
12297 | } | 12310 | } |
12298 | \ No newline at end of file | 12311 | \ No newline at end of file |