Pagination and better perfomance for projects page.
This commit is contained in:
parent
60bf502bf1
commit
1d601616a3
6 changed files with 42 additions and 19 deletions
|
@ -668,12 +668,15 @@ p.time {
|
|||
}
|
||||
}
|
||||
}
|
||||
.bottom {
|
||||
padding:10px;
|
||||
}
|
||||
}
|
||||
|
||||
.btn {
|
||||
&.very_small {
|
||||
font-size:11px;
|
||||
padding:4px;
|
||||
padding:2px 6px;
|
||||
margin:2px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -103,6 +103,11 @@ $hover: #FDF5D9;
|
|||
*/
|
||||
@import "sections/issues.scss";
|
||||
|
||||
/**
|
||||
* Styles related to projects
|
||||
*/
|
||||
@import "sections/projects.scss";
|
||||
|
||||
/**
|
||||
* This scss file redefine chozen selectbox styles for
|
||||
* project Branch/Tag select element
|
||||
|
|
15
app/assets/stylesheets/sections/projects.scss
Normal file
15
app/assets/stylesheets/sections/projects.scss
Normal file
|
@ -0,0 +1,15 @@
|
|||
.projects {
|
||||
@extend .row;
|
||||
.activities {
|
||||
}
|
||||
|
||||
.side {
|
||||
@extend .span4;
|
||||
@extend .right;
|
||||
|
||||
.projects_box {
|
||||
@extend .leftbar;
|
||||
@extend .ui-box;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue