info343/labs/10/twitter.css

/*
twitter.css
CSS styles for Lab 10: Mobile Twitter
INFO 343, Autumn 2012
Morgan Doocy
*/

#results {
   margin-top: 30px;
}

.ui-listview li .ui-btn-inner {
   white-space: normal;
   text-overflow: clip;
}

.ui-listview li .ui-link-inherit {
   overflow: hidden;
   min-height: auto;
}

.ui-listview li .ui-li-desc {
   overflow: hidden;
   text-overflow: clip;
   white-space: normal;
}

#show-timeline header {
/*   height: 135px;*/
   position: relative;
   text-align: center;
}

#show-timeline header h1 {
   margin-bottom: 0;
}

#show-timeline header h2 {
   margin-top: 0;
   font-weight: normal;
   font-size: 90%;
}

#avatar {
   max-height: 60px;
}

#user_stats {
   text-align: left;
   margin: 0 auto;
   padding: 0;
   width: 50%;
   min-width: 340px;
   list-style-type: none;
}

#user_stats li {
   display: inline-block;
   margin: 0 .5em 0 0;
   padding: 0;
}

#user_stats li strong,
#user_stats li small {
   display: block;
}

#user_stats li small {
   color: gray;
   margin-bottom: .5em;
}

.ui-li-thumb {
   margin-top: 4px;
   margin-left: 4px;
}

#timeline {
   margin-top: 15px;
}

h3 small {
   margin-left: .5em;
   color: gray;
}