]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added max-height to designsettings and attachment view images
authorSarven Capadisli <csarven@controlyourself.ca>
Tue, 7 Jul 2009 00:43:56 +0000 (00:43 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Tue, 7 Jul 2009 00:43:56 +0000 (00:43 +0000)
theme/base/css/display.css

index 854095bad59704e04ccebdb8a5062a06fd1da8c0..8ee3a1d7b01b120b100def4c959ff2d167ff16da 100644 (file)
@@ -1033,6 +1033,7 @@ left:40%;
 }
 #attachment_view img {
 max-width:480px;
+max-height:480px;
 }
 #attachment_view #oembed_info {
 margin-top:11px;
@@ -1278,6 +1279,7 @@ margin-bottom:0;
 
 #form_settings_design #settings_design_background-image img {
 max-width:480px;
+max-height:480px;
 }
 
 #form_settings_design #settings_design_color .form_data,