Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
282161db0c78
Unverified
Commit
145d9338
authored
Sep 28, 2015
by
Dmitriy Zaporozhets
Browse files
Merge branch 'projects'
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parents
58a8f76e05f3
614d8e298ff1
Changes
22
Hide whitespace changes
Inline
Side-by-side
app/assets/stylesheets/base/mixins.scss
View file @
282161db
...
...
@@ -117,12 +117,12 @@
margin
:
24px
0
12px
0
;
font-size
:
1
.1em
;
}
h5
{
margin
:
24px
0
12px
0
;
font-size
:
1em
;
}
h6
{
margin
:
24px
0
12px
0
;
font-size
:
0
.90em
;
...
...
@@ -133,18 +133,18 @@
margin
:
12px
0
12px
;
border-left
:
3px
solid
#e7e9ed
;
}
blockquote
p
{
color
:
#7f8fa4
!
important
;
font-size
:
15px
;
line-height
:
1
.5
;
}
p
{
color
:
#5c5d5e
;
margin
:
6px
0
0
0
;
}
table
{
@extend
.table
;
@extend
.table-bordered
;
...
...
@@ -152,15 +152,16 @@
color
:
#5c5d5e
;
th
{
background
:
#f8fafc
;
}
}
}
pre
{
margin
:
12px
0
12px
0
!
important
;
background-color
:
#f8fafc
!
important
;
font-size
:
13px
!
important
;
color
:
#5b6169
!
important
;
line-height
:
1
.6em
!
important
;
@include
border-radius
(
2px
);
}
p
>
code
{
...
...
@@ -171,7 +172,7 @@
ul
{
color
:
#5c5d5e
;
}
li
{
line-height
:
1
.6em
;
}
...
...
@@ -293,3 +294,8 @@
}
}
}
.fa-align
{
top
:
20px
;
position
:
relative
;
}
app/assets/stylesheets/base/variables.scss
View file @
282161db
...
...
@@ -12,8 +12,8 @@ $sidebar_width: 230px;
$avatar_radius
:
50%
;
$code_font_size
:
13px
;
$code_line_height
:
1
.5
;
$border-color
:
#
E7E9ED
;
$background-color
:
#F8FA
FC
;
$border-color
:
#
dce0e6
;
$background-color
:
#
F7
F8FA
;
$header-height
:
58px
;
$fixed-layout-width
:
1200px
;
$gl-gray
:
#7f8fa4
;
...
...
app/assets/stylesheets/generic/avatar.scss
View file @
282161db
...
...
@@ -28,6 +28,7 @@
&
.s48
{
width
:
48px
;
height
:
48px
;
margin-right
:
10px
;
}
&
.s60
{
width
:
60px
;
height
:
60px
;
margin-right
:
12px
;
}
&
.s90
{
width
:
90px
;
height
:
90px
;
margin-right
:
15px
;
}
&
.s110
{
width
:
110px
;
height
:
110px
;
margin-right
:
15px
;
}
&
.s140
{
width
:
140px
;
height
:
140px
;
margin-right
:
20px
;
}
&
.s160
{
width
:
160px
;
height
:
160px
;
margin-right
:
20px
;
}
}
...
...
@@ -42,6 +43,7 @@
&
.s32
{
font-size
:
22px
;
line-height
:
32px
;
}
&
.s60
{
font-size
:
32px
;
line-height
:
60px
;
}
&
.s90
{
font-size
:
36px
;
line-height
:
90px
;
}
&
.s110
{
font-size
:
40px
;
line-height
:
112px
;
font-weight
:
300
;
}
&
.s140
{
font-size
:
72px
;
line-height
:
140px
;
}
&
.s160
{
font-size
:
96px
;
line-height
:
160px
;
}
}
app/assets/stylesheets/generic/buttons.scss
View file @
282161db
body
{
text-rendering
:
geometricPrecision
;
}
.btn
{
@extend
.btn-default
;
...
...
@@ -88,3 +91,138 @@
}
}
}
@mixin
btn-info
{
@include
border-radius
(
2px
);
border-width
:
1px
;
border-style
:
solid
;
text-transform
:
uppercase
;
font-size
:
13px
;
font-weight
:
600
;
line-height
:
18px
;
padding
:
11px
16px
;
letter-spacing
:
.4px
;
&
:hover
{
border-width
:
1px
;
border-style
:
solid
;
}
&
:focus
{
border-width
:
1px
;
border-style
:
solid
;
}
&
:active
{
@include
box-shadow
(
inset
0
0
4px
rgba
(
0
,
0
,
0
,
0
.12
));
border-width
:
1px
;
border-style
:
solid
;
}
}
@mixin
btn-middle
{
@include
border-radius
(
2px
);
border-width
:
1px
;
border-style
:
solid
;
text-transform
:
uppercase
;
font-size
:
13px
;
font-weight
:
600
;
line-height
:
18px
;
padding
:
11px
24px
;
letter-spacing
:
.4px
;
&
:hover
{
border-width
:
1px
;
border-style
:
solid
;
}
&
:focus
{
border-width
:
1px
;
border-style
:
solid
;
}
&
:active
{
@include
box-shadow
(
inset
0
0
4px
rgba
(
0
,
0
,
0
,
0
.12
));
border-width
:
1px
;
border-style
:
solid
;
}
}
@mixin
btn-green
{
background-color
:
#28b061
;
border
:
1px
solid
#26a65c
;
color
:
#fff
;
&
:hover
{
background-color
:
#26ab5d
;
border
:
1px
solid
#229954
;
color
:
#fff
;
}
&
:focus
{
background-color
:
#26ab5d
;
border
:
1px
solid
#229954
;
color
:
#fff
;
}
&
:active
{
@include
box-shadow
(
inset
0
0
4px
rgba
(
0
,
0
,
0
,
0
.12
));
background-color
:
#23a158
!
important
;
border
:
1px
solid
#229954
!
important
;
color
:
#fff
!
important
;
}
}
/*Butons*/
@mixin
bnt-project
{
background-color
:
#f0f2f5
;
border-color
:
#dce0e5
;
color
:
#313236
;
&
:hover
{
border-color
:
#dce0e5
;
background-color
:
#ebeef2
;
color
:
#313236
;
}
&
:focus
{
border-color
:
#dce0e5
;
background-color
:
#ebeef2
;
color
:
#313236
;
}
&
:active
{
@include
box-shadow
(
inset
0
0
4px
rgba
(
0
,
0
,
0
,
0
.12
));
color
:
#313236
!
important
;
border-color
:
#c6cacf
!
important
;
background-color
:
#e4e7ed
!
important
;
}
}
@mixin
btn-remove
{
background-color
:
#f72e60
;
border-color
:
#ee295a
;
&
:hover
{
background-color
:
#e82757
;
border-color
:
#e32555
;
}
&
:focus
{
background-color
:
#e82757
;
border-color
:
#e32555
;
}
&
:active
{
@include
box-shadow
(
inset
0
0
4px
rgba
(
0
,
0
,
0
,
0
.12
));
background-color
:
#d42450
!
important
;
border-color
:
#e12554
!
important
;
}
}
\ No newline at end of file
app/assets/stylesheets/generic/common.scss
View file @
282161db
...
...
@@ -313,7 +313,7 @@ table {
}
.wiki
.highlight
,
.note-body
.highlight
{
margin
-bottom
:
9px
;
margin
:
12px
0
12px
0
;
}
.wiki
.code
{
...
...
app/assets/stylesheets/generic/header.scss
View file @
282161db
...
...
@@ -26,7 +26,6 @@ header {
min-height
:
$header-height
;
background-color
:
#fff
;
border
:
none
;
border-bottom
:
1px
solid
#EEE
;
.container-fluid
{
width
:
100%
!
important
;
...
...
app/assets/stylesheets/generic/sidebar.scss
View file @
282161db
...
...
@@ -21,12 +21,11 @@
min-height
:
100vh
;
width
:
100%
;
padding
:
20px
;
background
:
#
f1f4f8
;
background
:
#
EAEBEC
;
.container-fluid
{
background
:
#FFF
;
padding
:
$gl-padding
;
border
:
1px
solid
#e7e9ed
;
min-height
:
90vh
;
&
.container-blank
{
...
...
app/assets/stylesheets/generic/typography.scss
View file @
282161db
...
...
@@ -2,11 +2,17 @@
* Headers
*
*/
body
{
text-rendering
:optimizeLegibility
;
-webkit-text-shadow
:
rgba
(
255
,
255
,
255
,
0
.01
)
0
0
1px
;
}
.page-title
{
margin-top
:
0px
;
line-height
:
1
.5
;
font-weight
:
normal
;
margin-bottom
:
5px
;
line-height
:
1
.3
;
font-size
:
1
.25em
;
font-weight
:
600
;
margin
:
12px
7px
12px
7px
;
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
...
...
@@ -114,4 +120,4 @@ textarea.js-gfm-input {
.strikethrough
{
text-decoration
:
line-through
;
}
}
\ No newline at end of file
app/assets/stylesheets/highlight/white.scss
View file @
282161db
/* https://github.com/aahan/pygments-github-style */
pre
.code.highlight.white
,
.code.white
{
background-color
:
#fff
;
color
:
#333
;
background-color
:
#f8fafc
;
font-size
:
13px
;
color
:
#5b6169
;
line-height
:
1
.6em
;
.line-numbers
,
.line-numbers
a
{
...
...
app/assets/stylesheets/pages/groups.scss
View file @
282161db
...
...
@@ -10,3 +10,9 @@
.milestone-row
{
@include
str-truncated
(
90%
);
}
.dashboard
.side
.panel
.panel-heading
.input-group
{
.form-control
{
height
:
42px
;
}
}
\ No newline at end of file
app/assets/stylesheets/pages/projects.scss
View file @
282161db
.alert_holder
{
margin
:
-16px
;
.alert-link
{
font-weight
:
normal
;
}
}
.no-ssh-key-message
{
background-color
:
#f28d35
;
margin-bottom
:
16px
;
}
.new_project
,
.edit_project
{
fieldset
.features
{
...
...
@@ -19,44 +30,47 @@
background
:
#f7f8fa
;
margin
:
-
$gl-padding
;
padding
:
$gl-padding
;
padding
-top
:
40px
;
padding
:
44px
0
17px
0
;
.project-identicon-holder
{
margin-bottom
:
1
5
px
;
margin-bottom
:
1
6
px
;
.avatar
,
.identicon
{
margin
:
0
auto
;
float
:
none
;
}
.identicon
{
@include
border-radius
(
50%
);
}
}
.project-home-dropdown
{
margin
:
11px
3px
0
;
}
.project-home-desc
{
h1
{
color
:
#313236
;
margin
:
0
;
margin-bottom
:
10
px
;
margin-bottom
:
6
px
;
font-size
:
23px
;
font-weight
:
normal
;
}
p
{
color
:
#
7f8fa4
;
color
:
#
5c5d5e
;
}
}
.git-clone-holder
{
max-width
:
600px
;
margin
:
20px
auto
;
max-width
:
498px
;
.form-control
{
background
:
#FFF
;
font-size
:
14px
;
height
:
42px
;
margin-left
:
-1px
;
}
}
...
...
@@ -66,30 +80,37 @@
color
:
inherit
;
}
}
.input-group
{
display
:
inline-table
;
position
:
relative
;
top
:
17px
;
margin-bottom
:
44px
;
}
.project-repo-buttons
{
margin-top
:
$gl-padding
;
margin-bottom
:
25
px
;
margin-top
:
12px
;
margin-bottom
:
0
px
;
.btn
{
@extend
.btn-info
;
text-transform
:
uppercase
;
font-size
:
15px
;
line-height
:
20px
;
padding
:
8px
14px
;
border-radius
:
3px
;
margin-left
:
10px
;
@include
bnt-project
;
@include
btn-info
;
.count
{
padding-left
:
7px
;
display
:
inline-block
;
margin-left
:
7px
;
}
}
}
}
.split-one
{
display
:
inline-table
;
margin-right
:
12px
;
a
{
margin
:
-1px
!
important
;
}
}
.git-clone-holder
{
.project-home-dropdown
+
&
{
margin-right
:
45px
;
...
...
@@ -99,23 +120,132 @@
cursor
:
auto
;
@extend
.monospace
;
background
:
#FAFAFA
;
width
:
10
0
%
;
width
:
10
1
%
;
}
.input-group-addon
{
background
:
#
FAFAFA
;
background
:
#
f7f8fa
;
&
.git-protocols
{
padding
:
0
;
border
:
none
;
.input-group-btn
:last-child
>
.btn
{
@include
border-radius-right
(
0
);
border-left
:
1px
solid
#c6cacf
;
margin-left
:
-2px
!
important
;
}
}
}
}
.projects-search-form
{
.input-group
.form-control
{
height
:
42px
;
}
}
.input-group-btn
{
.btn
{
@include
bnt-project
;
@include
btn-middle
;
&
:hover
{
outline
:
none
;
}
&
:focus
{
outline
:
none
;
}
&
:active
{
outline
:
none
;
}
}
.active
{
@include
box-shadow
(
inset
0
0
4px
rgba
(
0
,
0
,
0
,
0
.12
));
border
:
1px
solid
#c6cacf
!
important
;
background-color
:
#e4e7ed
!
important
;
}
.btn-green
{
@include
btn-green
}
}
.split-repo-buttons
{
display
:
inline-table
;
margin
:
0
12px
0
12px
;
.btn
{
@include
bnt-project
;
@include
btn-info
;
}
.dropdown-toggle
{
margin
:
-5px
;
}
}
#notification-form
{
margin-left
:
5px
;
}
.dropdown-new
{
margin-left
:
-5px
;
}
.open
>
.dropdown-new.btn
{
@include
box-shadow
(
inset
0
0
4px
rgba
(
0
,
0
,
0
,
0
.12
));
border
:
1px
solid
#c6cacf
!
important
;
background-color
:
#e4e7ed
!
important
;
text-transform
:
uppercase
;
color
:
#313236
!
important
;
font-size
:
13px
;
font-weight
:
600
;
}
.dropdown-menu
{
@include
box-shadow
(
rgba
(
76
,
86
,
103
,
0
.247059
)
0px
0px
1px
0px
,
rgba
(
31
,
37
,
50
,
0
.317647
)
0px
2px
18px
0px
);
@include
border-radius
(
0px
);
border
:
none
;
padding
:
16px
0
;
font-size
:
14px
;
font-weight
:
100
;
li
a
{
color
:
#5f697a
;
line-height
:
30px
;
&
:hover
{
background-color
:
#3084bb
!
important
;
}
}
.fa-fw
{
margin-right
:
8px
;
}
}
.fa-bell
{
margin-right
:
6px
;
}
.fa-angle-down
{
margin-left
:
6px
;
}
.project-home-panel
.project-home-dropdown
{
margin
:
13px
0px
0
;
}
.project-visibility-level-holder
{
.radio
{
margin-bottom
:
10px
;
...
...
@@ -232,15 +362,28 @@ table.table.protected-branches-list tr.no-border {
.project-stats
{
text-align
:
center
;
margin-top
:
0
;
margin-top
:
15px
;
margin-bottom
:
0
;
padding-top
:
5
px
;
padding-bottom
:
0
;
padding-top
:
10
px
;
padding-bottom
:
4px
;
ul
.nav-pills
{
display
:inline-block
;
}
.nav-pills
li
{
display
:inline
;
}
.nav
>
li
>
a
{
@include
btn-info
;