blob: 923479b3138c72737b48bc1f13f361b27180b4c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
div.autofill-section {
display: block;
padding: 1em 0 0;
}
#profileSelectContainer {
display: -webkit-box;
}
#profileSelectLeftColumn {
-webkit-box-flex: 1;
}
#profileSelectLeftColumn select {
width: 100%;
}
|