We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a44efae commit af1daf0Copy full SHA for af1daf0
interface/web/themes/default/style.css
@@ -1,3 +1,9 @@
1
+body{
2
+ margin: 0px auto;
3
+ background-color: #ffffff;
4
+ font-family: sans-serif;
5
+}
6
+
7
.navTopSelected {
8
background-color: #FFFFFF;
9
border-top: 1px solid #BFCBD9;
@@ -88,6 +94,26 @@
88
94
color: #FFFFFF;
89
95
text-decoration: none;
90
96
}
97
98
+/* Listing table */
99
+table.table{
100
+ font-family: Verdana, Arial, Helvetica, sans-serif;
101
102
103
+table.table th{
104
+ color: #496FA8;
105
+ font-size: 10pt;
106
+ text-align: left;
107
+ background-color: #DEE4F2;
108
+ border: 1px solid #C0CCDA;
109
+ padding: 2px 2px 2px 5px;
110
111
112
+table.table td{
113
+ font-size: 8pt;
114
+ padding: 3px;
115
116
91
117
.tblHead {
92
118
font-family: Verdana, Arial, Helvetica, sans-serif;
93
119
font-size: 12px;
0 commit comments