Made a few little changes to AddressBookList and AddressBookDetail.
svn: r14972
This commit is contained in:
parent
993ac0db22
commit
110c45c7f0
@ -870,8 +870,8 @@ div#RepositoryList table.repolist tbody tr td.ColumnName {
|
||||
------------------------------------------------------ */
|
||||
div#AddressBookList, AddressBookDetail {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
padding: 0 14px 0 14px;
|
||||
width: 965px;
|
||||
}
|
||||
div#AddressBookList table.addressbook {
|
||||
|
||||
@ -886,7 +886,7 @@ div#AddressBookList tble.addressbook tbody tr.Totals td {
|
||||
div#AddressBookList table.addressbook tbody tr td {
|
||||
background-color: #70B1ED;
|
||||
text-align: center;
|
||||
border: solid 1px #000;
|
||||
border: dashed 1px #000;
|
||||
}
|
||||
div#AddressBookList table.addressbook tbody tr td.ColumnRowLabel {
|
||||
width: 4%;
|
||||
@ -898,13 +898,13 @@ div#AddressBookList table.addressbook tbody tr td.ColumnName {
|
||||
}
|
||||
div#AddressBookList table.addressbook tbody tr td.ColumnName a {
|
||||
display: block;
|
||||
padding: 6px 0px 6px 0px;
|
||||
padding: 8px 0px 8px 0px;
|
||||
}
|
||||
div#AddressBookList table.addressbook tbody tr td.ColumnAddress {
|
||||
width: 8%;
|
||||
}
|
||||
div#AddressBookList table.adressbook tbody tr td.ColumnResidence {
|
||||
width: 8%;
|
||||
width: 6%;
|
||||
}
|
||||
div#AddressBookList table.addressbook tbody tr td.ColumnWebLinks {
|
||||
width: 8%;
|
||||
|
Loading…
Reference in New Issue
Block a user