Sha256: 2bff92a1b27eec83c6d7f76b3c8998d465c6c122490105c20e635441dce15089

Contents?: true

Size: 1021 Bytes

Versions: 8

Compression:

Stored size: 1021 Bytes

Contents

/*
 * FORUM PAGE
 */	
 

.table-forum thead tr {
	background:none !important;
}

.table-forum thead tr th {
	font-size: @font-size-base + 4;
	font-weight:normal;
	border-bottom-color: #F1F1F1;
}

.table-forum tr td {
	border-top-style:dashed !important; 
	padding-top:12px !important;
	padding-bottom:12px !important;
}

.table-forum tr td h4 {
	font-size: @font-size-base + 2;
	font-weight:700;
}

.table-forum tr td h4 small{
	font-size: @font-size-base;
	display:block;
	margin-top:2px;
}

.table-forum tr td > i{
	margin-top:4px;
	padding-left:10px;
}

.table-forum tr.locked h4 > a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f023";
}

.table-forum tr.closed h4 > a {
	text-decoration:line-through;
	color:#848484;
	cursor:not-allowed;
}

.forum-attachment {
	margin-top:20px;
	display:block;
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fly_admin-0.0.8 app/assets/stylesheets/fly_admin/smartadmin/section-forum.less
fly_admin-0.0.7 app/assets/stylesheets/fly_admin/smartadmin/section-forum.less
fly_admin-0.0.6 app/assets/stylesheets/fly_admin/smartadmin/section-forum.less
fly_admin-0.0.5 app/assets/stylesheets/fly_admin/smartadmin/section-forum.less
fly_admin-0.0.4 app/assets/stylesheets/fly_admin/smartadmin/section-forum.less
fly_admin-0.0.3 app/assets/stylesheets/fly_admin/smartadmin/section-forum.less
fly_admin-0.0.2 app/assets/stylesheets/fly_admin/smartadmin/section-forum.less
fly_admin-0.0.1 app/assets/stylesheets/fly_admin/smartadmin/section-forum.less