minor css tweaks

pull/1/head
Andromeda Yelton 2012-02-14 11:28:05 -05:00
parent ee061c468c
commit b0eda2857c
4 changed files with 12 additions and 1 deletions

View File

@ -513,6 +513,8 @@ a {
}
.work_supporter_avatar {
margin-right: 5px;
}
.work_supporter_avatar img {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;

View File

@ -128,6 +128,9 @@
#user-block-hide textarea {
width: 95%;
}
#user-block-hide select {
margin-bottom: 5px;
}
#user-block1 {
float: left;
width: 25%;

View File

@ -464,5 +464,8 @@ a{ color:#3d4e53; font-size:12px;}
}
.work_supporter_avatar {
margin-right: 5px;
.one-border-radius(5px);
img {
.one-border-radius(5px);
}
}

View File

@ -69,6 +69,9 @@
width:95%;
}
select {
margin-bottom: 5px;
}
}
#user-block1 {