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
Kazuhiko Shiozaki
gitlab-ce
Commits
6ed5d9bc
Commit
6ed5d9bc
authored
Apr 01, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard/projects page project selection ui improved
parent
1ed83184
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
7 deletions
+14
-7
app/assets/stylesheets/common.scss
app/assets/stylesheets/common.scss
+14
-7
No files found.
app/assets/stylesheets/common.scss
View file @
6ed5d9bc
...
@@ -855,8 +855,6 @@ p.time {
...
@@ -855,8 +855,6 @@ p.time {
.dashboard_category
{
.dashboard_category
{
margin-bottom
:
30px
;
margin-bottom
:
30px
;
h3
a
{
h3
a
{
color
:
#474D57
;
color
:
#474D57
;
...
@@ -864,6 +862,7 @@ p.time {
...
@@ -864,6 +862,7 @@ p.time {
text-decoration
:underline
;
text-decoration
:underline
;
}
}
}
}
.dashboard_block
{
.dashboard_block
{
width
:
840px
;
width
:
840px
;
margin
:auto
;
margin
:auto
;
...
@@ -871,9 +870,17 @@ p.time {
...
@@ -871,9 +870,17 @@ p.time {
.dash_project_item
{
.dash_project_item
{
margin-bottom
:
10px
;
margin-bottom
:
10px
;
border
:none
;
border
:none
;
padding
:
0px
5px
;
&
:hover
{
&
:hover
{
background
:none
;
background
:
$hover
;
h4
{
color
:
#2FA0BB
;
}
//border-left:4px solid $styled_border_color;
h4
{
color
:
#111
;
.ico.project
{
background-position
:
-209px
-21px
;
}
}
}
}
h4
{
h4
{
...
@@ -933,7 +940,6 @@ p.time {
...
@@ -933,7 +940,6 @@ p.time {
}
}
.leftbar
{
.leftbar
{
h5
,
.title
{
h5
,
.title
{
padding
:
5px
10px
;
padding
:
5px
10px
;
}
}
...
@@ -949,7 +955,7 @@ p.time {
...
@@ -949,7 +955,7 @@ p.time {
a
:hover
{
a
:hover
{
h4
{
h4
{
color
:
#111
;
color
:
#111
;
b
order-right
:
4px
solid
$styled_border_colo
r
;
b
ackground
:
$hove
r
;
.ico.project
{
.ico.project
{
background-position
:
-209px
-21px
;
background-position
:
-209px
-21px
;
}
}
...
@@ -1073,7 +1079,8 @@ p.time {
...
@@ -1073,7 +1079,8 @@ p.time {
.arrow
{
.arrow
{
float
:
right
;
float
:
right
;
background
:
#E3E5EA
;
background
:
#E3E5EA
;
padding
:
10px
;
padding
:
5px
;
margin-top
:
5px
;
border-radius
:
5px
;
border-radius
:
5px
;
text-shadow
:
none
;
text-shadow
:
none
;
color
:
#999
;
color
:
#999
;
...
...
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