Completed the dump of the events in the database. Added styles which are affected by the two new classes: EventListPage() and EventPage().
svn: r13096
This commit is contained in:
@@ -599,6 +599,46 @@ table.individuallist tbody tr td.ColumnPartner a:hover {
|
||||
}
|
||||
#Places table.infolist tbody tr td.ColumnName a:hover { }
|
||||
|
||||
/* Events
|
||||
----------------------------------------------------- */
|
||||
div#eventlist ( )
|
||||
|
||||
table.eventlist {
|
||||
margin: .5cm 0 .5cm 0;
|
||||
width: 100%;
|
||||
}
|
||||
table.eventlist tbody tr {
|
||||
border-bottom:solid 1px #000;
|
||||
}
|
||||
table.eventlist tbody tr td {
|
||||
background-color:#D8F3D6;
|
||||
}
|
||||
table.eventlist tbody tr td.ColumnEventType {
|
||||
display:block;
|
||||
padding:4px 20px 4px 20px;
|
||||
background-color:#FFF;
|
||||
width:15%;
|
||||
}
|
||||
table.eventlist tbody tr td.ColumnDate {
|
||||
width:15%;0
|
||||
|
||||
}
|
||||
table.eventlist tbody tr td.ColumnPlace {
|
||||
display:block;
|
||||
padding: 4px 10px 4px 10px;
|
||||
background-color:#FFF;
|
||||
width:60%;
|
||||
}
|
||||
table.eventlist tbody tr td.ColumnDescription {
|
||||
width:10^;
|
||||
}
|
||||
table.eventlist tbody tr td.ColumnPerson {
|
||||
display:block;
|
||||
padding:10px 20px 10px 20px;
|
||||
background-color:#FFF;
|
||||
width:70%;
|
||||
}
|
||||
|
||||
/* Gallery
|
||||
----------------------------------------------------- */
|
||||
#Gallery { }
|
||||
@@ -914,19 +954,22 @@ table.attrlist thead tr th {
|
||||
color:#000;
|
||||
}
|
||||
div#events table.attrlist tbody tr td {
|
||||
border-bottom:dashed 2px #000;
|
||||
border-bottom:dashed 1px #000;
|
||||
}
|
||||
div#events table.attrlist tbody tr td.ColumnTitle {
|
||||
width:10%;
|
||||
}
|
||||
div#events table.attrlist tbody tr td.ColumnType {
|
||||
width:100px;
|
||||
width:200px;
|
||||
}
|
||||
div#events table.attrlist tbody tr td.ColumnValue {
|
||||
width:200px;
|
||||
}
|
||||
div#events table.attrlist tbody tr td.ColumnSource {
|
||||
width:80px;
|
||||
div#events table.attrlist tbody tr td.ColumnSources {
|
||||
width:50px;
|
||||
}
|
||||
div#events table.attrlist tbody tr td.ColumnNote {
|
||||
width:450px;
|
||||
div#events table.attrlist tbody tr td.ColumnNotes {
|
||||
width:350px;
|
||||
}
|
||||
|
||||
/* Subsections : Attributes
|
||||
|
Reference in New Issue
Block a user