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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
6fa95a3d
Commit
6fa95a3d
authored
Jun 12, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CSS refactored
parent
0e33bf6e
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
371 additions
and
470 deletions
+371
-470
app/assets/stylesheets/common.scss
app/assets/stylesheets/common.scss
+0
-211
app/assets/stylesheets/header.scss
app/assets/stylesheets/header.scss
+226
-0
app/assets/stylesheets/main.scss
app/assets/stylesheets/main.scss
+17
-3
app/assets/stylesheets/nav.scss
app/assets/stylesheets/nav.scss
+93
-0
app/assets/stylesheets/themes/ui_basic.scss
app/assets/stylesheets/themes/ui_basic.scss
+0
-104
app/assets/stylesheets/themes/ui_mars.scss
app/assets/stylesheets/themes/ui_mars.scss
+8
-41
app/assets/stylesheets/themes/ui_modern.scss
app/assets/stylesheets/themes/ui_modern.scss
+26
-109
app/views/projects/index.html.haml
app/views/projects/index.html.haml
+1
-2
No files found.
app/assets/stylesheets/common.scss
View file @
6fa95a3d
...
@@ -22,217 +22,6 @@
...
@@ -22,217 +22,6 @@
float
:right
;
float
:right
;
}
}
/**
* Common header style
*
*/
header
{
/* Account box */
.account-box
{
position
:
absolute
;
right
:
0
;
top
:
13px
;
z-index
:
10000
;
width
:
128px
;
font-size
:
11px
;
float
:
right
;
display
:
block
;
cursor
:
pointer
;
img
{
border-radius
:
4px
;
right
:
0px
;
position
:
absolute
;
width
:
33px
;
height
:
33px
;
display
:
block
;
top
:
0
;
&
:after
{
content
:
" "
;
display
:
block
;
position
:
absolute
;
top
:
0
;
right
:
0
;
left
:
0
;
bottom
:
0
;
float
:
right
;
border-radius
:
5px
;
border
:
1px
solid
rgba
(
255
,
255
,
255
,
0
.1
);
border-bottom
:
0
;
background
:
-webkit-gradient
(
linear
,
0%
0%
,
0%
100%
,
from
(
rgba
(
255
,
255
,
255
,
0
.15
))
,
to
(
rgba
(
0
,
0
,
0
,
0
.25
)))
,
-webkit-gradient
(
linear
,
left
top
,
right
bottom
,
color-stop
(
0
,
rgba
(
255
,
255
,
255
,
0
))
,
color-stop
(
0
.5
,
rgba
(
255
,
255
,
255
,
0
.1
))
,
color-stop
(
0
.501
,
rgba
(
255
,
255
,
255
,
0
))
,
color-stop
(
1
,
rgba
(
255
,
255
,
255
,
0
)));
background
:
-moz-linear-gradient
(
top
,
rgba
(
255
,
255
,
255
,
0
.15
)
,
rgba
(
0
,
0
,
0
,
0
.25
))
,
-moz-linear-gradient
(
left
top
,
rgba
(
255
,
255
,
255
,
0
)
,
rgba
(
255
,
255
,
255
,
0
.1
)
50%
,
rgba
(
255
,
255
,
255
,
0
)
50%
,
rgba
(
255
,
255
,
255
,
0
));
background
:
linear-gradient
(
top
,
rgba
(
255
,
255
,
255
,
0
.15
)
,
rgba
(
0
,
0
,
0
,
0
.25
))
,
linear-gradient
(
left
top
,
rgba
(
255
,
255
,
255
,
0
)
,
rgba
(
255
,
255
,
255
,
0
.1
)
50%
,
rgba
(
255
,
255
,
255
,
0
)
50%
,
rgba
(
255
,
255
,
255
,
0
));
-webkit-background-origin
:
border-box
;
-moz-background-origin
:
border
;
background-origin
:
border-box
;
}
}
}
.account-box
{
&
.hover
{
height
:
138px
;
}
&
:hover
>
.account-links
{
display
:
block
;
}
}
.account-links
{
background
:
#79C3E0
;
display
:
none
;
border-radius
:
5px
;
width
:
100px
;
margin-top
:
0
;
float
:
right
;
box-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,
0
.2
);
position
:
relative
;
&
:before
{
content
:
"."
;
width
:
0
;
height
:
0
;
position
:
absolute
;
border
:
5px
solid
transparent
;
border-color
:
rgba
(
255
,
255
,
255
,
0
);
border-bottom-color
:
#333
;
text-indent
:
-9999px
;
top
:
-10px
;
line-height
:
0
;
right
:
10px
;
z-index
:
10
;
}
background
:
#333
;
display
:
none
;
z-index
:
100000
;
border-radius
:
5px
;
width
:
100px
;
position
:
absolute
;
right
:
10px
;
top
:
46px
;
margin-top
:
0
;
float
:
right
;
box-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,
0
.2
);
a
{
color
:
#EEE
;
padding
:
6px
10px
;
display
:
block
;
text-shadow
:
none
;
border-bottom
:
1px
solid
#555
;
&
:hover
{
color
:
#eee
;
background
:
#444
;
}
}
}
.account-box.hover
.arrow-up
{
top
:
41px
;
right
:
6px
;
position
:
absolute
;
}
.account-links
a
{
&
:first-child
{
-webkit-border-top-left-radius
:
5px
;
-webkit-border-top-right-radius
:
5px
;
-moz-border-radius-topleft
:
5px
;
-moz-border-radius-topright
:
5px
;
border-top-left-radius
:
5px
;
border-top-right-radius
:
5px
;
}
&
:last-child
{
-webkit-border-bottom-right-radius
:
5px
;
-webkit-border-bottom-left-radius
:
5px
;
-moz-border-radius-bottomright
:
5px
;
-moz-border-radius-bottomleft
:
5px
;
border-bottom-right-radius
:
5px
;
border-bottom-left-radius
:
5px
;
border-bottom
:
0
;
}
}
}
/*
* Main Menu of Application
*
*/
nav
.main_menu
{
border-radius
:
4px
;
margin
:
auto
;
margin
:
30px
0
;
background
:
#eee
;
border
:
1px
solid
#bbb
;
height
:
38px
;
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
30
,
color-stop
(
0
.066
,
#eee
)
,
to
(
#dfdfdf
));
background-image
:
-webkit-linear-gradient
(
#eee
6
.6%
,
#dfdfdf
);
background-image
:
-moz-linear-gradient
(
#eee
6
.6%
,
#dfdfdf
);
background-image
:
-o-linear-gradient
(
#eee
6
.6%
,
#dfdfdf
);
@include
shade
;
.count
{
position
:
relative
;
top
:
-1px
;
display
:
inline-block
;
height
:
15px
;
margin
:
0
0
0
5px
;
padding
:
0
8px
1px
8px
;
height
:
auto
;
font-size
:
0
.82em
;
line-height
:
14px
;
text-align
:
center
;
color
:
#777
;
background
:
#f2f2f2
;
border-top
:
1px
solid
#CCC
;
border-radius
:
8px
;
-moz-border-radius
:
8px
;
}
.label
{
background
:
$hover
;
text-shadow
:none
;
color
:
$style_color
;
}
a
{
// Landscape phone to portrait tablet
@media
(
max-width
:
1080px
)
{
min-width
:
35px
;
}
// Portrait tablet to landscape and desktop
@media
(
min-width
:
1080px
)
and
(
max-width
:
1200px
)
{
min-width
:
40px
;
}
// Large desktop
@media
(
min-width
:
1200px
)
{
min-width
:
55px
;
}
text-align
:center
;
font-weight
:bold
;
&
:first-child
{
-webkit-border-top-left-radius
:
4px
;
-webkit-border-bottom-left-radius
:
4px
;
-moz-border-radius-topleft
:
4px
;
-moz-border-radius-bottomleft
:
4px
;
border-top-left-radius
:
4px
;
border-bottom-left-radius
:
4px
;
border-left
:
0
;
}
padding
:
10px
25px
;
display
:
inline-block
;
color
:
$style_color
;
position
:
relative
;
margin
:
0
;
float
:left
;
text-shadow
:
0
1px
1px
white
;
border-right
:
1px
solid
#DDD
;
border-left
:
1px
solid
#EEE
;
&
.home
{
background
:
url(home_icon.PNG)
no-repeat
center
center
;
text-indent
:
-9999px
;
//min-width:40px;
img
{
position
:relative
;
top
:
4px
;
}
}
&
.current
{
background-color
:
#D5D5D5
;
border-bottom
:
2px
solid
#474D57
;
border-right
:
1px
solid
#BBB
;
border-left
:
1px
solid
#BBB
;
border-radius
:
0
0
1px
1px
;
&
:first-child
{
border-bottom
:none
;
}
}
}
}
/*
* End of Main Menu
*
*/
.profile_avatar_holder
{
.profile_avatar_holder
{
float
:left
;
float
:left
;
width
:
60px
;
width
:
60px
;
...
...
app/assets/stylesheets/header.scss
0 → 100644
View file @
6fa95a3d
/*
* Application Header
*
*/
header
{
width
:
100%
;
padding
:
0
;
margin
:
0
;
top
:
1px
;
left
:
0
;
background
:
#F1F1F1
;
/* for non-css3 browsers */
border-bottom
:
1px
solid
#ccc
;
box-shadow
:
0
-1px
0
white
inset
;
-moz-box-shadow
:
0
-1px
0
white
inset
;
-webkit-box-shadow
:
0
-1px
0
white
inset
;
z-index
:
10
;
height
:
60px
;
/**
*
* Logo holder
*
*/
.app_logo
{
width
:
230px
;
float
:left
;
position
:relative
;
top
:
-5px
;
a
{
float
:left
;
h1
{
text-indent
:
-9999px
;
width
:
102px
;
background
:
url('logo_text.png')
no-repeat
0px
-3px
;
float
:left
;
margin-left
:
5px
;
font-size
:
20px
;
line-height
:
36px
;
font-weight
:bold
;
color
:
#aaa
;
text-shadow
:
0
1px
1px
#FFF
;
padding-left
:
50px
;
}
}
.separator
{
margin-left
:
20px
;
float
:
left
;
height
:
60px
;
width
:
1px
;
background
:
white
;
border-left
:
1px
solid
#DDD
;
margin-top
:
-10px
;
}
}
.container
{
.top_panel_content
{
margin
:auto
;
position
:relative
;
padding
:
15px
0
;
}
}
/**
*
* Project / Area name
*
*/
.project_name
{
float
:left
;
margin
:
0
;
margin-right
:
30px
;
font-size
:
20px
;
line-height
:
36px
;
font-weight
:bold
;
color
:
$style_color
;
text-shadow
:
0
1px
1px
#FFF
;
}
.fbtn
{
float
:
right
;
margin-right
:
10px
;
.btn
{
margin-left
:
8px
;
}
}
/**
*
* Search box
*
*/
.search
{
float
:
right
;
margin-right
:
55px
;
.search-input
{
width
:
130px
;
background-image
:
url("icon-search.png")
;
background-repeat
:
no-repeat
;
background-position
:
10px
;
padding-left
:
25px
;
@include
border-radius
(
5px
);
border
:
1px
solid
#ccc
;
}
}
/**
*
* Account box
*
*/
.account-box
{
position
:
absolute
;
right
:
0
;
top
:
13px
;
z-index
:
10000
;
width
:
128px
;
font-size
:
11px
;
float
:
right
;
display
:
block
;
cursor
:
pointer
;
img
{
border-radius
:
4px
;
right
:
0px
;
position
:
absolute
;
width
:
33px
;
height
:
33px
;
display
:
block
;
top
:
0
;
&
:after
{
content
:
" "
;
display
:
block
;
position
:
absolute
;
top
:
0
;
right
:
0
;
left
:
0
;
bottom
:
0
;
float
:
right
;
border-radius
:
5px
;
border
:
1px
solid
rgba
(
255
,
255
,
255
,
0
.1
);
border-bottom
:
0
;
background
:
-webkit-gradient
(
linear
,
0%
0%
,
0%
100%
,
from
(
rgba
(
255
,
255
,
255
,
0
.15
))
,
to
(
rgba
(
0
,
0
,
0
,
0
.25
)))
,
-webkit-gradient
(
linear
,
left
top
,
right
bottom
,
color-stop
(
0
,
rgba
(
255
,
255
,
255
,
0
))
,
color-stop
(
0
.5
,
rgba
(
255
,
255
,
255
,
0
.1
))
,
color-stop
(
0
.501
,
rgba
(
255
,
255
,
255
,
0
))
,
color-stop
(
1
,
rgba
(
255
,
255
,
255
,
0
)));
background
:
-moz-linear-gradient
(
top
,
rgba
(
255
,
255
,
255
,
0
.15
)
,
rgba
(
0
,
0
,
0
,
0
.25
))
,
-moz-linear-gradient
(
left
top
,
rgba
(
255
,
255
,
255
,
0
)
,
rgba
(
255
,
255
,
255
,
0
.1
)
50%
,
rgba
(
255
,
255
,
255
,
0
)
50%
,
rgba
(
255
,
255
,
255
,
0
));
background
:
linear-gradient
(
top
,
rgba
(
255
,
255
,
255
,
0
.15
)
,
rgba
(
0
,
0
,
0
,
0
.25
))
,
linear-gradient
(
left
top
,
rgba
(
255
,
255
,
255
,
0
)
,
rgba
(
255
,
255
,
255
,
0
.1
)
50%
,
rgba
(
255
,
255
,
255
,
0
)
50%
,
rgba
(
255
,
255
,
255
,
0
));
-webkit-background-origin
:
border-box
;
-moz-background-origin
:
border
;
background-origin
:
border-box
;
}
}
}
.account-box
{
&
.hover
{
height
:
138px
;
}
&
:hover
>
.account-links
{
display
:
block
;
}
}
.account-links
{
background
:
#79C3E0
;
display
:
none
;
border-radius
:
5px
;
width
:
100px
;
margin-top
:
0
;
float
:
right
;
box-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,
0
.2
);
position
:
relative
;
&
:before
{
content
:
"."
;
width
:
0
;
height
:
0
;
position
:
absolute
;
border
:
5px
solid
transparent
;
border-color
:
rgba
(
255
,
255
,
255
,
0
);
border-bottom-color
:
#333
;
text-indent
:
-9999px
;
top
:
-10px
;
line-height
:
0
;
right
:
10px
;
z-index
:
10
;
}
background
:
#333
;
display
:
none
;
z-index
:
100000
;
border-radius
:
5px
;
width
:
100px
;
position
:
absolute
;
right
:
10px
;
top
:
46px
;
margin-top
:
0
;
float
:
right
;
box-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,
0
.2
);
a
{
color
:
#EEE
;
padding
:
6px
10px
;
display
:
block
;
text-shadow
:
none
;
border-bottom
:
1px
solid
#555
;
&
:hover
{
color
:
#eee
;
background
:
#444
;
}
}
}
.account-box.hover
.arrow-up
{
top
:
41px
;
right
:
6px
;
position
:
absolute
;
}
.account-links
a
{
&
:first-child
{
-webkit-border-top-left-radius
:
5px
;
-webkit-border-top-right-radius
:
5px
;
-moz-border-radius-topleft
:
5px
;
-moz-border-radius-topright
:
5px
;
border-top-left-radius
:
5px
;
border-top-right-radius
:
5px
;
}
&
:last-child
{
-webkit-border-bottom-right-radius
:
5px
;
-webkit-border-bottom-left-radius
:
5px
;
-moz-border-radius-bottomright
:
5px
;
-moz-border-radius-bottomleft
:
5px
;
border-bottom-right-radius
:
5px
;
border-bottom-left-radius
:
5px
;
border-bottom
:
0
;
}
}
}
app/assets/stylesheets/main.scss
View file @
6fa95a3d
...
@@ -64,14 +64,28 @@ $hover: #FDF5D9;
...
@@ -64,14 +64,28 @@ $hover: #FDF5D9;
border-radius
:
$radius
;
border-radius
:
$radius
;
}
}
/**
* Header of application.
* Contain application logo, search panel, profile icon
*/
@import
"header.scss"
;
/**
* Navigation menu of application.
* Panel with links to pages depends on project, profile or admin area
*/
@import
"nav.scss"
;
/**
/**
* This file represent some UI that can be changed
* This file represent some UI that can be changed
* during web app restyle or theme select.
* during web app restyle or theme select.
*
*
* Next items should be placed there
* Next items should be placed there
* - link colors
* - link
, button
colors
* - header styles
* - header
re
styles
* - main menu styles
* - main menu
re
styles
*
*
*/
*/
@import
"themes/ui_basic.scss"
;
@import
"themes/ui_basic.scss"
;
...
...
app/assets/stylesheets/nav.scss
0 → 100644
View file @
6fa95a3d
/*
* Main Menu of Application
*
*/
nav
.main_menu
{
border-radius
:
4px
;
margin
:
auto
;
margin
:
30px
0
;
background
:
#eee
;
border
:
1px
solid
#bbb
;
height
:
38px
;
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
30
,
color-stop
(
0
.066
,
#eee
)
,
to
(
#dfdfdf
));
background-image
:
-webkit-linear-gradient
(
#eee
6
.6%
,
#dfdfdf
);
background-image
:
-moz-linear-gradient
(
#eee
6
.6%
,
#dfdfdf
);
background-image
:
-o-linear-gradient
(
#eee
6
.6%
,
#dfdfdf
);
@include
shade
;
.count
{
position
:
relative
;
top
:
-1px
;
display
:
inline-block
;
height
:
15px
;
margin
:
0
0
0
5px
;
padding
:
0
8px
1px
8px
;
height
:
auto
;
font-size
:
0
.82em
;
line-height
:
14px
;
text-align
:
center
;
color
:
#777
;
background
:
#f2f2f2
;
border-top
:
1px
solid
#CCC
;
border-radius
:
8px
;
-moz-border-radius
:
8px
;
}
.label
{
background
:
$hover
;
text-shadow
:none
;
color
:
$style_color
;
}
a
{
// Landscape phone to portrait tablet
@media
(
max-width
:
1080px
)
{
min-width
:
35px
;
}
// Portrait tablet to landscape and desktop
@media
(
min-width
:
1080px
)
and
(
max-width
:
1200px
)
{
min-width
:
40px
;
}
// Large desktop
@media
(
min-width
:
1200px
)
{
min-width
:
55px
;
}
text-align
:center
;
font-weight
:bold
;
&
:first-child
{
-webkit-border-top-left-radius
:
4px
;
-webkit-border-bottom-left-radius
:
4px
;
-moz-border-radius-topleft
:
4px
;
-moz-border-radius-bottomleft
:
4px
;
border-top-left-radius
:
4px
;
border-bottom-left-radius
:
4px
;
border-left
:
0
;
}
padding
:
10px
25px
;
display
:
inline-block
;
color
:
$style_color
;
position
:
relative
;
margin
:
0
;
float
:left
;
text-shadow
:
0
1px
1px
white
;
border-right
:
1px
solid
#DDD
;
border-left
:
1px
solid
#EEE
;
&
.home
{
background
:
url(home_icon.PNG)
no-repeat
center
center
;
text-indent
:
-9999px
;
//min-width:40px;
img
{
position
:relative
;
top
:
4px
;
}
}
&
.current
{
background-color
:
#D5D5D5
;
border-bottom
:
2px
solid
#474D57
;
border-right
:
1px
solid
#BBB
;
border-left
:
1px
solid
#BBB
;
border-radius
:
0
0
1px
1px
;
&
:first-child
{
border-bottom
:none
;
}
}
}
}
/*
* End of Main Menu
*
*/
app/assets/stylesheets/themes/ui_basic.scss
View file @
6fa95a3d
/**
/**
* This file represent some UI that can be changed
* This file represent some UI that can be changed
* during web app restyle or theme select.
* during web app restyle or theme select.
*
* Next items should be placed there
* - link colors
* - header styles
* - main menu styles
*
*
*/
*/
.ui_basic
{
.ui_basic
{
...
@@ -20,103 +15,4 @@
...
@@ -20,103 +15,4 @@
color
:
$blue_link
;
color
:
$blue_link
;
}
}
}
}
/*
* Application Header
*
*/
header
{
width
:
100%
;
padding
:
0
;
margin
:
0
;
top
:
1px
;
left
:
0
;
background
:
#F1F1F1
;
/* for non-css3 browsers */
border-bottom
:
1px
solid
#ccc
;
box-shadow
:
0
-1px
0
white
inset
;
-moz-box-shadow
:
0
-1px
0
white
inset
;
-webkit-box-shadow
:
0
-1px
0
white
inset
;
z-index
:
10
;
height
:
60px
;
.app_logo
{
width
:
230px
;
float
:left
;
position
:relative
;
top
:
-5px
;
a
{
float
:left
;
h1
{
text-indent
:
-9999px
;
width
:
102px
;
background
:
url('logo_text.png')
no-repeat
0px
-3px
;
float
:left
;
margin-left
:
5px
;
font-size
:
20px
;
line-height
:
36px
;
font-weight
:bold
;
color
:
#aaa
;
text-shadow
:
0
1px
1px
#FFF
;
padding-left
:
50px
;
}
}
.separator
{
margin-left
:
20px
;
float
:
left
;
height
:
60px
;
width
:
1px
;
background
:
white
;
border-left
:
1px
solid
#DDD
;
margin-top
:
-10px
;
}
}
.container
{
.top_panel_content
{
margin
:auto
;
position
:relative
;
padding
:
15px
0
;
}
}
.project_name
{
float
:left
;
margin
:
0
;
margin-right
:
30px
;
font-size
:
20px
;
line-height
:
36px
;
font-weight
:bold
;
color
:
$style_color
;
text-shadow
:
0
1px
1px
#FFF
;
}
.fbtn
{
float
:
right
;
margin-right
:
10px
;
.btn
{
margin-left
:
8px
;
}
}
.search
{
float
:
right
;
margin-right
:
55px
;
.search-input
{
width
:
130px
;
background-image
:
url("icon-search.png")
;
background-repeat
:
no-repeat
;
background-position
:
10px
;
padding-left
:
25px
;
@include
border-radius
(
5px
);
border
:
1px
solid
#ccc
;
}
}
}
/*
* End of Application Header
*
*/
}
}
app/assets/stylesheets/themes/ui_mars.scss
View file @
6fa95a3d
...
@@ -4,8 +4,7 @@
...
@@ -4,8 +4,7 @@
*
*
* Next items should be placed there
* Next items should be placed there
* - link colors
* - link colors
* - header styles
* - header restyles
* - main menu styles
*
*
*/
*/
.ui_mars
{
.ui_mars
{
...
@@ -15,18 +14,11 @@
...
@@ -15,18 +14,11 @@
*
*
*/
*/
header
{
header
{
width
:
100%
;
padding
:
0
;
margin
:
0
;
top
:
1px
;
left
:
0
;
background
:
#474D57
url('bg-header.png')
repeat-x
bottom
;
background
:
#474D57
url('bg-header.png')
repeat-x
bottom
;
z-index
:
10
;
box-shadow
:none
;
height
:
60px
;
border-bottom
:
1px
solid
#444
;
.fbtn
{
.fbtn
{
float
:
right
;
margin-right
:
10px
;
.btn
{
.btn
{
margin-left
:
8px
;
margin-left
:
8px
;
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
30
,
color-stop
(
0
.066
,
#595D63
)
,
to
(
#31363E
));
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
30
,
color-stop
(
0
.066
,
#595D63
)
,
to
(
#31363E
));
...
@@ -51,20 +43,10 @@
...
@@ -51,20 +43,10 @@
float
:
right
;
float
:
right
;
margin-right
:
55px
;
margin-right
:
55px
;
.search-input
{
.search-input
{
background-image
:url
(
"icon-search.png"
)
;
float
:
right
;
text-shadow
:
none
;
width
:
130px
;
background-image
:
url("icon-search.png")
;
background-repeat
:
no-repeat
;
background-position
:
10px
;
border-radius
:
100px
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0
.7
);
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0
.7
);
box-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
0
.2
)
,
0
2px
2px
rgba
(
0
,
0
,
0
,
0
.4
)
inset
;
box-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
0
.2
)
,
0
2px
2px
rgba
(
0
,
0
,
0
,
0
.4
)
inset
;
background-color
:
#D2D5DA
;
background-color
:
#D2D5DA
;
background-color
:
rgba
(
255
,
255
,
255
,
0
.5
);
background-color
:
rgba
(
255
,
255
,
255
,
0
.5
);
padding
:
5px
;
padding-left
:
26px
;
&
:focus
{
&
:focus
{
background-color
:
white
;
background-color
:
white
;
...
@@ -75,14 +57,7 @@
...
@@ -75,14 +57,7 @@
color
:
#666
;
color
:
#666
;
}
}
.app_logo
{
.app_logo
{
width
:
230px
;
float
:left
;
position
:relative
;
top
:
-5px
;
a
{
a
{
float
:left
;
h1
{
h1
{
background
:
url('images.png')
no-repeat
-3px
-6px
;
background
:
url('images.png')
no-repeat
-3px
-6px
;
width
:
65px
;
width
:
65px
;
...
@@ -94,25 +69,17 @@
...
@@ -94,25 +69,17 @@
float
:left
;
float
:left
;
}
}
}
}
.separator
{
border-color
:
#444
;
background
:
#31363E
;
}
}
}
.project_name
{
.project_name
{
float
:left
;
margin
:
0
;
margin-right
:
30px
;
font-size
:
20px
;
line-height
:
38px
;
line-height
:
38px
;
font-weight
:bold
;
color
:
#fff
;
color
:
#fff
;
text-shadow
:
0
1px
1px
#111
;
text-shadow
:
0
1px
1px
#111
;
}
}
.container
{
.top_panel_content
{
margin
:auto
;
position
:relative
;
padding
:
15px
0
;
}
}
}
}
/*
/*
* End of Application Header
* End of Application Header
...
...
app/assets/stylesheets/themes/ui_modern.scss
View file @
6fa95a3d
...
@@ -9,37 +9,21 @@
...
@@ -9,37 +9,21 @@
*
*
*/
*/
.ui_modern
{
.ui_modern
{
background
:
#eee
;
>
.container
{
background
:
#FFF
;
border
:
1px
solid
#ccc
;
padding
:
20px
;
margin-top
:
30px
;
-moz-box-shadow
:
0
0
1px
1px
#E3E3E3
;
-webkit-box-shadow
:
0
0
1px
1px
#E3E3E3
;
box-shadow
:
0
0
1px
1px
#E3E3E3
;
}
nav
.main_menu
{
nav
.main_menu
{
position
:
absolute
;
background
:none
;
width
:
100%
;
box-shadow
:none
;
left
:
0
;
top
:
35px
;
@include
border-radius
(
0px
);
@include
border-radius
(
0px
);
border
:none
;
border-bottom
:
2px
solid
#456
;
a
.current
{
a
{
border-bottom
:none
;
border
:none
;
}
}
.commit-box
,
.issue_form_box
{
margin-top
:
0px
;
}
.ui-box
{
&
.current
{
@include
border-radius
(
0px
);
border-bottom
:
2px
solid
#f90
;
background-color
:
#fff
;
}
}
}
}
/*
/*
...
@@ -47,97 +31,30 @@
...
@@ -47,97 +31,30 @@
*
*
*/
*/
a
{
a
{
color
:
$link_color
;
color
:
#FA8B2A
;
&
:hover
{
&
:hover
{
text-decoration
:none
;
text-decoration
:none
;
color
:
$blue_link
;
color
:
#f90
;
}
}
}
}
.btn
{
&
.primary
,
&
.btn-primary
{
border-color
:
#C60
;
background
:
#D70
;
/*
&
:hover
{
* Application Header
background
:
#F90
;
*
*/
header
{
width
:
100%
;
padding
:
0
;
margin
:
0
;
top
:
1px
;
left
:
0
;
background
:
#FFF
;
/* for non-css3 browsers */
z-index
:
10
;
height
:
100px
;
.app_logo
{
float
:left
;
position
:relative
;
top
:
-5px
;
a
{
float
:left
;
h1
{
left
:
-30px
;
position
:
relative
;
text-indent
:
-9999px
;
width
:
112px
;
background
:
url('logo_text_tr.png')
no-repeat
0px
0
;
float
:left
;
font-size
:
20px
;
line-height
:
36px
;
font-weight
:bold
;
color
:
#aaa
;
text-shadow
:
0
1px
1px
#FFF
;
padding-left
:
50px
;
}
}
}
.container
{
.top_panel_content
{
margin
:auto
;
position
:relative
;
padding
:
15px
0
;
}
}
}
}
}
.project_name
{
.alert
{
float
:left
;
&
.alert-info
{
margin
:
0
;
border-color
:
#FDA
;
margin-right
:
30px
;
background
:
#FED
;
font-size
:
20px
;
color
:
#D70
;
line-height
:
36px
;
font-weight
:bold
;
color
:
$style_color
;
text-shadow
:
0
1px
1px
#FFF
;
}
.fbtn
{
float
:
right
;
margin-right
:
10px
;
.btn
{
margin-left
:
8px
;
}
}
.search
{
float
:
right
;
margin-right
:
55px
;
.search-input
{
width
:
130px
;
background-image
:
url("icon-search.png")
;
background-repeat
:
no-repeat
;
background-position
:
10px
;
padding-left
:
25px
;
@include
border-radius
(
5px
);
border
:
1px
solid
#ccc
;
}
}
}
}
}
/*
* End of Application Header
*
*/
}
}
app/views/projects/index.html.haml
View file @
6fa95a3d
...
@@ -12,8 +12,7 @@
...
@@ -12,8 +12,7 @@
-
if
@events
.
any?
-
if
@events
.
any?
=
render
@events
=
render
@events
-
else
-
else
.padded
%h4
.nothing_here_message
Projects activity will be displayed here
%strong
.cgray
Projects activity will be displayed here
.side
.side
.projects_box
.projects_box
%h5
%h5
...
...
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