Added User email viewing
Improved Table::
This commit is contained in:
@@ -1,5 +1,19 @@
|
||||
/* Default Template CSS */
|
||||
|
||||
.form_button {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
background-color: #E1E1E3;
|
||||
border-color: #AAAACC;
|
||||
border-width: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
background-color: #AABBCC;
|
||||
}
|
||||
|
||||
table.box-left { border: 1px solid #AAAACC; margin-right: auto; }
|
||||
table.box-center { border: 1px solid #AAAACC; margin-left: auto; margin-right: auto; }
|
||||
table.box-full { border: 1px solid #AAAACC; margin-right: auto; width: 100%; }
|
||||
@@ -14,6 +28,8 @@ td.data-right { font-weight: bold; text-align: right; }
|
||||
td.right { text-align: right; }
|
||||
tr.odd { background-color: #FCFCFE; }
|
||||
tr.even { background-color: #F6F6F8; }
|
||||
tr.odd.selected { background-color: #ECECEE; }
|
||||
tr.even.selected { background-color: #E6E6E8; }
|
||||
|
||||
/* Global Page */
|
||||
table.page {
|
||||
@@ -208,8 +224,6 @@ table.page tr.pagemain td.pagebody table.content table.subblockhead {
|
||||
table.page tr.pagemain td.pagebody table.content table.subblock {
|
||||
width: 100%;
|
||||
border: 1px solid #AAAACC;
|
||||
margin-right: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table.page tr.pagemain td.pagebody table.content tr.title {
|
||||
|
Reference in New Issue
Block a user