diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-18 19:39:43 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-18 19:39:43 -0800 |
commit | 3a46ea4ce666fb0276d71a55f8ee3c5fad76b66d (patch) | |
tree | 0486192c54c95b08b910bc1487731cf6a181976d | |
parent | 3e17d15661a8c6bae2dc92fe09ed9e75a1f7a1a7 (diff) | |
download | gitlab-ce-3a46ea4ce666fb0276d71a55f8ee3c5fad76b66d.tar.gz |
Few improvements to mobile UI
-rw-r--r-- | app/assets/stylesheets/generic/mobile.scss | 4 | ||||
-rw-r--r-- | app/assets/stylesheets/sections/issues.scss | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/generic/mobile.scss b/app/assets/stylesheets/generic/mobile.scss index 90703cde0d1..54e06661161 100644 --- a/app/assets/stylesheets/generic/mobile.scss +++ b/app/assets/stylesheets/generic/mobile.scss @@ -46,4 +46,8 @@ .page-title .new-issue-link { display: none; } + + .issue_edited_ago, .note_edited_ago { + display: none; + } } diff --git a/app/assets/stylesheets/sections/issues.scss b/app/assets/stylesheets/sections/issues.scss index 26dc71c6d8f..fbfd9c8cd9b 100644 --- a/app/assets/stylesheets/sections/issues.scss +++ b/app/assets/stylesheets/sections/issues.scss @@ -166,3 +166,7 @@ form.edit-issue { .issue-title { margin-top: 0; } + +.context .select2-container { + width: 100% !important; +} |