Fixed some spacing issues in Events.
svn: r13132
This commit is contained in:
parent
731928a9ab
commit
9cf7d81978
@ -631,7 +631,6 @@ div#EventList table.eventlist {
|
|||||||
}
|
}
|
||||||
div#EventList table.eventlist thead tr th {
|
div#EventList table.eventlist thead tr th {
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
text-transform:uppercase;
|
|
||||||
border:solid 1px #5D835F;
|
border:solid 1px #5D835F;
|
||||||
}
|
}
|
||||||
div#EventList table.eventlist tbody tr {
|
div#EventList table.eventlist tbody tr {
|
||||||
@ -639,25 +638,30 @@ div#EventList table.eventlist tbody tr {
|
|||||||
}
|
}
|
||||||
div#EventList table.eventlist tbody tr td {
|
div#EventList table.eventlist tbody tr td {
|
||||||
background-color:#D8F3D6;
|
background-color:#D8F3D6;
|
||||||
|
padding: 10px 0px 10px 0px;
|
||||||
}
|
}
|
||||||
div#EventList table.eventlist tbody tr td.ColumnType {
|
div#EventList table.eventlist tbody tr td.ColumnType {
|
||||||
display:block;
|
|
||||||
padding:10px 20px 10px 20px;
|
|
||||||
background-color:#FFF;
|
background-color:#FFF;
|
||||||
width: 35%;
|
width: 25%;
|
||||||
|
}
|
||||||
|
div#EventList table.eventlist tbody tr td.ColumnType a:hover {
|
||||||
|
padding: 10px 10px 10px 0px;
|
||||||
|
display:block;
|
||||||
}
|
}
|
||||||
div#EventList table.eventlist tbody tr td.ColumnDate {
|
div#EventList table.eventlist tbody tr td.ColumnDate {
|
||||||
width: 22%;
|
width: 18%;
|
||||||
}
|
}
|
||||||
div#EventList table.eventlist tbody tr td.ColumnDescription {
|
div#EventList table.eventlist tbody tr td.ColumnDescription {
|
||||||
width: 20%;
|
width: 20%;
|
||||||
}
|
}
|
||||||
div#EventList table.eventlist tbody tr td.ColumnName {
|
div#EventList table.eventlist tbody tr td.ColumnName {
|
||||||
display:block;
|
|
||||||
padding:10px 20px 10px 20px;
|
|
||||||
background-color:#FFF;
|
background-color:#FFF;
|
||||||
width: 75%;
|
width: 75%;
|
||||||
}
|
}
|
||||||
|
div#EventList table.eventlist tbody tr td.ColumnName a:hover {
|
||||||
|
padding: 10px 10px 10px 0px;
|
||||||
|
display:block;
|
||||||
|
}
|
||||||
div#EventDetail {
|
div#EventDetail {
|
||||||
font-size:10px;
|
font-size:10px;
|
||||||
color:#000;
|
color:#000;
|
||||||
@ -666,6 +670,13 @@ div#EventDetail {
|
|||||||
div#EventDetail h3 {
|
div#EventDetail h3 {
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
}
|
}
|
||||||
|
div#EventDetail table.eventlist tbody tr td
|
||||||
|
border-bottom:dashed 1px #5D835F;
|
||||||
|
}
|
||||||
|
div#EventDetail table.eventlist tbody tr td.ColumnValue a:hover {
|
||||||
|
padding: 5px 50px 5px 0px;
|
||||||
|
display:block;
|
||||||
|
}
|
||||||
|
|
||||||
/* Gallery
|
/* Gallery
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
|
@ -5452,12 +5452,12 @@ class NavWebOptions(MenuReportOptions):
|
|||||||
"step-siblings with the parents and siblings"))
|
"step-siblings with the parents and siblings"))
|
||||||
menu.add_option(category_name, 'showhalfsiblings', showallsiblings)
|
menu.add_option(category_name, 'showhalfsiblings', showallsiblings)
|
||||||
|
|
||||||
birthorder = BooleanOption(_('Sort children in birth order'), False)
|
birthorder = BooleanOption(_('Sort all children in birth order'), False)
|
||||||
birthorder.set_help(_('Whether to display children in birth order'
|
birthorder.set_help(_('Whether to display children in birth order'
|
||||||
' or in entry order?'))
|
' or in entry order?'))
|
||||||
menu.add_option(category_name, 'birthorder', birthorder)
|
menu.add_option(category_name, 'birthorder', birthorder)
|
||||||
|
|
||||||
inc_events = BooleanOption(_('Include an event pages'), False)
|
inc_events = BooleanOption(_('Include event pages'), False)
|
||||||
inc_events.set_help(_('Add a complete events list and relevant pages or not'))
|
inc_events.set_help(_('Add a complete events list and relevant pages or not'))
|
||||||
menu.add_option(category_name, 'inc_events', inc_events)
|
menu.add_option(category_name, 'inc_events', inc_events)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user