• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisionc80df8169e727f6e65cfb8c59678743f01a9487c (tree)
Time2013-04-30 15:14:51
Authortes-okumura <tes-okumura@sint...>
Commitertes-okumura

Log Message

border-radiusを追加

Change Summary

Incremental Difference

--- a/front/html/job_detail.html
+++ b/front/html/job_detail.html
@@ -102,19 +102,18 @@
102102 text-align: center;
103103 border: 1px solid #FFA500;
104104 color: #FFA500;
105+ border-radius: 1em;
105106 }
106107
107108 .left10s {
108109 width: 10%;
109110 float: left;
110111 text-align: center;
111- border-left: 1px solid #FFFFFF;
112- border-right: 1px solid #FFFFFF;
113- border-top: 1px solid #FFA500;
114- border-bottom: 1px solid #FFA500;
112+ border: 1px solid #FFA500;
115113 font-weight: bold;
116114 background-color: #FFA500;
117115 color: #FFFFFF;
116+ border-radius: 1em;
118117 }
119118
120119 .left20 {
--- a/front/html/job_list.html
+++ b/front/html/job_list.html
@@ -61,19 +61,18 @@
6161 text-align: center;
6262 border: 1px solid #FFA500;
6363 color: #FFA500;
64+ border-radius: 1em;
6465 }
6566
6667 .left10s {
6768 width: 10%;
6869 float: left;
6970 text-align: center;
70- border-left: 1px solid #FFFFFF;
71- border-right: 1px solid #FFFFFF;
72- border-top: 1px solid #FFA500;
73- border-bottom: 1px solid #FFA500;
71+ border: 1px solid #FFA500;
7472 font-weight: bold;
7573 background-color: #FFA500;
7674 color: #FFFFFF;
75+ border-radius: 1em;
7776 }
7877
7978 .left20 {