Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
668f1414
Commit
668f1414
authored
Jul 27, 2016
by
Ray Schamp
Committed by
GitHub
Jul 27, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #778 from rschamp/bugfix/chrome-52
Set common y-origin for validation bubbles
parents
ade303bd
ecbbeb56
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
18 deletions
+7
-18
src/components/card/card.scss
src/components/card/card.scss
+6
-9
src/components/registration/steps.scss
src/components/registration/steps.scss
+1
-9
No files found.
src/components/card/card.scss
View file @
668f1414
...
...
@@ -25,8 +25,9 @@
$arrow-border-width
:
1rem
;
display
:
block
;
position
:
absolute
;
top
:
0
;
left
:
0
;
transform
:
translate
(
20rem
,
-4rem
);
transform
:
translate
(
16rem
,
0
);
margin-left
:
$arrow-border-width
;
border
:
1px
solid
$active-gray
;
border-radius
:
5px
;
...
...
@@ -58,15 +59,7 @@
}
}
.checkbox-row
,
.textarea-row
{
.validation-message
{
transform
:
translate
(
20rem
,
0
);
}
}
.form
{
position
:
relative
;
padding
:
3rem
4rem
;
.card-button
{
...
...
@@ -81,6 +74,10 @@
border
:
1px
solid
$ui-orange
;
}
}
.col-sm-9
{
position
:
relative
;
}
}
}
}
...
...
src/components/registration/steps.scss
View file @
668f1414
...
...
@@ -80,7 +80,7 @@
&
.organization-step
{
.checkbox-group
{
.validation-message
{
transform
:
translate
(
20
rem
,
-16rem
);
transform
:
translate
(
16
rem
,
-16rem
);
}
}
...
...
@@ -95,14 +95,6 @@
}
}
&
.address-step
{
.select
{
.validation-message
{
transform
:
translate
(
20rem
,
.5rem
);
}
}
}
&
.usescratch-step
{
.form
{
.form-group
{
...
...
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