app/assets/stylesheets/documents.css in social_stream-documents-0.1.1 vs app/assets/stylesheets/documents.css in social_stream-documents-0.1.2

- old
+ new

@@ -93,5 +93,61 @@ position: absolute; bottom: 5px; right: 0px; width: 24px; } + +#media_wall{ + position: relative; + margin-left: auto; + margin-right: auto; + background-color: #e0edf2; + width: 100%; + margin-bottom: 20px; + height: 130px; +} + +#media_wall_buttons{ + position: relative; + margin-left: auto; + margin-right: auto; + width: 100%; + text-align: right; +} + +#media_wall_buttons li{ + display:inline; + margin-left:2px; + margin-right:2px; + padding: 0px; +} + +.media_preview{ + float:left; + margin: 10px; + width: 140px; + height: 110px; + text-align:center; +} + +.media_preview_image{ + position: relative; + top: 0px; + width:130px; + height: 80px; +} + +.media_preview_title{ + position:relative; + width: 100%; + overflow:hidden; + font-size: 12px; + color: #2A3890; +} + +.media_preview_detail{ + position: relative; + width: 100%; + overflow:hidden; + font-size: 11px; + color: #2A3890; +} \ No newline at end of file