You are here

forena.css in Forena Reports 7.3

div.doclinks {
	float: right;
}

a.doclinks {
	padding-left: 10px;
}

.paging_full_numbers a.paginate_button,
 	.paging_full_numbers a.paginate_active {
	border: 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	background-color : #eee	; 
}


.paging_full_numbers {
	width: 400px;
	height: 22px;
	line-height: 2em;
}

.paging_full_numbers a:active {
	outline: none
}

.paging_full_numbers a:hover {
	text-decoration: none;
}

.dataTables_wrapper {
		clear: both;
  	zoom: 1; /* Feeling sorry for IE */
    margin-bottom: 4em; 
}

.dataTables_processing {
	border: 1px solid #ddd;
	background-color: white;
}

.dataTables_wrapper input {
	border: solid 1px; 
	}

.dataTables_length {
	width: 40%;
	float: right;
	text-align: right;
}

.dataTables_filter {
	width: 50%;
	float: left;
}

.dataTables_info {
	width: 60%;
	float: left;
}

.dataTables_paginate {
	float: right;
	text-align: right;
}



File

forena.css
View source
  1. div.doclinks {
  2. float: right;
  3. }
  4. a.doclinks {
  5. padding-left: 10px;
  6. }
  7. .paging_full_numbers a.paginate_button,
  8. .paging_full_numbers a.paginate_active {
  9. border: 1px solid;
  10. -webkit-border-radius: 5px;
  11. -moz-border-radius: 5px;
  12. padding: 2px 5px;
  13. margin: 0 3px;
  14. cursor: pointer;
  15. background-color : #eee ;
  16. }
  17. .paging_full_numbers {
  18. width: 400px;
  19. height: 22px;
  20. line-height: 2em;
  21. }
  22. .paging_full_numbers a:active {
  23. outline: none
  24. }
  25. .paging_full_numbers a:hover {
  26. text-decoration: none;
  27. }
  28. .dataTables_wrapper {
  29. clear: both;
  30. zoom: 1; /* Feeling sorry for IE */
  31. margin-bottom: 4em;
  32. }
  33. .dataTables_processing {
  34. border: 1px solid #ddd;
  35. background-color: white;
  36. }
  37. .dataTables_wrapper input {
  38. border: solid 1px;
  39. }
  40. .dataTables_length {
  41. width: 40%;
  42. float: right;
  43. text-align: right;
  44. }
  45. .dataTables_filter {
  46. width: 50%;
  47. float: left;
  48. }
  49. .dataTables_info {
  50. width: 60%;
  51. float: left;
  52. }
  53. .dataTables_paginate {
  54. float: right;
  55. text-align: right;
  56. }