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
f90c5655
Commit
f90c5655
authored
Aug 01, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI changes: removed box shadow for ui-box and file-holder
parent
e6affad9
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
21 deletions
+11
-21
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
+1
-2
app/assets/stylesheets/gitlab_bootstrap/files.scss
app/assets/stylesheets/gitlab_bootstrap/files.scss
+3
-3
app/assets/stylesheets/gitlab_bootstrap/lists.scss
app/assets/stylesheets/gitlab_bootstrap/lists.scss
+0
-1
app/assets/stylesheets/gitlab_bootstrap/tables.scss
app/assets/stylesheets/gitlab_bootstrap/tables.scss
+4
-5
app/assets/stylesheets/sections/issues.scss
app/assets/stylesheets/sections/issues.scss
+1
-4
app/assets/stylesheets/sections/nav.scss
app/assets/stylesheets/sections/nav.scss
+2
-2
app/assets/stylesheets/themes/ui_mars.scss
app/assets/stylesheets/themes/ui_mars.scss
+0
-4
No files found.
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
View file @
f90c5655
...
@@ -10,11 +10,10 @@
...
@@ -10,11 +10,10 @@
*
*
*/
*/
.ui-box
{
.ui-box
{
background
:
#F
9F9F9
;
background
:
#F
FF
;
margin-bottom
:
20px
;
margin-bottom
:
20px
;
border
:
1px
solid
#CCC
;
border
:
1px
solid
#CCC
;
word-wrap
:
break-word
;
word-wrap
:
break-word
;
@include
solid-shade
;
&
.ui-box-show
{
&
.ui-box-show
{
margin
:
20px
0
;
margin
:
20px
0
;
...
...
app/assets/stylesheets/gitlab_bootstrap/files.scss
View file @
f90c5655
...
@@ -3,18 +3,18 @@
...
@@ -3,18 +3,18 @@
*
*
*/
*/
.file-holder
{
.file-holder
{
border
:
1px
solid
#
BBB
;
border
:
1px
solid
#
CCC
;
margin-bottom
:
1em
;
margin-bottom
:
1em
;
@include
solid-shade
;
.file-title
{
.file-title
{
border-bottom
:
1px
solid
#bbb
;
border-bottom
:
1px
solid
#bbb
;
@include
bg-dark-gray-gradient
;
@include
bg-dark-gray-gradient
;
text-shadow
:
0
1px
1px
#fff
;
margin
:
0
;
margin
:
0
;
font-weight
:
normal
;
font-weight
:
normal
;
font-weight
:
bold
;
font-weight
:
bold
;
text-align
:
left
;
text-align
:
left
;
color
:
#666
;
color
:
$style_color
;
padding
:
9px
10px
;
padding
:
9px
10px
;
height
:
18px
;
height
:
18px
;
...
...
app/assets/stylesheets/gitlab_bootstrap/lists.scss
View file @
f90c5655
...
@@ -6,7 +6,6 @@
...
@@ -6,7 +6,6 @@
margin
:
0
;
margin
:
0
;
list-style
:
none
;
list-style
:
none
;
li
{
li
{
background-color
:
#FFF
;
padding
:
10px
;
padding
:
10px
;
min-height
:
20px
;
min-height
:
20px
;
border-bottom
:
1px
solid
#eee
;
border-bottom
:
1px
solid
#eee
;
...
...
app/assets/stylesheets/gitlab_bootstrap/tables.scss
View file @
f90c5655
table
{
table
{
@extend
.table
;
@extend
.table
;
@extend
.table-striped
;
@extend
.table-striped
;
@include
solid-shade
;
border
:
1px
solid
#CCC
;
border
:
1px
solid
#bbb
;
width
:
100%
;
width
:
100%
;
&
.low
{
&
.low
{
...
@@ -20,7 +19,7 @@ table {
...
@@ -20,7 +19,7 @@ table {
th
{
th
{
font-weight
:
bold
;
font-weight
:
bold
;
vertical-align
:
middle
;
vertical-align
:
middle
;
border-bottom
:
1px
solid
#
bbb
;
border-bottom
:
1px
solid
#
CCC
;
text-shadow
:
0
1px
1px
#fff
;
text-shadow
:
0
1px
1px
#fff
;
@include
bg-dark-gray-gradient
;
@include
bg-dark-gray-gradient
;
...
@@ -46,11 +45,11 @@ table {
...
@@ -46,11 +45,11 @@ table {
}
}
&
:first-child
{
&
:first-child
{
border-left
:
1px
solid
#
bbb
;
border-left
:
1px
solid
#
CCC
;
}
}
&
:last-child
{
&
:last-child
{
border-right
:
1px
solid
#
bbb
;
border-right
:
1px
solid
#
CCC
;
}
}
}
}
...
...
app/assets/stylesheets/sections/issues.scss
View file @
f90c5655
...
@@ -88,14 +88,11 @@ input.check_all_issues {
...
@@ -88,14 +88,11 @@ input.check_all_issues {
}
}
.update_selected_issues
{
.update_selected_issues
{
position
:
relative
;
top
:
5px
;
margin-left
:
4px
;
margin-left
:
4px
;
float
:
left
;
}
}
.update_issues_text
{
.update_issues_text
{
padding
:
3
px
;
padding
:
5
px
;
line-height
:
28px
;
line-height
:
28px
;
float
:
left
;
float
:
left
;
color
:
#479
;
color
:
#479
;
...
...
app/assets/stylesheets/sections/nav.scss
View file @
f90c5655
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
ul
{
ul
{
margin
:
auto
;
margin
:
auto
;
height
:
4
2
px
;
height
:
4
0
px
;
overflow
:
hidden
;
overflow
:
hidden
;
.count
{
.count
{
font-weight
:
normal
;
font-weight
:
normal
;
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
text-align
:
center
;
text-align
:
center
;
font-weight
:
normal
;
font-weight
:
normal
;
height
:
38px
;
height
:
38px
;
line-height
:
3
6
px
;
line-height
:
3
4
px
;
color
:
#777
;
color
:
#777
;
text-shadow
:
0
1px
1px
white
;
text-shadow
:
0
1px
1px
white
;
padding
:
0
10px
;
padding
:
0
10px
;
...
...
app/assets/stylesheets/themes/ui_mars.scss
View file @
f90c5655
...
@@ -31,8 +31,4 @@
...
@@ -31,8 +31,4 @@
border-left
:
1px
solid
#666
;
border-left
:
1px
solid
#666
;
}
}
}
}
.main-nav
{
box-shadow
:
0
-1px
0
white
inset
;
}
}
}
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