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
0a58d6d2
Commit
0a58d6d2
authored
Oct 27, 2011
by
Cynddl
Browse files
[enh] Css work on the home page
parent
1dda265e
Changes
1
Hide whitespace changes
Inline
Side-by-side
media/css/style.css
View file @
0a58d6d2
...
...
@@ -24,7 +24,7 @@ li { list-style: none; }
#addForm
.index
.help_text
{
font-size
:
0.7em
;
width
:
30%
;
position
:
relative
;
float
:
right
;
left
:
0
;
}
.index
#add_attach
{
cursor
:
pointer
;
}
#id_captcha_1
{
width
:
2em
;
}
.innerfield
{
display
:
inline-block
;
}
.innerfield
{
display
:
inline-block
;
margin-top
:
0.5em
;
}
.align-right
{
text-align
:
right
;}
dd
.text
{
width
:
30%
;
display
:
block
!important
;
}
p
label
{
width
:
7em
;
display
:
inline-block
;
}
...
...
@@ -219,52 +219,36 @@ h1 span {
font-family
:
'DroidSansRegular'
,
Helvetica
,
Arial
,
"Liberation Sans"
,
FreeSans
,
sans-serif
;
font-size
:
.8em
;
font-weight
:
normal
;
color
:
orange
;
}
/* User */
#user
{
#header
#user
{
position
:
absolute
;
top
:
0
;
right
:
0
;
width
:
100%
;
margin
:
0
;
padding
:
.3em
0
;
margin
:
0
;
padding
:
.3em
0
;
background
:
#3d3d3d
;
}
#user
a
{
color
:
#fff
;
background
:
#2d2d2d
;
font-size
:
16px
;
font-weight
:
bold
;
text-decoration
:
none
;
text-transform
:
uppercase
;
}
#user
p
{
width
:
960px
;
margin
:
0
auto
;
text-align
:
right
;
}
#user
span
,
#user
a
{
padding
:
.2em
.5em
;
}
#user
a
{
text-decoration
:
none
;
color
:
#fff
;
}
#user
a
:hover
,
#user
a
:active
,
#user
a
:focus
{
-moz-border-radius
:
2px
;
-webkit-border-radius
:
2px
;
-o-border-radius
:
2px
;
border-radius
:
2px
;
outline
:
none
;
}
#user
#login
{
background
:
orange
;
}
#user
#login
:hover
,
#user
#login
:active
,
#user
#login
:focus
{
background
:
#ff6c00
;
}
#user
#register
:hover
,
#user
#register
:active
,
#user
#register
:focus
{
background
:
#6a6a6a
;
#user
a
:hover
{
color
:
orange
;
}
/* Navigation menu */
...
...
@@ -496,11 +480,11 @@ div.comment {
);
border-color
:
#444444
;
}
#addForm
.index
label
{
font-weight
:
bold
;
}
#addForm
.index
p
{
position
:
relative
;
border-bottom
:
1px
solid
#ccc
;
padding-bottom
:
1em
;
}
#addForm
.index
.help_text
{
position
:
absolute
;
...
...
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