23 lines
540 B
SCSS
23 lines
540 B
SCSS
.box {
|
|
/* used on detail pages for: customer, project and activity */
|
|
.box-body.no-padding div.comment,
|
|
.box-body.no-padding .box-padding {
|
|
padding: 10px;
|
|
}
|
|
|
|
.box-tools {
|
|
/* a button that is directly connected with a pagination element inside the box tools (eg. project list on customer detail page) */
|
|
.btn-pager {
|
|
float: left;
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
}
|
|
#customer_details_box,
|
|
#project_details_box,
|
|
#activity_details_box {
|
|
th {
|
|
width: 30%;
|
|
}
|
|
}
|