Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EECS498-uBoard
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jjlustig
EECS498-uBoard
Commits
3dd39437
Commit
3dd39437
authored
7 years ago
by
jjlustig
Browse files
Options
Downloads
Patches
Plain Diff
fixing the space buttons
parent
cfb0d417
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/style/main.css
+12
-1
12 additions, 1 deletion
public/style/main.css
with
12 additions
and
1 deletion
public/style/main.css
+
12
−
1
View file @
3dd39437
...
...
@@ -93,7 +93,7 @@ mark {
}
.static-bar
{
min-
height
:
15%
height
:
15%
}
.static-key
{
...
...
@@ -117,6 +117,17 @@ mark {
transform
:
translate
(
0px
,
0px
);
}
.static-key
:active:hover
{
-ms-transform
:
translate
(
0px
,
-40%
);
/* IE 9 */
-webkit-transform
:
translate
(
0px
,
-40%
);
/* Safari */
transform
:
translate
(
0px
,
-40%
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0
,
#00bbd4
),
color-stop
(
1
,
#3f51b5
));
background-image
:
-webkit-linear-gradient
(
top
,
#00bbd4
0%
,
#3f51b5
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#00bbd4
0%
,
#3f51b5
100%
);
background-image
:
-webkit-linear-gradient
(
273deg
,
#3f51b5
0%
,
#00bbd4
100%
);
color
:
#fff
;
}
.shift-toggle
{
min-width
:
10%
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment