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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-07 08:40:23 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-07 08:40:23 +0300
commit887cf5c7101c058d30b10d767c186d548e6c5e92 (patch)
tree6b5755b87506421de9b50e45e09562bfff50991e /app/assets/stylesheets/pages/graph.scss
parentceb8f9dfeb77c99dfac121fb349ee3c8a9969ae9 (diff)
Better name for pages css dir
Diffstat (limited to 'app/assets/stylesheets/pages/graph.scss')
-rw-r--r--app/assets/stylesheets/pages/graph.scss37
1 files changed, 37 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/graph.scss b/app/assets/stylesheets/pages/graph.scss
new file mode 100644
index 00000000000..3d878d1e528
--- /dev/null
+++ b/app/assets/stylesheets/pages/graph.scss
@@ -0,0 +1,37 @@
+.project-network {
+ border: 1px solid #CCC;
+
+ .controls {
+ color: #888;
+ font-size: 14px;
+ padding: 5px;
+ border-bottom: 1px solid #bbb;
+ background: #EEE;
+ }
+
+ .network-graph {
+ background: #FFF;
+ height: 500px;
+ overflow-y: scroll;
+ overflow-x: hidden;
+ }
+}
+
+.graphs {
+ .graph-author-commits-count {
+ }
+
+ .graph-author-email {
+ float: right;
+ color: #777;
+ }
+
+ .graph-additions {
+ color: #4a2;
+ }
+
+ .graph-deletions {
+ color: #d12f19;
+ }
+}
+