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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-09 19:18:19 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-29 21:44:15 +0300
commitc298cd9c40d0bf3fdc06368ad4376f5b2fbdda3c (patch)
tree9084f1028ef763de9ab4d0c781811215c0c94a56 /app/assets/stylesheets/pages/commits.scss
parentf2bf9443ca0a5b55713dab259edd3c20f42e7099 (diff)
Update file hader styles; remove and relocate more commits css
Diffstat (limited to 'app/assets/stylesheets/pages/commits.scss')
-rw-r--r--app/assets/stylesheets/pages/commits.scss144
1 files changed, 1 insertions, 143 deletions
diff --git a/app/assets/stylesheets/pages/commits.scss b/app/assets/stylesheets/pages/commits.scss
index feaa04136a9..d890cf3502b 100644
--- a/app/assets/stylesheets/pages/commits.scss
+++ b/app/assets/stylesheets/pages/commits.scss
@@ -1,25 +1,6 @@
-.commit-title {
- display: block;
-}
-
-.commit-author,
-.commit-committer {
- display: block;
- color: $commit-committer-color;
- font-weight: normal;
- font-style: italic;
-}
-
-.commit-author strong,
-.commit-committer strong {
- font-weight: bold;
- font-style: normal;
-}
-
.commit-description {
background: none;
border: none;
- margin: 0;
padding: 0;
margin-top: 10px;
word-break: normal;
@@ -32,19 +13,12 @@
}
}
-.ci-status-link {
- svg {
- overflow: visible;
- }
-}
-
.commit-box {
border-top: 1px solid $border-color;
padding: $gl-padding 0;
.commit-title {
margin: 0;
- font-size: 23px;
color: $gl-gray-dark;
}
@@ -64,43 +38,6 @@
}
}
-.file-stats {
- ul {
- list-style: none;
- margin: 0;
- padding: 10px 0;
-
- li {
- padding: 3px 0;
- line-height: 20px;
- }
- }
-
- .new-file {
- a {
- color: $gl-text-green;
- }
- }
-
- .renamed-file {
- a {
- color: $gl-text-orange;
- }
- }
-
- .deleted-file {
- a {
- color: $gl-text-red;
- }
- }
-
- .edit-file {
- a {
- color: $gl-text-color;
- }
- }
-}
-
/*
* Commit message textarea for web editor and
* custom merge request message
@@ -122,7 +59,7 @@
z-index: 1;
}
- > textarea {
+ textarea {
background-color: $commit-message-text-area-bg;
font-family: inherit;
padding-left: $left;
@@ -133,8 +70,6 @@
.commits-compare-switch {
- @include btn-default;
- @include btn-white;
float: left;
margin-right: 9px;
}
@@ -151,7 +86,6 @@
}
.commit-row-title {
-
.notes_count {
float: right;
margin-right: 10px;
@@ -164,7 +98,6 @@
.commit-row-message {
color: $gl-dark-link-color;
}
-
}
.text-expander {
@@ -217,12 +150,6 @@
.commit,
.generic_commit_status {
- padding: 10px 0;
- position: relative;
-
- @media (min-width: $screen-sm-min) {
- padding-left: 46px;
- }
a,
button {
@@ -253,19 +180,6 @@
}
}
- .commit-row-info {
- color: $gl-gray;
- line-height: 1.35;
-
- a {
- color: $gl-gray;
- }
-
- .avatar {
- margin-right: 8px;
- }
- }
-
&.inline-commit {
.commit-row-title {
font-size: 13px;
@@ -301,59 +215,3 @@
color: $gl-gray;
}
}
-
-.divergence-graph {
- padding: 12px 12px 0 0;
- float: right;
-
- .graph-side {
- position: relative;
- width: 80px;
- height: 22px;
- padding: 5px 0 13px;
- float: left;
-
- .bar {
- position: absolute;
- height: 4px;
- background-color: $divergence-graph-bar-bg;
- }
-
- .bar-behind {
- right: 0;
- border-radius: 3px 0 0 3px;
- }
-
- .bar-ahead {
- left: 0;
- border-radius: 0 3px 3px 0;
- }
-
- .count {
- padding-top: 6px;
- padding-bottom: 0;
- font-size: 12px;
- color: $gl-title-color;
- display: block;
- }
-
- .count-behind {
- padding-right: 4px;
- text-align: right;
- }
-
- .count-ahead {
- padding-left: 4px;
- text-align: left;
- }
- }
-
- .graph-separator {
- position: relative;
- width: 1px;
- height: 18px;
- margin: 5px 0 0;
- float: left;
- background-color: $divergence-graph-separator-bg;
- }
-}