BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
fd86b669
Commit
fd86b669
authored
Oct 02, 2015
by
Andrey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CSS markup fixed
Everything is fixed according DZ comments. Added a bit sexy transition for our project buttons ><
parent
a4383aea
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
31 additions
and
38 deletions
+31
-38
layout.scss
app/assets/stylesheets/base/layout.scss
+6
-0
buttons.scss
app/assets/stylesheets/generic/buttons.scss
+4
-0
sidebar.scss
app/assets/stylesheets/generic/sidebar.scss
+3
-37
projects.scss
app/assets/stylesheets/pages/projects.scss
+17
-0
_page.html.haml
app/views/layouts/_page.html.haml
+1
-1
No files found.
app/assets/stylesheets/base/layout.scss
View file @
fd86b669
html
{
overflow-y
:
scroll
;
height
:
100%
;
margin
:
0
;
&
.touch
.tooltip
{
display
:
none
!
important
;
}
body
{
padding-top
:
$header-height
;
height
:
100%
;
margin
:
0
;
}
}
.container
{
padding-top
:
0
;
height
:
100%
;
width
:
100%
;
z-index
:
5
;
}
...
...
app/assets/stylesheets/generic/buttons.scss
View file @
fd86b669
...
...
@@ -94,6 +94,7 @@ body {
@mixin
btn-info
{
@include
border-radius
(
2px
);
@include
transition
(
all
0
.2s
ease
0s
);
border-width
:
1px
;
border-style
:
solid
;
...
...
@@ -116,6 +117,7 @@ body {
&
:active
{
@include
box-shadow
(
inset
0
0
4px
rgba
(
0
,
0
,
0
,
0
.12
));
border-width
:
1px
;
border-style
:
solid
;
}
...
...
@@ -123,6 +125,7 @@ body {
@mixin
btn-middle
{
@include
border-radius
(
2px
);
@include
transition
(
all
0
.2s
ease
0s
);
border-width
:
1px
;
border-style
:
solid
;
...
...
@@ -145,6 +148,7 @@ body {
&
:active
{
@include
box-shadow
(
inset
0
0
4px
rgba
(
0
,
0
,
0
,
0
.12
));
border-width
:
1px
;
border-style
:
solid
;
}
...
...
app/assets/stylesheets/generic/sidebar.scss
View file @
fd86b669
.page-with-sidebar
{
min-height
:
100%
;
height
:
100%
;
.sidebar-wrapper
{
position
:
fixed
;
top
:
0
;
...
...
@@ -40,43 +43,6 @@
}
}
.content
{
height
:
100%
;
width
:
100%
;
}
.max_height
{
height
:
100%
;
display
:
table
;
width
:
100%
;
}
.project-show-readme
{
height
:
100%
;
display
:
table-row
;
}
.wiki
{
min-width
:
1167px
;
}
section
{
height
:
100%
;
display
:
table-row
;
}
html
,
body
{
height
:
100%
;
margin
:
0
;
}
.page-with-sidebar
{
min-height
:
100%
;
height
:
100%
;
}
.nav-sidebar
{
margin-top
:
14
+
$header-height
;
margin-bottom
:
100px
;
...
...
app/assets/stylesheets/pages/projects.scss
View file @
fd86b669
...
...
@@ -505,3 +505,19 @@ pre.light-well {
display
:
inline-block
;
}
.content
{
height
:
100%
;
width
:
100%
;
}
.max-height
{
height
:
100%
;
display
:
table
;
width
:
100%
;
}
section
{
height
:
100%
;
display
:
table-row
;
}
\ No newline at end of file
app/views/layouts/_page.html.haml
View file @
fd86b669
...
...
@@ -25,5 +25,5 @@
=
render
"layouts/flash"
%div
{
class:
container_class
}
.content
.clearfix.max
_
height
.clearfix.max
-
height
=
yield
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