Skip to content
Snippets Groups Projects
Commit e9246148 authored by Rubén Dávila's avatar Rubén Dávila
Browse files

Refactor some CSS rules.

parent a091483b
No related branches found
No related tags found
1 merge request!2376Show list of forks for a given Project
Loading
@@ -569,18 +569,28 @@ pre.light-well {
Loading
@@ -569,18 +569,28 @@ pre.light-well {
* Forks list rendered on Project's forks page * Forks list rendered on Project's forks page
*/ */
   
.forks-top-block {
padding: 16px 0;
}
.projects-search-form { .projects-search-form {
&.fork-search-form { &.fork-search-form {
margin: 0; margin: 0;
margin-top: -$gl-padding; margin-top: -$gl-padding;
padding-bottom: 0; padding-bottom: 0;
width: 540px;
   
input { input {
width: calc(100% - 300px); /* Small devices (tablets, 768px and up) */
@media (min-width: $screen-sm-min) { width: 180px; }
/* Medium devices (desktops, 992px and up) */
@media (min-width: $screen-md-min) { width: 350px; }
/* Large devices (large desktops, 1200px and up) */
@media (min-width: $screen-lg-min) { width: 400px; }
} }
   
button.sort-forks { .sort-forks {
width: 160px; width: 160px;
} }
   
Loading
@@ -596,10 +606,11 @@ pre.light-well {
Loading
@@ -596,10 +606,11 @@ pre.light-well {
} }
   
.private-forks-notice .private-fork-icon { .private-forks-notice .private-fork-icon {
i.fa-circle { i:nth-child(1) {
color: #2AA056; color: #2AA056;
} }
i.fa-lock {
i:nth-child(2) {
color: #FFFFFF; color: #FFFFFF;
} }
} }
.gray-content-block.top-block.clearfix.white .gray-content-block.top-block.clearfix.white.forks-top-block
.pull-left .pull-left
- public_count = @public_forks.size - public_count = @public_forks.size
- protected_count = @protected_forks.size - protected_count = @protected_forks.size
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment