summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorAriejan de Vroom <ariejan@ariejan.net>2011-12-08 00:31:06 +0100
committerAriejan de Vroom <ariejan@ariejan.net>2011-12-08 00:31:06 +0100
commitf512418b27dbfa54839bd4deb9ea271316cdd665 (patch)
treeecdb16de1b056cfe7b59588a9ef9144fbb06af91 /app/assets
parent2552a877df7fdb2c0a17a88479a5e49f315bcbad (diff)
downloadgitlab-ce-f512418b27dbfa54839bd4deb9ea271316cdd665.tar.gz
Added "Issues" dashboard
This shows issues assigned to you, across all your projects, in one place. References #173
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/javascripts/user_issues.js.coffee3
-rw-r--r--app/assets/stylesheets/style.scss3
-rw-r--r--app/assets/stylesheets/user_issues.css.scss3
3 files changed, 8 insertions, 1 deletions
diff --git a/app/assets/javascripts/user_issues.js.coffee b/app/assets/javascripts/user_issues.js.coffee
new file mode 100644
index 00000000000..761567942fc
--- /dev/null
+++ b/app/assets/javascripts/user_issues.js.coffee
@@ -0,0 +1,3 @@
+# Place all the behaviors and hooks related to the matching controller here.
+# All this logic will automatically be available in application.js.
+# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
diff --git a/app/assets/stylesheets/style.scss b/app/assets/stylesheets/style.scss
index b56a5d3ce18..ca17f04a4a3 100644
--- a/app/assets/stylesheets/style.scss
+++ b/app/assets/stylesheets/style.scss
@@ -351,7 +351,7 @@ header h1.logo a{
text-indent: -1000em;
}
-header nav{border-radius: 4px; box-shadow: 0 1px 2px black; width: 294px; margin: auto;
+header nav{border-radius: 4px; box-shadow: 0 1px 2px black; width: 392px; margin: auto;
background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #595d63), to(#31363e));
background-image: -webkit-linear-gradient(#595d63 6.6%, #31363e);
background-image: -moz-linear-gradient(#595d63 6.6%, #31363e);
@@ -398,6 +398,7 @@ header nav a span{width: 20px; height: 20px; display: inline-block; background:
header nav a.dashboard span{background: url('images.png') no-repeat -161px 0;}
header nav a.admin span{background: url('images.png') no-repeat -184px 0;}
header nav a.project span{background: url('images.png') no-repeat -209px -1px; top: 7px}
+header nav a.issues span{background: url('images.png') no-repeat -209px -1px; top: 7px}
header .login-top{float: right; width: 180px;
background-image: -webkit-gradient(linear, 0 0, 0 62, color-stop(0.032, #464c56), to(#363c45));
diff --git a/app/assets/stylesheets/user_issues.css.scss b/app/assets/stylesheets/user_issues.css.scss
new file mode 100644
index 00000000000..4b6fc2fd141
--- /dev/null
+++ b/app/assets/stylesheets/user_issues.css.scss
@@ -0,0 +1,3 @@
+// Place all the styles related to the user_issues controller here.
+// They will automatically be included in application.css.
+// You can use Sass (SCSS) here: http://sass-lang.com/