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
c0dbebb1
Commit
c0dbebb1
authored
Nov 17, 2011
by
Ricardo Rauch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing error messages
parent
07b7ddde
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
52 additions
and
12 deletions
+52
-12
app/assets/stylesheets/style.scss
app/assets/stylesheets/style.scss
+50
-8
app/views/layouts/_head_panel.html.erb
app/views/layouts/_head_panel.html.erb
+2
-4
No files found.
app/assets/stylesheets/style.scss
View file @
c0dbebb1
...
...
@@ -74,7 +74,6 @@ $blue_link: "#2fa0bb";
/* eo Vars */
html
{
-webkit-font-smoothing
:antialiased
;
}
*
{
text-shadow
:
0
1px
0
white
}
body
{
font-size
:
12px
;
background-color
:
#eee
;}
a
{
text-decoration
:
none
;
font-weight
:
bold
;
color
:
#666
}
a
:hover
{
color
:
#333
}
...
...
@@ -481,15 +480,58 @@ header .account-links a:last-child{
border-bottom
:
0
;
}
#no_ssh_key_defined
{
border
:
1px
solid
#ee8801
;
margin
:
20px
;
padding
:
20px
;
background
:
#ffe3f0
;
h2
{
margin
:
0
;}
p
{
margin
:
10px
0
0
;}
.big-message
{
background-image
:
-webkit-gradient
(
linear
,
0
48
,
0
0
,
color-stop
(
0
.041
,
#eccb40
)
,
to
(
#ffee4d
));
background-image
:
-webkit-linear-gradient
(
90deg
,
#eccb40
4
.1%
,
#ffee4d
);
background-image
:
-moz-linear-gradient
(
90deg
,
#eccb40
4
.1%
,
#ffee4d
);
background-image
:
-o-linear-gradient
(
90deg
,
#eccb40
4
.1%
,
#ffee4d
);
text-align
:
center
;
font-weight
:
bold
;
padding
:
10px
20px
;
text-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,.
3
);
color
:
#333
;
color
:
rgba
(
0
,
0
,
0
,.
7
);
font-size
:
14px
;
box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,.
7
);
z-index
:
100000
;
margin-bottom
:
2px
;
}
.big-message
a
{
color
:
#000
;
text-decoration
:
underline
;}
.big-message.error
{
background-color
:
#722523
;
background-image
:
-webkit-gradient
(
linear
,
0
49
,
0
0
,
color-stop
(
0
.04
,
#722523
)
,
to
(
#ad4846
));
background-image
:
-webkit-linear-gradient
(
90deg
,
#9b403f
4%
,
#c16765
);
background-image
:
-moz-linear-gradient
(
90deg
,
#722523
4%
,
#ad4846
);
background-image
:
-o-linear-gradient
(
90deg
,
#722523
4%
,
#ad4846
);
color
:
#2E0D0C
;
}
.big-message.success
{
background-color
:
#7a9339
;
background-image
:
-webkit-gradient
(
linear
,
0
48
,
0
0
,
color-stop
(
0
.062
,
#7a9339
)
,
to
(
#93ae46
));
background-image
:
-webkit-linear-gradient
(
90deg
,
#7a9339
6
.2%
,
#93ae46
);
background-image
:
-moz-linear-gradient
(
90deg
,
#7a9339
6
.2%
,
#93ae46
);
background-image
:
-o-linear-gradient
(
90deg
,
#7a9339
6
.2%
,
#93ae46
)
}
.big-message.success
{
background-color
:
#7a9339
;
background-image
:
-webkit-gradient
(
linear
,
0
48
,
0
0
,
color-stop
(
0
.062
,
#7a9339
)
,
to
(
#93ae46
));
background-image
:
-webkit-linear-gradient
(
90deg
,
#7a9339
6
.2%
,
#93ae46
);
background-image
:
-moz-linear-gradient
(
90deg
,
#7a9339
6
.2%
,
#93ae46
);
background-image
:
-o-linear-gradient
(
90deg
,
#7a9339
6
.2%
,
#93ae46
)
}
.big-message.notice
{
background-image
:
-webkit-gradient
(
linear
,
0
49
,
0
0
,
color-stop
(
0
.061
,
#447790
)
,
color-stop
(
0
.897
,
#5da2bf
));
background-image
:
-webkit-linear-gradient
(
90deg
,
#447790
6
.1%
,
#5da2bf
89
.7%
);
background-image
:
-moz-linear-gradient
(
90deg
,
#447790
6
.1%
,
#5da2bf
89
.7%
);
background-image
:
-o-linear-gradient
(
90deg
,
#447790
6
.1%
,
#5da2bf
89
.7%
)
}
/* eo Account Box */
input
.search-input
{
float
:
left
;
text-shadow
:
none
;
width
:
116px
;
background-image
:
url('icon-search.png')
;
background-repeat
:
no-repeat
;
background-position
:
10px
;
border-radius
:
100px
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,.
7
);
box-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,.
2
)
,
0
2px
2px
rgba
(
0
,
0
,
0
,.
4
)
inset
;
background-color
:
#D2D5DA
;
background-color
:
rgba
(
255
,
255
,
255
,.
5
);
padding
:
5px
;
padding-left
:
26px
;
margin-top
:
4px
;
margin-right
:
10px
}
input
.search-input
:focus
{
background-color
:
white
;
width
:
216px
;}
...
...
app/views/layouts/_head_panel.html.erb
View file @
c0dbebb1
...
...
@@ -48,9 +48,7 @@
<%
end
%>
<%
if
current_user
.
keys
.
all
.
empty?
%>
<div
id=
"no_ssh_key_defined"
>
<h2>
ATTENTION!
</h2>
<p>
No SSH Key is defined. You won't be able to use any Git command!
<p>
Click
<%=
link_to
(
'here'
,
keys_path
)
%>
to add one!
<div
id=
"no_ssh_key_defined"
class=
"big-message error"
>
<p>
No SSH Key is defined. You won't be able to use any Git command!. Click
<%=
link_to
(
'here'
,
keys_path
)
%>
to add one!
</div>
<%
end
%>
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