You are here

forena.css in Forena Reports 8

ul.forena-doclinks { 
  margin: 0 0.5em;
  display: block; 
  float: right; 
  width: 10em;	
  clear: right; 
  text-align: right; 
}

ul.forena-doclinks li {
  list-style: none; 
  display: inline; 
}

.forena-editor-links {
	display: block; 
	float: right; 
	width: 5em; 
	clear: right; 
	text-align: right;
}

.forena-editor-links a { text-decoration: none;  }


ul.forena-doclinks { 
	margin-left: 0; 
}


.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	; 
}

#FrxCrosstab-columns div { 
	display: inline; 
	margin-right: 1em; 
}

.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;
}

.forena-edit-links img, .forena-editor-links img,
.forena-field-config img { height: 1.3em; vertical-align: middle; }
.forena-edit-links a, .forena-editor-links a { display: inline-block;
  padding: 0.2em;
  background-color: #eee; 
  border: solid 1px #ddd;
  text-decoration: none; 
  font-size: 1.1em; 
  vertical-align: middle; 
  margin-bottom: 0.5em; 
  border-radius: .5em; }

.forena-edit-links a:hover { text-decoration: none;  }


File

forena.css
View source
  1. ul.forena-doclinks {
  2. margin: 0 0.5em;
  3. display: block;
  4. float: right;
  5. width: 10em;
  6. clear: right;
  7. text-align: right;
  8. }
  9. ul.forena-doclinks li {
  10. list-style: none;
  11. display: inline;
  12. }
  13. .forena-editor-links {
  14. display: block;
  15. float: right;
  16. width: 5em;
  17. clear: right;
  18. text-align: right;
  19. }
  20. .forena-editor-links a { text-decoration: none; }
  21. ul.forena-doclinks {
  22. margin-left: 0;
  23. }
  24. .paging_full_numbers a.paginate_button,
  25. .paging_full_numbers a.paginate_active {
  26. border: 1px solid;
  27. -webkit-border-radius: 5px;
  28. -moz-border-radius: 5px;
  29. padding: 2px 5px;
  30. margin: 0 3px;
  31. cursor: pointer;
  32. background-color : #eee ;
  33. }
  34. #FrxCrosstab-columns div {
  35. display: inline;
  36. margin-right: 1em;
  37. }
  38. .paging_full_numbers {
  39. width: 400px;
  40. height: 22px;
  41. line-height: 2em;
  42. }
  43. .paging_full_numbers a:active {
  44. outline: none
  45. }
  46. .paging_full_numbers a:hover {
  47. text-decoration: none;
  48. }
  49. .dataTables_wrapper {
  50. clear: both;
  51. zoom: 1; /* Feeling sorry for IE */
  52. margin-bottom: 4em;
  53. }
  54. .dataTables_processing {
  55. border: 1px solid #ddd;
  56. background-color: white;
  57. }
  58. .dataTables_wrapper input {
  59. border: solid 1px;
  60. }
  61. .dataTables_length {
  62. width: 40%;
  63. float: right;
  64. text-align: right;
  65. }
  66. .dataTables_filter {
  67. width: 50%;
  68. float: left;
  69. }
  70. .dataTables_info {
  71. width: 60%;
  72. float: left;
  73. }
  74. .dataTables_paginate {
  75. float: right;
  76. text-align: right;
  77. }
  78. .forena-edit-links img, .forena-editor-links img,
  79. .forena-field-config img { height: 1.3em; vertical-align: middle; }
  80. .forena-edit-links a, .forena-editor-links a { display: inline-block;
  81. padding: 0.2em;
  82. background-color: #eee;
  83. border: solid 1px #ddd;
  84. text-decoration: none;
  85. font-size: 1.1em;
  86. vertical-align: middle;
  87. margin-bottom: 0.5em;
  88. border-radius: .5em; }
  89. .forena-edit-links a:hover { text-decoration: none; }