summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorHan Loong Liauw <hanloongliauw@gmail.com>2015-10-14 23:12:08 +1100
committerHan Loong Liauw <hanloongliauw@gmail.com>2015-10-14 23:53:52 +1100
commit1f92c22fec8493fa0efb8a53829a4c726e78934e (patch)
tree51dd95359ef6dcd4a509114eccd32cc09350778b /app/assets
parenta60853fda09b37c2990b2437baa7a5d13b54572d (diff)
downloadgitlab-ce-1f92c22fec8493fa0efb8a53829a4c726e78934e.tar.gz
New snippet design for projects
Split out header into shared partial Used action partials to have unique actions for shared and personal snippets changed back to created date in list view Switched to using existing color classes
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/snippets.scss16
1 files changed, 8 insertions, 8 deletions
diff --git a/app/assets/stylesheets/pages/snippets.scss b/app/assets/stylesheets/pages/snippets.scss
index 39034a1391f..af391481764 100644
--- a/app/assets/stylesheets/pages/snippets.scss
+++ b/app/assets/stylesheets/pages/snippets.scss
@@ -37,10 +37,14 @@
padding: 10px 0;
margin-bottom: 0;
color: #5c5d5e;
- font-size: 16px;
+ font-size: 13px;
+ @include clearfix();
- .author {
- color: #5c5d5e;
+ .creator {
+ color: $gl-gray;
+ a {
+ color: $gl-gray;
+ }
}
.snippet-id {
@@ -79,9 +83,5 @@
font-weight: normal;
margin-right: 10px;
font-size: $gl-font-size;
-
- &.snippet-box-locked {
- background: $gl-gray;
- color: #FFF;
- }
+ border: 1px solid;
}