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 17:37:44 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-29 21:44:15 +0300
commitf2bf9443ca0a5b55713dab259edd3c20f42e7099 (patch)
tree17ab78ce185c0811b8c58b38cc086bb8f330c197 /app/assets/stylesheets/pages
parentb3e2fe69c1ea16d1be0a8bd8799c9bf46253e698 (diff)
Add table styling to commits tables
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/commits.scss14
1 files changed, 2 insertions, 12 deletions
diff --git a/app/assets/stylesheets/pages/commits.scss b/app/assets/stylesheets/pages/commits.scss
index abad300a7d1..feaa04136a9 100644
--- a/app/assets/stylesheets/pages/commits.scss
+++ b/app/assets/stylesheets/pages/commits.scss
@@ -142,7 +142,6 @@
.commit-header {
padding: 5px 10px;
background-color: $gray-light;
- border-top: 1px solid $gray-darker;
border-bottom: 1px solid $gray-darker;
font-size: 14px;
@@ -187,9 +186,8 @@
.commit-actions {
@media (min-width: $screen-sm-min) {
- float: right;
- margin-left: $gl-padding;
- margin-top: 2px;
+ width: 300px;
+ text-align: right;
font-size: 0;
}
@@ -232,14 +230,6 @@
vertical-align: baseline;
}
- .commit-content {
- display: inline-block;
-
- @media (min-width: $screen-sm-min) {
- max-width: 70%;
- }
- }
-
.commit-row-description {
font-size: 14px;
border-left: 1px solid $white-normal;