Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
piks3l
Respect My Net
Commits
e1d15b84
Commit
e1d15b84
authored
Sep 21, 2011
by
stef
Browse files
[enh] feedback messages emphasized and boxed
parent
756d1de4
Changes
1
Hide whitespace changes
Inline
Side-by-side
media/css/style.css
View file @
e1d15b84
...
...
@@ -305,9 +305,15 @@ h1 span {
/* View page */
div
#comments
{
border
:
5px
solid
#f0f0f0
;
padding
:
0.5em
;
.round-box
,
div
#comments
{
margin-top
:
.7em
;
padding
:
7px
15px
;
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);
border-radius
:
4px
;
border-style
:
solid
;
border-width
:
1px
;
box-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
0.25
)
inset
;
color
:
#404040
;
text-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
0.5
);
}
dl
#comments
{
...
...
@@ -531,7 +537,7 @@ dl#comments {
}
/* Infrigement form */
.info-validate
{
.messages
,
.info-validate
{
margin-top
:
.7em
;
padding
:
7px
15px
;
background-color
:
#EEDC94
;
background-image
:
-moz-linear-gradient
(
center
top
,
#FCEEC1
,
#EEDC94
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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