Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
79120843
Commit
79120843
authored
Jul 20, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Box shadow for boxes
parent
3c6daec4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
2 deletions
+12
-2
app/assets/stylesheets/gitlab_bootstrap.scss
app/assets/stylesheets/gitlab_bootstrap.scss
+5
-1
app/assets/stylesheets/main.scss
app/assets/stylesheets/main.scss
+6
-0
app/assets/stylesheets/sections/tree.scss
app/assets/stylesheets/sections/tree.scss
+1
-1
No files found.
app/assets/stylesheets/gitlab_bootstrap.scss
View file @
79120843
...
...
@@ -448,6 +448,7 @@ form {
margin-bottom
:
25px
;
@include
round-borders-all
(
4px
);
border-color
:
#CCC
;
@include
solid_shade
;
ul
{
margin
:
0
;
...
...
@@ -538,6 +539,7 @@ form {
table
.admin-table
{
@extend
.table-bordered
;
@extend
.zebra-striped
;
@include
solid_shade
;
th
{
border-color
:
#CCC
;
border-bottom
:
1px
solid
#bbb
;
...
...
@@ -595,6 +597,8 @@ ul.breadcrumb {
@extend
.prepend-top-20
;
@extend
.append-bottom-20
;
border-width
:
1px
;
@include
solid_shade
;
img
{
max-width
:
100%
;
}
...
...
@@ -662,7 +666,7 @@ h3.page_title {
.file_holder
{
border
:
1px
solid
#CCC
;
margin-bottom
:
1em
;
@include
shade
;
@include
s
olid_s
hade
;
.file_title
{
border-bottom
:
1px
solid
#bbb
;
...
...
app/assets/stylesheets/main.scss
View file @
79120843
...
...
@@ -31,6 +31,12 @@ $hover: #FDF5D9;
box-shadow
:
0
0
3px
#ddd
;
}
@mixin
solid_shade
{
-moz-box-shadow
:
0
0
0
3px
#eee
;
-webkit-box-shadow
:
0
0
0
3px
#eee
;
box-shadow
:
0
0
0
3px
#eee
;
}
@mixin
border-radius
(
$radius
)
{
-moz-border-radius
:
$radius
;
-webkit-border-radius
:
$radius
;
...
...
app/assets/stylesheets/sections/tree.scss
View file @
79120843
...
...
@@ -55,7 +55,7 @@
#tree-slider
{
@include
shade
;
@include
s
olid_s
hade
;
width
:
100%
;
border-color
:
#ccc
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment