Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
synergy-various-libraries
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
community
synergy-various-libraries
Commits
e3156c3c
Commit
e3156c3c
authored
Oct 23, 2018
by
Sergey Antonovich
🇯🇵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update mobile_adaptability_form.css
parent
c815d2b2
Pipeline
#70
canceled with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
11 deletions
+19
-11
Library/mobile_adaptability_form.css
Library/mobile_adaptability_form.css
+19
-11
No files found.
Library/mobile_adaptability_form.css
View file @
e3156c3c
.asf-textBox
{
body
{
margin
:
0
;
}
.mobile-window-active
{
padding
:
5px
;
}
.mobile-window-active
.asf-textBox
{
border-radius
:
0
;
border
:
0
;
}
.asf-invalidInput
{
.
mobile-window-active
.
asf-invalidInput
{
border
:
0
!important
;
background-color
:
transparent
!important
;
}
.asf-label
{
.
mobile-window-active
.
asf-label
{
position
:
absolute
;
display
:
flex
;
align-items
:
center
;
...
...
@@ -17,20 +23,22 @@
font-size
:
12px
;
}
#mw-label-listbox
{
.mobile-window-active
#mw-label-listbox
{
position
:
relative
;
cursor
:
default
;
}
.mw-invalid-label-color-error
,
.mw-invalid-color-error
{
.m
obile-window-active
.m
w-invalid-label-color-error
,
.mw-invalid-color-error
{
color
:
rgb
(
255
,
19
,
0
);
}
.mw-invalid-label-color-success
,
.mw-invalid-color-success
{
.m
obile-window-active
.m
w-invalid-label-color-success
,
.mw-invalid-color-success
{
color
:
rgb
(
63
,
162
,
63
);
}
.mobile-window-system-select
,
.mobile-window-system-date
,
.mobile-window-system-box
{
.mobile-window-active
.mobile-window-system-select
,
.mobile-window-active
.mobile-window-system-date
,
.mobile-window-active
.mobile-window-system-box
{
position
:
absolute
;
z-index
:
1
;
top
:
0
;
...
...
@@ -42,20 +50,20 @@
opacity
:
0
;
}
.asf-dateBox
{
.
mobile-window-active
.
asf-dateBox
{
min-width
:
calc
(
100%
-
32px
);
min-height
:
100%
;
}
.asf-container
{
.
mobile-window-active
.
asf-container
{
position
:
relative
;
}
.asf-buttonLabel
{
.
mobile-window-active
.
asf-buttonLabel
{
padding
:
4px
0
;
}
.mobile-window-systemAlign
{
.mobile-window-
active
.mobile-window-
systemAlign
{
position
:
absolute
;
top
:
auto
;
bottom
:
auto
;
...
...
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