account cleanup started

This commit is contained in:
Rushabh Mehta
2012-07-10 18:38:59 +05:30
parent 5281e350fb
commit d6814dde29
4 changed files with 135 additions and 98 deletions

View File

@@ -28,6 +28,10 @@
.input_area input, select, textarea {
font-size: 14px;
padding: 2px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.input_area input {
@@ -45,9 +49,16 @@
width: 80%;
padding: 2px 0px;
font-size: 12px;
background-color: #eee;
padding: 2px;
border: 1px solid #ddd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.disp_area_no_val {
height: 14px;
min-height: 14px;
}
.no_img {