documents/app/assets/stylesheets/documents.css.scss in social_stream-0.17.1 vs documents/app/assets/stylesheets/documents.css.scss in social_stream-0.18.0
- old
+ new
@@ -16,19 +16,27 @@
font-size:13px;
}
.attachment_text
{
- line-height: 20px;
- height: auto;
- font-size:13px;
+ float: left;
+ font-size:11px;
+ margin-bottom: 3px;
+ text-align: left;
+ width: 310px;
}
+.attachment_text .title
+{
+ font-weight: bold;
+ margin: 10px 0 3px 0;
+}
+
.attachment_text_link
{
color: #2A3890;
- padding-left: 10px;
+ text-decoration: underline;
}
.attachment_text audio
{
position:relative;
@@ -44,11 +52,11 @@
{
position: relative;
/*width: 10%;*/
float: left;
/*height: 50px;*/
- padding-right:5px;
+ padding-right:5px;
vertical-align: middle;
}
#new_document{
margin-left: 10px;
@@ -276,5 +284,22 @@
.screw{
width: 100%;
text-align: center;
}
+
+/* Uploaded images, audio and vids */
+.picture_thumbnail_show {
+ padding: 10px;
+}
+
+.picture_thumbnail_show, .picture_thumbnail_show img {
+ position: relative;
+ float: left;
+ max-height: 100px;
+ width: 130px;
+}
+
+.attachment_thumb {
+ position: relative;
+ float: left;
+}