Skip to content

Commit af1daf0

Browse files
author
pedro_morgan
committed
Applying style to login box/table
1 parent a44efae commit af1daf0

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

interface/web/themes/default/style.css

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
body{
2+
margin: 0px auto;
3+
background-color: #ffffff;
4+
font-family: sans-serif;
5+
}
6+
17
.navTopSelected {
28
background-color: #FFFFFF;
39
border-top: 1px solid #BFCBD9;
@@ -88,6 +94,26 @@
8894
color: #FFFFFF;
8995
text-decoration: none;
9096
}
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+
91117
.tblHead {
92118
font-family: Verdana, Arial, Helvetica, sans-serif;
93119
font-size: 12px;

0 commit comments

Comments
 (0)