Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-29 16:16:47 +0300
committerPhil Hughes <me@iamphill.com>2016-07-04 18:34:53 +0300
commit16ca8ec57f2a7576bcc1cd383ea209d9be24a7af (patch)
tree967715f8a798736a74e6b4ef647e2bf95f422104 /app/assets
parenteac81b988e34744a56d3c85625a9b8121c659f38 (diff)
Updated spacing
CHANGELOG item
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/projects.scss23
1 files changed, 14 insertions, 9 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index 37f21b99d3f..94cd9ffa6af 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -89,7 +89,10 @@
}
.project-home-desc {
+ margin-left: auto;
+ margin-right: auto;
margin-bottom: 15px;
+ max-width: 480px;
> p {
margin-bottom: 0;
@@ -367,6 +370,15 @@ a.deploy-project-label {
&:not(:last-child) {
margin-right: $gl-padding;
}
+
+ &.project-repo-buttons-right {
+ margin-top: 10px;
+
+ @media (min-width: $screen-md-min) {
+ float: right;
+ margin-top: 0;
+ }
+ }
}
.nav > li > a {
@@ -498,7 +510,7 @@ pre.light-well {
}
.ci-status {
- margin-right: 16px;
+ margin-right: $gl-padding;
}
.commit-row-message {
@@ -506,19 +518,12 @@ pre.light-well {
}
.commit_short_id {
- margin: 0 5px;
+ margin-right: 5px;
color: $gl-link-color;
font-weight: 600;
}
.commit-author-link {
- margin-left: 7px;
- text-decoration: none;
- .avatar {
- float: none;
- margin-right: 4px;
- }
-
.commit-author-name {
font-weight: 600;
}