Skip to content

Commit 87fff57

Browse files
author
louis1chen
committed
init
1 parent 262a4f1 commit 87fff57

40 files changed

+21808
-0
lines changed

css/logcatViewer.css

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
html,
2+
body {
3+
margin: 0;
4+
height: 100%;
5+
}
6+
7+
.headerBar {
8+
padding: 4px 10px;
9+
float: left;
10+
position: fixed;
11+
background: white;
12+
width: 100%;
13+
}
14+
15+
#logcatWrapper {
16+
padding-top: 250px;
17+
}
18+
19+
@media (min-width: 768px) {
20+
#logcatWrapper {
21+
padding-top: 50px;
22+
}
23+
}
24+
25+
#logcatWrapper td {
26+
padding: 0 4px;
27+
text-align: center;
28+
}
29+
30+
#logcatWrapper td.msg {
31+
text-align: left;
32+
}

0 commit comments

Comments
 (0)