16 lines
128 B
CSS
16 lines
128 B
CSS
body {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.action {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.block-grid {
|
|
margin: 20px;
|
|
}
|
|
|
|
.btn .glyphicon {
|
|
top: 2px;
|
|
}
|