Fixed styles, ProjectHook specs etc
This commit is contained in:
parent
c6298678f5
commit
e16cebac3e
22 changed files with 111 additions and 76 deletions
|
@ -61,31 +61,25 @@ input.check_all_issues {
|
|||
|
||||
#issues-table-holder {
|
||||
.issues_filters {
|
||||
form {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
margin-top:7px
|
||||
}
|
||||
}
|
||||
|
||||
.issues_bulk_update {
|
||||
margin: 0;
|
||||
form {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
margin-top:7px
|
||||
float:left;
|
||||
}
|
||||
.update_selected_issues {
|
||||
position: relative;
|
||||
top:-2px;
|
||||
top:5px;
|
||||
margin-left: 4px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.update_issues_text {
|
||||
padding: 3px;
|
||||
line-height: 18px;
|
||||
line-height: 28px;
|
||||
float: left;
|
||||
color: #479;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,14 +8,8 @@
|
|||
|
||||
.groups_box,
|
||||
.projects_box {
|
||||
> h5 {
|
||||
color: #456;
|
||||
font-size: 16px;
|
||||
text-shadow: 0 1px 1px #fff;
|
||||
> .title {
|
||||
padding: 2px 15px;
|
||||
line-height: 36px;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
}
|
||||
.nav-projects-tabs li { padding: 0; }
|
||||
.well-list {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue