]> git.mxchange.org Git - friendica.git/commitdiff
dispy: photos display don't overflow onto sidebar
authorfabrixxm <fabrix.xm@gmail.com>
Mon, 27 Jun 2011 16:23:03 +0000 (18:23 +0200)
committerfabrixxm <fabrix.xm@gmail.com>
Mon, 27 Jun 2011 16:23:03 +0000 (18:23 +0200)
view/theme/dispy/style.css

index ac70ff6790ddd7e4036b13a036cab38bdc3cb661..555b0af4fbb8e9b7a0166d69ce7d3434931a3eb0 100644 (file)
@@ -564,7 +564,7 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;}
  * profile
  **/
  
-div[id$="text"] { font-weight: bold; float: left; width: 200px; } 
+div[id$="text"] { font-weight: bold; border-bottom: 1px solid #cccccc; } 
 div[id$="wrapper"] { height: 100%; margin-bottom: 1em; } 
 div[id$="wrapper"] br { clear: left; }
 #advanced-profile-with { margin-left: 200px; }
@@ -592,6 +592,9 @@ div[id$="wrapper"] br { clear: left; }
        
 }
 
+#photo-photo { max-width: 100% }
+#photo-photo img { max-width: 100% }
+
 .photo-top-image-wrapper a:hover,
 #photo-photo a:hover,
 .photo-album-image-wrapper a:hover {