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
Jérome Perrin
gitlab-ce
Commits
ff0dc87e
Commit
ff0dc87e
authored
13 years ago
by
Ricardo Rauch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes css
parent
6376fd35
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
app/assets/stylesheets/projects.css.scss
app/assets/stylesheets/projects.css.scss
+1
-1
app/assets/stylesheets/style.scss
app/assets/stylesheets/style.scss
+3
-3
No files found.
app/assets/stylesheets/projects.css.scss
View file @
ff0dc87e
...
...
@@ -551,7 +551,7 @@ pre.commit_message {
}
#container
{
min-height
:
100%
;
/* min-height:100%;*/
}
.ui-selectmenu
{
@include
round-borders-all
(
4px
);
...
...
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/style.scss
View file @
ff0dc87e
...
...
@@ -302,7 +302,7 @@ body.login-page{background-color: #f1f1f1; padding-top: 10%}
/* eo Icons*/
/* General */
#container
{
background-color
:
white
;
overflow
:
hidden
;}
#container
{
background-color
:
white
;
overflow
:
hidden
;
}
body
.collapsed
#container
{
margin
:
auto
;
width
:
980px
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,.
22
);
border-top
:
0
;
box-shadow
:
0
0
0px
4px
rgba
(
0
,
0
,
0
,.
04
)}
...
...
@@ -506,9 +506,9 @@ body.dashboard-page header{margin-bottom: 0}
body
.dashboard-page
.news-feed
{
padding-left
:
1em
;
margin-right
:
450px
;
margin-left
:
1%
}
body
.dashboard-page
.dashboard-content
{
position
:
relative
;
float
:
left
;
width
:
100%
;
height
:
100%
;
}
body
.dashboard-page
.news-feed
h2
{
float
:
left
;}
body
.dashboard-page
aside
{
width
:
420px
;
float
:
right
;
right
:
0
;
height
:
100%
;
bottom
:
0
;
position
:
absolute
;
background-color
:
#f7f7f7
;
border-left
:
1px
solid
#ccc
}
body
.dashboard-page
aside
{
min-height
:
700px
;
width
:
420px
;
float
:
right
;
background-color
:
#f7f7f7
;
border-left
:
1px
solid
#ccc
}
body
.dashboard-page
aside
h4
{
margin
:
0
;
border-bottom
:
1px
solid
#ccc
;
padding
:
10px
10px
;
font-size
:
11px
;
font-weight
:
bold
;
text-transform
:
uppercase
;}
body
.dashboard-page
aside
h4
a
.button-small
{
float
:
right
;
text-transform
:
none
;
border-radius
:
4px
;
margin-right
:
4
%
;
margin-top
:
-4px
;
display
:
block
;}
body
.dashboard-page
aside
h4
a
.button-small
{
float
:
right
;
text-transform
:
none
;
border-radius
:
4px
;
margin-right
:
2
%
;
margin-top
:
-4px
;
display
:
block
;}
body
.dashboard-page
aside
.project-list
{
list-style
:
none
;
margin
:
0
;
padding
:
0
;}
body
.dashboard-page
aside
.project-list
li
a
{
background
:
white
;
color
:
#{
$blue_link
}
;
display
:
block
;
border-bottom
:
1px
solid
#eee
;
padding
:
14px
6%
14px
14px
;}
body
.dashboard-page
aside
.project-list
li
a
:hover
{
background
:
#f1f1f1
}
...
...
This diff is collapsed.
Click to expand it.
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