diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-29 10:02:50 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-29 10:02:50 +0300 |
commit | 8abf010db3b9cd381377d0cf77087de11d71ed52 (patch) | |
tree | 7bf79c604fc61686d4558cf6903f5a8bfe893564 | |
parent | 593b6674e1b3fb1d5277b823703b9bbc366152b2 (diff) | |
download | gitlab-ce-8abf010db3b9cd381377d0cf77087de11d71ed52.tar.gz |
Fix text align for bulk issues update
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r-- | app/assets/stylesheets/sections/issues.scss | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/app/assets/stylesheets/sections/issues.scss b/app/assets/stylesheets/sections/issues.scss index 495a7cb3113..ccba098c8b2 100644 --- a/app/assets/stylesheets/sections/issues.scss +++ b/app/assets/stylesheets/sections/issues.scss @@ -63,29 +63,6 @@ @media (min-width: 800px) { .issues_bulk_update .select2-container { min-width: 120px; } } @media (min-width: 1200px) { .issues_bulk_update .select2-container { min-width: 160px; } } -.issues-holder { - .issues_filters { - } - - .issues_bulk_update { - margin: 0; - form { - float:left; - } - - .update_selected_issues { - margin-left: 4px; - } - - .select2-container .select2-choice { - height: 32px; - line-height: 28px; - color: #444 !important; - font-weight: 500; - } - } -} - #update_status { width: 100px; } |