user_notes.css 548 Bytes
.user_notes_container {
	height: 98%;
	width: 55%;
	border-style: none;
	padding:0 0 0 0;
}

.notes-pages {
	border-style: none;
	padding:0 0 0 0;
	height: 93%;
}

.notes-paginate {
	width:60%; 
	float:right;
}

.notes-actions {
	display: inline-block;
	border-style: none;
	padding: 0 0 0 10;
	width: 43%;
	height: 95%;
}

.note-text {
	height: 80%;
	border-style: solid;
	border-width: 1px;
	border-color: grey;
	white-space: pre-wrap;
	overflow: auto;
	font-size: 12px;
}

.notes-table {
	display: inline-block;
	overflow: auto;
	height: 95%;
}