DG IZ; fixed show photo always expanding to 100% width
This commit is contained in:
parent
715a6ae770
commit
2345975f22
2 changed files with 4 additions and 4 deletions
|
|
@ -17,9 +17,6 @@ a {
|
|||
a:hover {
|
||||
color: #018790; }
|
||||
|
||||
#show_photo img {
|
||||
width: 100%; }
|
||||
|
||||
#flash_notice,
|
||||
#flash_error,
|
||||
#flash_alert {
|
||||
|
|
@ -233,6 +230,9 @@ li.comment > img.person_picture {
|
|||
.request_buttons > li:first-child {
|
||||
margin-right: 1em; }
|
||||
|
||||
#show_photo img {
|
||||
max-width: 100%; }
|
||||
|
||||
#debug_info {
|
||||
margin-top: 20px; }
|
||||
|
||||
|
|
|
|||
|
|
@ -274,7 +274,7 @@ li.comment > img.person_picture
|
|||
|
||||
#show_photo
|
||||
img
|
||||
:width 100%
|
||||
:max-width 100%
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue