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
c946defb
Commit
c946defb
authored
Nov 13, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restyle ui-box to be more flat
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
9fbe3ac7
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
10 deletions
+9
-10
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
+4
-5
app/assets/stylesheets/gitlab_bootstrap/buttons.scss
app/assets/stylesheets/gitlab_bootstrap/buttons.scss
+4
-4
app/assets/stylesheets/sections/dashboard.scss
app/assets/stylesheets/sections/dashboard.scss
+1
-1
No files found.
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
View file @
c946defb
...
...
@@ -34,9 +34,8 @@
&
.ui-box-show
{
color
:
#666
;
margin
:
20px
0
;
background
:
#F
FF
;
background
:
#F
AFAFA
;
box-shadow
:
inset
0
1px
0
#fff
,
0
1px
5px
#f1f1f1
;
@include
linear-gradient
(
#fafafa
,
#f1f1f1
);
.control-group
{
margin-bottom
:
0
;
...
...
@@ -100,9 +99,9 @@
}
.title
{
@include
bg-gray-gradient
;
border-bottom
:
1px
solid
#
CCC
;
color
:
#
45
6
;
background-color
:
#EEE
;
border-bottom
:
1px
solid
#
DDD
;
color
:
#
66
6
;
font-size
:
16px
;
text-shadow
:
0
1px
1px
#fff
;
padding
:
0
10px
;
...
...
app/assets/stylesheets/gitlab_bootstrap/buttons.scss
View file @
c946defb
...
...
@@ -10,21 +10,21 @@
white-space
:
nowrap
;
padding
:
6px
12px
;
font-size
:
13px
;
line-height
:
1
.5
;
line-height
:
1
8px
;
border-radius
:
4px
;
-webkit-user-select
:
none
;
-moz-user-select
:
none
;
-ms-user-select
:
none
;
-o-user-select
:
none
;
user-select
:
none
;
color
:
#
333333
;
color
:
#
444444
;
background-color
:
#fff
;
border-color
:
#ccc
;
text-shadow
:
none
;
&
.hover
,
&
:hover
{
color
:
#
333333
;
color
:
#
444444
;
text-decoration
:
none
;
background-color
:
#ebebeb
;
border-color
:
#adadad
;
...
...
@@ -32,7 +32,7 @@
&
.focus
,
&
:focus
{
color
:
#
333333
;
color
:
#
444444
;
text-decoration
:
none
;
outline
:
thin
dotted
#333
;
outline
:
5px
auto
-
webkit-focus-ring-color
;
...
...
app/assets/stylesheets/sections/dashboard.scss
View file @
c946defb
...
...
@@ -51,7 +51,7 @@
li
{
&
.active
{
a
{
@include
linear-gradient
(
#f5f5f5
,
#eee
)
;
background-color
:
#EEE
;
border-bottom
:
1px
solid
#EEE
!
important
;
&
:hover
{
background
:
#eee
;
...
...
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