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:
authorAndrey <ad@2d-arts.com>2015-09-25 21:33:05 +0300
committerAndrey <ad@2d-arts.com>2015-09-25 21:33:05 +0300
commit12acf15c90d25a22e706737dc54f17466fb30320 (patch)
treedd3dfc8b2964262a2046a7a6350db8a65fbf2aff /app/assets/stylesheets/pages/groups.scss
parent1868c8b25842cf24c79b8abf62ce5c177e5b82e3 (diff)
Project page Update
refactoring buttons, fixes for projects filter on the dashboard and group page
Diffstat (limited to 'app/assets/stylesheets/pages/groups.scss')
-rw-r--r--app/assets/stylesheets/pages/groups.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/groups.scss b/app/assets/stylesheets/pages/groups.scss
index 2b1b747139a..07a38a19fad 100644
--- a/app/assets/stylesheets/pages/groups.scss
+++ b/app/assets/stylesheets/pages/groups.scss
@@ -10,3 +10,9 @@
.milestone-row {
@include str-truncated(90%);
}
+
+.dashboard .side .panel .panel-heading .input-group {
+ .form-control {
+ height: 42px;
+ }
+} \ No newline at end of file