summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorDimitrie Hoekstra <dimitriehoekstra@gmail.com>2016-11-01 01:41:28 +0100
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-04 08:44:37 -0500
commit6d6fb561a79716e7b12b7b63ba103724a3f60d29 (patch)
tree1c8000715e42bdbb751ad7110f17bc8c8dfc03d2 /app/assets
parente4c05de75ccec1b0d64a7a994f05d54bffc903e5 (diff)
downloadgitlab-ce-6d6fb561a79716e7b12b7b63ba103724a3f60d29.tar.gz
added various changes to commit title area
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/commit.scss36
1 files changed, 36 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/commit.scss b/app/assets/stylesheets/pages/commit.scss
index 8ecf7fcb96d..d4890f03a71 100644
--- a/app/assets/stylesheets/pages/commit.scss
+++ b/app/assets/stylesheets/pages/commit.scss
@@ -36,6 +36,42 @@
padding: 10px 0;
margin-bottom: 0;
+ .commitable-meta {
+ display: inline-block;
+ line-height: 18px;
+ }
+
+ .commit-hash-full {
+ @media (max-width: $screen-md-min) {
+ width: 80px;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ display: inline-block;
+ vertical-align: bottom;
+ }
+ }
+
+ .commitable-actions {
+ @media (min-width: $screen-sm) {
+ float: right;
+ padding-top: 0;
+ }
+
+ .dropdown{
+ @media (max-width: $screen-sm) {
+ width: 100%;
+ margin-top: 10px;
+ }
+ }
+
+ .dropdown-toggle {
+ @media (max-width: $screen-sm) {
+ width: 100%;
+ }
+ }
+ }
+
.commit-options-dropdown-caret {
@media (max-width: $screen-sm) {
margin-left: 0;