Sha256: f345f5cb9917d5d63edb134c31c0c693d54e18ca5d77c65455dd8b80ba7912d7

Contents?: true

Size: 1.33 KB

Versions: 1

Compression:

Stored size: 1.33 KB

Contents

.attachment
{
	padding-top: 10px;
}

.attachment_text
{
	position: relative;
	width: 90%;
	vertical-align: middle;
	line-height: 20px;
	height: auto;
	float:left;
	font-size:13px;
}

.attachment_text a
{
	color: #2A3890;
	padding-left: 10px;
}

.attachment_text audio
{
	position:relative;
}

.attachment_text video
{
	position:relative;
	height: 180px;
}

.attachment_thumb
{
	position: relative;
	width: 10%;
	float: left;
	height: 50px;
	vertical-align: middle;
}

#new_document{
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
	clear: both;
}

.attachment_tile{
	margin: 4px;
	margin-bottom: 8px;
	width: 80px;
	height: 65px;
	border-bottom: 2px solid transparent;
	float: left;
	text-align: center;
	overflow: hidden;
}

.attachment_tile:hover{
	background-color: #e0edf2;
	border-bottom: 2px solid #2A3890;
}

.attachment_tile.selected{
	background-color: #e0edf2;
	border-bottom: 2px solid green;	
}

.attachment_section_header{
	margin-top: 15px;
	margin-bottom: 5px;
	padding-left: 10px;
	position: relative;
	width:90%;
	border-left: 3px solid #2A3890;
	background-color: #e0edf2;
}

.player{
	position: absolute;
	border-left: 24px solid #2A3890;
	border-right: 24px solid #2A3890;
	background-color: #e0edf2;
	bottom: 0px;
	right: 0px;
	max-height: 300px;
}

#downloadButton{
	position: absolute;
	bottom: 5px;
	right: 0px;
	width: 24px;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
social_stream-documents-0.1.0 app/assets/stylesheets/documents.css