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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
5f5cd2be
Commit
5f5cd2be
authored
Jun 12, 2012
by
randx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ui-box style improved
parent
093159a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
8 deletions
+13
-8
app/assets/stylesheets/common.scss
app/assets/stylesheets/common.scss
+1
-1
app/assets/stylesheets/gitlab_bootstrap.scss
app/assets/stylesheets/gitlab_bootstrap.scss
+12
-7
No files found.
app/assets/stylesheets/common.scss
View file @
5f5cd2be
...
...
@@ -727,7 +727,7 @@ li.note {
/* CHZN reset few styles */
.chzn-container-single
.chzn-single
{
background
:
#
eee
;
background
:
#
FFF
;
border
:
1px
solid
#ccc
;
}
.chzn-container-active
.chzn-single
{
...
...
app/assets/stylesheets/gitlab_bootstrap.scss
View file @
5f5cd2be
...
...
@@ -402,8 +402,7 @@ form {
.ui-box
{
margin-bottom
:
40px
;
@include
round-borders-all
(
4px
);
@include
shade
;
border-color
:
#DDD
;
border-color
:
#CCC
;
ul
{
margin
:
0
;
...
...
@@ -411,10 +410,13 @@ form {
h5
,
.title
{
padding
:
0
10px
;
background
:
#f5f5f5
;
border-bottom
:
1px
solid
#eee
;
@include
round-borders-top
(
4px
);
border-top
:none
;
border-bottom
:
1px
solid
#bbb
;
background
:
#eee
;
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
);
form
{
padding
:
9px
0
;
...
...
@@ -433,10 +435,13 @@ form {
}
.bottom
{
background
:
#f5f5f5
;
border-top
:
1px
solid
#eee
;
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
round-borders-bottom
(
4px
);
border-bottom
:none
;
border-top
:
1px
solid
#bbb
;
}
&
.padded
{
...
...
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