speedtag/chrome/content/speedtag.css
2011-05-24 02:05:35 +05:30

47 lines
427 B
CSS

body, html {
margin: 0;
padding: 0;
width: 100%;
}
body {
direction: rtl;
}
#leftForm {
width: 40%;
float: left;
}
#buttons {
margin-bottom: 15px;
}
#rightForm {
width: 40%;
float: left;
}
#notesArea {
width: 90%;
height: 600px;
}
#formTable {
width: 80%;
margin-left: auto;
margin-right: auto;
}
.formLabel {
width: 40%;
}
.formInput {
width: 60%;
}
.formInput input {
width: 90%;
}