Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_web
check
Commits
623d9057
Commit
623d9057
authored
May 01, 2015
by
Masaru Abe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IE9対応 CSSファイル統合
parent
f143c52f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
0 deletions
+34
-0
abvw/css/layout/button_back_off.svg
+17
-0
abvw/css/layout/button_back_on.svg
+17
-0
No files found.
abvw/css/layout/button_back_off.svg
0 → 100644
View file @
623d9057
<?xml version="1.0" ?>
<svg
xmlns=
"http://www.w3.org/2000/svg"
preserveAspectRatio=
"none"
version=
"1.0"
width=
"100%"
height=
"100%"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
>
<defs>
<linearGradient
id=
"myLinearGradient1"
x1=
"0%"
y1=
"0%"
x2=
"0%"
y2=
"100%"
spreadMethod=
"pad"
>
<stop
offset=
"0%"
stop-color=
"#37648C"
stop-opacity=
"1"
/>
<stop
offset=
"100%"
stop-color=
"#22466D"
stop-opacity=
"1"
/>
</linearGradient>
</defs>
<rect
width=
"100%"
height=
"100%"
style=
"fill:url(#myLinearGradient1);"
/>
</svg>
\ No newline at end of file
abvw/css/layout/button_back_on.svg
0 → 100644
View file @
623d9057
<?xml version="1.0" ?>
<svg
xmlns=
"http://www.w3.org/2000/svg"
preserveAspectRatio=
"none"
version=
"1.0"
width=
"100%"
height=
"100%"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
>
<defs>
<linearGradient
id=
"myLinearGradient1"
x1=
"0%"
y1=
"0%"
x2=
"0%"
y2=
"100%"
spreadMethod=
"pad"
>
<stop
offset=
"0%"
stop-color=
"#22466D"
stop-opacity=
"1"
/>
<stop
offset=
"100%"
stop-color=
"#37648C"
stop-opacity=
"1"
/>
</linearGradient>
</defs>
<rect
width=
"100%"
height=
"100%"
style=
"fill:url(#myLinearGradient1);"
/>
</svg>
\ No newline at end of file
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