Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Fritz
adapt4finf
Commits
aeb0f1a3
Commit
aeb0f1a3
authored
Jul 24, 2014
by
Fjen Undso
Browse files
adapt.css: style wikicommands on top
parent
6af387f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
adapt.css
View file @
aeb0f1a3
...
...
@@ -57,12 +57,9 @@ hr {
color
:
#c8d317
;
}
/* Wiki page actions */
#wikicmds
{
float
:
right
;
white-space
:
nowrap
;
font-size
:
90%
;
}
#wikicmds
ul
{
list-style
:
none
;
margin
:
0px
;
padding
:
0px
;
}
#wikicmds
li
{
display
:
inline
;
margin
:
0px
5px
;
}
#wikicmds
li
a
{
text-decoration
:
none
;
color
:
#333
;
border
:
none
;
}
#wikicmds
li
a
.createlink
{
display
:
none
;
}
#wikicmds
li
a
:hover
{
text-decoration
:
underline
;
color
:
blue
;
}
#wikicmds
{
float
:
right
;
white-space
:
nowrap
;
font-size
:
90%
;
margin-right
:
12px
;}
#wikicmds
a
{
text-decoration
:
none
;
color
:
#333
;
border
:
none
;
}
#wikicmds
a
:hover
{
text-decoration
:
underline
;
color
:
#3a8ad5
;
}
/* The headerlogo element is (Site|Group).HeaderLogo TODO */
.headerlogo
{
border-bottom
:
1px
#ccc
solid
;
}
...
...
@@ -92,8 +89,14 @@ h2.wikiaction { margin:0px }
#wikifoot
{
font-size
:
80%
;
padding-top
:
2em
;
text-align
:
center
;
}
.footnav
a
,
.footnav
a
:visited
{
font-weight
:
normal
;
text-decoration
:
none
;
color
:
black
;
}
.footnav
a
:hover
{
text-decoration
:
underline
;
color
:
blue
;
}
font-weight
:
normal
;
text-decoration
:
none
;
color
:
black
;
}
.footnav
a
:hover
{
text-decoration
:
underline
;
color
:
#3a8ad5
;
}
.lastmod
{
color
:
#999
;
}
/*
...
...
Write
Preview
Supports
Markdown
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