You are here

forena.css in Forena Reports 7.5

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-block-preview table {
	width : 100%;
}

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