You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
944 B
CSS

#cityList{border:16px solid #f0f0f0;}
#cityList ul{padding:10px; height:100%; overflow:hidden; border:1px solid #DDD; background:#f5f5f5;}
#cityList ul li{float:left; display:inline; list-style:none; width:120px; margin-bottom:5px; padding-bottom:5px;}
#cityList ul li input{margin-right:5px; display:inline;}
#addDay{width:100px; float:right; margin-right:7px;}
.attList{margin:18px 0; padding-bottom:18px; border-bottom:1px dashed #DDD;}
.attList h2{margin:0 10px; font-size:16px; margin-bottom:15px;}
.attList h2 span{font-weight:lighter; float:right; font-size:12px; text-decoration:underline;}
.attList ul{height:100%; overflow:hidden;}
.attList ul li{float:left; display:inline; list-style:none; width:165px; text-align:center; margin-bottom:5px;}
.tourDate{background:#f1f1f1; color:#999999; font-weight:bold; padding:0 8px; border-bottom:dotted #DDD 1px; margin-bottom:5px;}
.tourInfo p{margin-bottom:5px; text-decoration:underline;}