Improve events list style

This commit is contained in:
Saivann 2014-03-05 12:16:08 -05:00
parent 270c1019d3
commit 1a8b4c681a
3 changed files with 36 additions and 4 deletions

View file

@ -203,6 +203,11 @@ body{
display:inline;
}
.eventtable div div{
zoom:1;
display:inline;
}
.alert-message a:hover,
.alert-message a:hover:link,
.alert-message a:hover:active,

View file

@ -1091,6 +1091,28 @@ h2 .rssicon{
height:400px;
margin-bottom:25px;
}
.eventtable div{
padding:8px 0;
border-top:1px solid #E2E2E2;
}
.eventtable div:first-child{
border-top:0;
}
.eventtable div div{
display:inline-block;
padding:0;
border-top:0;
padding-right:20px;
}
.eventtable div div:first-child{
width:100px;
}
.eventtable div div:first-child+div{
width:300px;
}
.eventtable div div:first-child+div+div{
width:300px;
}
.summary{
font-size:125%;
@ -1450,6 +1472,12 @@ h2 .rssicon{
background:none;
height:auto;
}
.eventtable div div{
display:block;
}
.eventtable div div:first-child,.eventtable div div:first-child+div,.eventtable div div:first-child+div+div{
width:auto;
}
.press-faq>div{
width:auto;
display:block;