Files
dss/static/js/libs/backgrid/extensions/select2-cell/backgrid-select2-cell.css
2013-06-19 19:24:50 +01:00

20 lines
331 B
CSS
Executable File

/*
backgrid-select2-cell
http://github.com/wyuenho/backgrid
Copyright (c) 2013 Jimmy Yuen Ho Wong and contributors
Licensed under the MIT @license.
*/
.backgrid .select2-cell {
text-align: center;
}
.backgrid .select2-cell.editor {
padding: 0;
}
.backgrid .select2-cell.editor .select2-container {
width: 100%;
}