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
Fachrat Informatik
adapt4finf
Commits
4531de39
Commit
4531de39
authored
Jul 25, 2014
by
Fjen Undso
Browse files
adapt.css: more height for the editbox
parent
df6d8497
Changes
1
Hide whitespace changes
Inline
Side-by-side
adapt.css
View file @
4531de39
...
...
@@ -6,11 +6,11 @@ body { color: #333; }
Add transition to containers so they can push in and out.
*/
#layout
,
#menu
,
.menu-link
{
-webkit-transition
:
all
0.2s
ease-out
;
-moz-transition
:
all
0.2s
ease-out
;
-ms-transition
:
all
0.2s
ease-out
;
-o-transition
:
all
0.2s
ease-out
;
transition
:
all
0.2s
ease-out
;
-webkit-transition
:
all
0.2s
ease-out
;
-moz-transition
:
all
0.2s
ease-out
;
-ms-transition
:
all
0.2s
ease-out
;
-o-transition
:
all
0.2s
ease-out
;
transition
:
all
0.2s
ease-out
;
}
/*
...
...
@@ -87,7 +87,7 @@ a#banner {
/* Edit Form */
#wikiedit
form
{
margin
:
0px
;
width
:
100%
;
line-height
:
1.1em
;
}
#wikiedit
textarea
{
margin
:
0px
;
width
:
99.5%
;
height
:
18
em
;
}
#wikiedit
textarea
{
margin
:
0px
;
width
:
99.5%
;
height
:
45
em
;
}
#wikiedit
input
[
type
=
text
]
{
margin
:
0px
;
width
:
99.5%
;
}
h2
.wikiaction
{
margin
:
0px
}
.wikimessage
{
margin-top
:
3px
;
margin-bottom
:
3px
;
font-style
:
italic
;
...
...
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