Skip to content

Commit

Permalink
radiusを調整
Browse files Browse the repository at this point in the history
git-svn-id: https://tdiary.svn.sourceforge.net/svnroot/tdiary/trunk/theme@3625 7f22e88f-374d-0410-998f-c91420d97ba2
  • Loading branch information
hsbt committed Apr 26, 2010
1 parent b750cc9 commit c9b8d60
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions hsbt/hsbt.css
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ p.referer {
div.form {
background-color:#fff;
color:#000;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border:#aaf 1px solid;
margin:0.5em;
}
Expand All @@ -253,17 +253,17 @@ form.comment input {
background-color:#eef;
color:#000;
margin-left:1em;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

div.textarea {
display:block;
vertical-align:top;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

form.comment textarea {
Expand All @@ -273,9 +273,9 @@ form.comment textarea {
margin-left:3em;
width:30em;
height:5em;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

div.button {
Expand Down Expand Up @@ -323,7 +323,7 @@ hr.sep {

div.footer {
font-size:0.9em;
text-align:right;
text-align:center;
margin-top:0em;
clear: both;
}
Expand All @@ -336,9 +336,9 @@ form.update {
form.update input,form.update textarea,form.commentstat input {
background-color:#eef;
color:#000;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

form.update span.field {
Expand All @@ -348,9 +348,9 @@ form.update span.field {
}

form.update div.field.title input {
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
margin-left:0.5em;
}

Expand Down Expand Up @@ -498,9 +498,9 @@ div.sidebar {

div.sidebar form{
text-align:center;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

div.sidebar p {
Expand Down

0 comments on commit c9b8d60

Please sign in to comment.