Commit c43da4a0 authored by Ed Spencer's avatar Ed Spencer
Browse files

Added more styles to touch iframe

parent 77dc0e9d
Loading
Loading
Loading
Loading

template/touchIframe.html

100644 → 100755
+23 −0
Original line number Diff line number Diff line
@@ -33,6 +33,29 @@
            color: #999;
            font-size: 0.7em;
        }

		.twitterView .x-dataview-item {
			padding: 10px;
			min-height: 50px;
		}

		.twitterView .x-dataview-item img {
			float: left;
			display: block;
			margin-top: 36px;
		}
		
		.twitterView .x-dataview-item h2 {
			font-weight: bold;
			color: #333;
			margin: 0px 0px 10px 60px;
		}
		
		.twitterView .x-dataview-item p {
			color: #666;
			margin-left: 60px;
			font-size: 0.8em;
		}
    </style>
    
    <script type="text/javascript">