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
769fdadd
Commit
769fdadd
authored
Sep 22, 2011
by
Stefan Marsiske
Browse files
Merge pull request #9 from alct/master
Fixed email-filed width; Zebra attempt on /list
parents
458960dd
e1e468cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
media/css/style.css
View file @
769fdadd
...
...
@@ -230,7 +230,6 @@ h1 span {
margin
:
0
;
padding
:
.3em
0
;
color
:
#fff
;
background
:
#2d2d2d
;
box-shadow
:
0px
2px
5px
#aaa
;
}
#user
p
{
width
:
960px
;
...
...
@@ -571,16 +570,19 @@ div.comment {
-moz-border-radius
:
0
0
4px
0
;
border-radius
:
0
0
4px
0
;
}
#content
.zebra-striped
tbody
tr
:nth-child
(
odd
)
td
{
#content
.zebra-striped
tbody
tr
:nth-child
(
odd
)
td
,
.zebra-striped
tbody
tr
:nth-child
(
odd
)
td
{
background-color
:
#f9f9f9
;
}
#content
.zebra-striped
tbody
tr
:hover
td
{
#content
.zebra-striped
tbody
tr
:hover
td
,
.zebra-striped
tbody
tr
:hover
td
{
background-color
:
#f5f5f5
;
}
#content
.zebra-striped
.header
{
cursor
:
pointer
;
}
#content
.zebra-striped
.header
:after
{
#content
.zebra-striped
.header
:after
,
.zebra-striped
.header
:after
{
content
:
""
;
float
:
right
;
margin-top
:
7px
;
...
...
@@ -621,7 +623,7 @@ div.comment {
.info-validate
input
[
type
=
text
],
.info-validate
input
[
type
=
submit
],
.info-validate
input
[
type
=
button
]
{
width
:
6
8
%
;
width
:
6
5
%
;
padding
:
3px
;
font-family
:
Helvetica
,
Arial
,
"Liberation Sans"
,
FreeSans
,
sans-serif
;
font-size
:
14.4px
;
...
...
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