Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ecommerce-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
ecommerce-ui
Commits
4379be2d
Commit
4379be2d
authored
Jan 13, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed CSS positioning of validation error messages
parent
969534cc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
4 deletions
+20
-4
css/css.css
css/css.css
+20
-4
No files found.
css/css.css
View file @
4379be2d
...
...
@@ -9,18 +9,34 @@ html body label.required_label:after {
position
:
absolute
;
width
:
100%
;
}
html
body
input
~
.ui-invalid-label
{
html
body
input
~
.ui-invalid-label
,
html
body
textarea
~
.ui-invalid-label
,
html
body
select
~
.ui-invalid-label
{
display
:
none
;
}
html
body
input
.invalid
~
.ui-invalid-label
{
left
:
0
;
html
body
input
.invalid
~
.ui-invalid-label
,
html
body
textarea
.invalid
~
.ui-invalid-label
,
html
body
select
.invalid
~
.ui-invalid-label
{
bottom
:
0
;
margin-bottom
:
-1.35em
;
right
:
0
;
margin-bottom
:
-1.25em
;
color
:
red
;
font-size
:
0.75em
;
display
:
inline-block
;
position
:
absolute
;
}
@media
(
max-width
:
40em
)
{
html
body
input
.invalid
~
.ui-invalid-label
,
html
body
textarea
.invalid
~
.ui-invalid-label
,
html
body
select
.invalid
~
.ui-invalid-label
{
top
:
0
;
right
:
0
;
left
:
auto
;
bottom
:
auto
;
margin-bottom
:
auto
;
margin-top
:
-1.75em
;
}
}
/* ======================== disabled form fields ========================= */
span
.static
{
padding
:
0
.5em
;
...
...
Write
Preview
Markdown
is supported
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