Files
chrome-extensions-samples/samples/usb/device-info/style.css
2015-02-05 10:58:07 +01:00

31 lines
285 B
CSS

html {
height: 100%;
}
body {
margin: 0px auto;
overflow-y: scroll;
height: 100%;
}
h3 {
border-bottom: 1px solid;
}
p {
margin: 8px;
}
#device-info {
margin-left: 216px;
}
.left-panel {
position: absolute;
}
#device-selector {
width: 200px;
height: 283px;
}