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:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-10-16 02:57:15 +0400
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-10-16 02:57:15 +0400
commit866b9f6d919c90bf402a05780677a5cdd283d582 (patch)
tree1ae17c0a950ce8f1e347a85781a6552bf65ae567 /app/assets
parent536eb8e82893b5c0ae80f47ca24986ea6d9d4a3a (diff)
Make history link for trees look like action links for blobs
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/sections/tree.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/sections/tree.scss b/app/assets/stylesheets/sections/tree.scss
index c08a93fc8af..fd12ed00a2a 100644
--- a/app/assets/stylesheets/sections/tree.scss
+++ b/app/assets/stylesheets/sections/tree.scss
@@ -43,6 +43,10 @@
}
.tree-table {
+ th .btn {
+ margin: -2px -1px;
+ padding: 2px 10px;
+ }
td {
background:#fafafa;
}