Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
5f88fa01
Commit
5f88fa01
authored
Apr 11, 2009
by
redray
Browse files
fixed hint indent
parent
930894e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/themes/default/css/screen/uni-form.css
View file @
5f88fa01
...
...
@@ -79,7 +79,7 @@
.uniForm
.inlineLabels
textarea
{
width
:
35%
;
/* <- Required property */
height
:
12em
;
}
.uniForm
.inlineLabels
.formHint
{
margin-top
:
0
;
margin-left
:
17
%
;
font-size
:
.9em
;
color
:
#777
;
position
:
static
;
}
.uniForm
.inlineLabels
.formHint
{
margin-top
:
0
;
margin-left
:
22
%
;
font-size
:
.9em
;
color
:
#777
;
position
:
static
;
}
.uniForm
.inlineLabels
.multiField
{
width
:
60%
;
/* <- Required property */
margin
:
0
0
.3em
0
;
}
.uniForm
.inlineLabels
.multiField
.inlineLabel
{
display
:
block
;
margin
:
0
0
.5em
0
;
}
...
...
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