Created CSS elements for WebLinks sections in Individual Pages and AddressBook Pages. Fixed missing hyperlinks and description fields. Problem from Alain Aupeix. No bug tracker created.
svn: r14942
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
# Copyright 2008 Jason M. Simanek
|
||||
# Copyright 2009 Stephane Charette
|
||||
# Copyright (c) 2008-2009 Rob G. Healey <robhealey1@gmail.com>
|
||||
# Copyright (c) 2008-2010 Rob G. Healey <robhealey1@gmail.com>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@@ -1037,6 +1037,29 @@ div#sourcerefs ol li ol {
|
||||
|
||||
/* Subsections : Weblinks
|
||||
----------------------------------------------------- */
|
||||
div#WebLinks {
|
||||
margin : 0 auto;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
table.weblinks tr td {
|
||||
background-color: #EEE;
|
||||
border-bottom: dashed 1px #000;
|
||||
}
|
||||
table.weblinks tr td.ColumnRowLabel {
|
||||
width: 5%;
|
||||
}
|
||||
table.weblinks tr td.ColumnType {
|
||||
width: 30%;
|
||||
}
|
||||
table.weblinks tr td.ColumnPath {
|
||||
background-color: #FFF;
|
||||
width: 435;
|
||||
}
|
||||
table.weblinks tr td.ColumnDescription {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
|
||||
/* Subsections : Pedigree
|
||||
----------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user