Width issues in CSS
svn: r15187
This commit is contained in:
parent
87dd9aff24
commit
9a82394a6f
@ -205,11 +205,9 @@ div#navigation, div#subnavigation {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: solid 2px #000;
|
|
||||||
}
|
}
|
||||||
div#navigation ul, div#subnavigation ul {
|
div#navigation ul, div#subnavigation ul {
|
||||||
list-style:none;
|
list-style:none;
|
||||||
min-width: 900px;
|
|
||||||
height: 24px;
|
height: 24px;
|
||||||
margin:0;
|
margin:0;
|
||||||
padding: 0px 0px 0px 9px;
|
padding: 0px 0px 0px 9px;
|
||||||
@ -225,7 +223,7 @@ div#navigation ul li:after, div#subnavigation ul li:after {
|
|||||||
content: "| ";
|
content: "| ";
|
||||||
}
|
}
|
||||||
div#navigation ul li a, div#subnavigation ul li a {
|
div#navigation ul li a, div#subnavigation ul li a {
|
||||||
bakground-color: #A97;
|
background-color: #A97;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 4px 8px 4px 8px;
|
padding: 4px 8px 4px 8px;
|
||||||
float: left;
|
float: left;
|
||||||
@ -257,7 +255,6 @@ div#alphabet {
|
|||||||
}
|
}
|
||||||
div#alphabet ul {
|
div#alphabet ul {
|
||||||
list-style:none;
|
list-style:none;
|
||||||
min-width:770px;
|
|
||||||
height:24px;
|
height:24px;
|
||||||
margin:0;
|
margin:0;
|
||||||
padding: 0px 0px 0px 16px;
|
padding: 0px 0px 0px 16px;
|
||||||
@ -308,7 +305,6 @@ table.infolist tr th a:hover {
|
|||||||
table.infolist tr td {
|
table.infolist tr td {
|
||||||
font:normal 1.1em/1.4em serif;
|
font:normal 1.1em/1.4em serif;
|
||||||
vertical-align:middle;
|
vertical-align:middle;
|
||||||
padding:.1em 10px;
|
|
||||||
}
|
}
|
||||||
table.infolist tr td a {
|
table.infolist tr td a {
|
||||||
display:block;
|
display:block;
|
||||||
@ -602,10 +598,7 @@ div#EventList table.alphaevent tbody tr td.ColumnPerson span.mother:before {
|
|||||||
content:"+ ";
|
content:"+ ";
|
||||||
}
|
}
|
||||||
div#EventDetail h3 {
|
div#EventDetail h3 {
|
||||||
font-size: xxx-large;
|
font-size: 1em;;
|
||||||
}
|
|
||||||
div#EventDetail h3:first-lettr {
|
|
||||||
color: #453619;
|
|
||||||
}
|
}
|
||||||
div#EventDetail table.eventlist {
|
div#EventDetail table.eventlist {
|
||||||
margin: .5cm 0 .3cm 1.5cm;
|
margin: .5cm 0 .3cm 1.5cm;
|
||||||
@ -754,7 +747,7 @@ table.download {
|
|||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
table.download img {
|
table.download img {
|
||||||
float:center;
|
text-align:center;
|
||||||
}
|
}
|
||||||
table.download thead tr th {
|
table.download thead tr th {
|
||||||
text-align:center;
|
text-align:center;
|
||||||
@ -1236,13 +1229,13 @@ div#pedigree {
|
|||||||
}
|
}
|
||||||
#treeContainer div.boxbg span.thumbnail {
|
#treeContainer div.boxbg span.thumbnail {
|
||||||
display:block;
|
display:block;
|
||||||
max-width:80px auto;
|
max-width:80px;
|
||||||
max-height:65px;
|
max-height:65px;
|
||||||
margin:0 auto;
|
margin:0 auto;
|
||||||
padding:4px 0;
|
padding:4px 0;
|
||||||
}
|
}
|
||||||
#treeContainer div.boxbg span.thumbnail img {
|
#treeContainer div.boxbg span.thumbnail img {
|
||||||
max-width:80px auto;
|
max-width:80px;
|
||||||
max-height:65px;
|
max-height:65px;
|
||||||
margin:0 auto;
|
margin:0 auto;
|
||||||
}
|
}
|
||||||
@ -1533,5 +1526,5 @@ table.oneday tbody tr td.ColumnText {
|
|||||||
width: 85%;
|
width: 85%;
|
||||||
}
|
}
|
||||||
table.oneday tbody tr td.ColumnEvent {
|
table.oneday tbody tr td.ColumnEvent {
|
||||||
width; 10%;
|
width: 10%;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user