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:
authorValera Sizov <vsv2711@gmail.com>2011-10-09 22:15:01 +0400
committerValera Sizov <vsv2711@gmail.com>2011-10-09 22:15:01 +0400
commit8bb5e5b04aefbaba4042abf76f085f35f9f91157 (patch)
treefe1cb1e267375e0c24029bd3f22cc82447f11464 /app/assets
parent0cc6c7a33b132ca256936e30121e0284b99f1449 (diff)
Issue #83 - Project limit
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/projects.css.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/projects.css.scss b/app/assets/stylesheets/projects.css.scss
index fcefac1664c..d3c4c48a24b 100644
--- a/app/assets/stylesheets/projects.css.scss
+++ b/app/assets/stylesheets/projects.css.scss
@@ -521,3 +521,7 @@ tbody tr:nth-child(2n) td, tbody tr.even td {
width:400px;
}
}
+
+#user_projects_limit{
+ width: 60px;
+}