Commit 19a110aefd30095fddbf17f340c1f8f9aceb6122
1 parent
862daa8a45
Exists in
master
and in
2 other branches
add css
Showing 2 changed files with 5 additions and 5 deletions Side-by-side Diff
app/styles/main.css
... | ... | @@ -90,7 +90,7 @@ |
90 | 90 | color: #ff0000; |
91 | 91 | } |
92 | 92 | aside .break-line{ |
93 | - | |
93 | + height: 10px; | |
94 | 94 | } |
95 | 95 | aside .break-line hr{ |
96 | 96 | border-top: 1px dotted #cccccc; |
... | ... | @@ -263,7 +263,7 @@ |
263 | 263 | font-size: 11px; |
264 | 264 | } |
265 | 265 | #tshirt-content .tshirt-image{ |
266 | - padding: 20px 0; | |
266 | + padding: 20px 0 0 0; | |
267 | 267 | } |
268 | 268 | #tshirt-content .tshirt-choice{ |
269 | 269 | |
... | ... | @@ -343,8 +343,8 @@ |
343 | 343 | |
344 | 344 | } |
345 | 345 | #tshirt-design header .action button{ |
346 | - padding: 3px 10px; | |
347 | - margin: 7px 10px; | |
346 | + padding: 2px 10px; | |
347 | + margin: 6px 10px; | |
348 | 348 | } |
349 | 349 | #tshirt-design header .action button:hover{ |
350 | 350 | background-color: red; |
app/views/main.html
... | ... | @@ -147,7 +147,7 @@ |
147 | 147 | </aside> |
148 | 148 | <section id="tshirt-content" class="col-sm-7 text-center"> |
149 | 149 | <div class="switch-border-design"> |
150 | - <i class="fa fa-square-o" aria-hidden="true"></i> 替えます | |
150 | + <i class="fa fa-square-o" aria-hidden="true"></i> 枠線を消す | |
151 | 151 | </div> |
152 | 152 | <div class="tshirt-image"> |
153 | 153 | <img src="images/t-shirt/front.png" alt="" /> |