diff options
author | root | 2013-08-13 12:25:45 +0530 |
---|---|---|
committer | root | 2013-08-13 12:25:45 +0530 |
commit | d08a74c09b2974ab9db2e4ac12627da62d19f912 (patch) | |
tree | db2297f62e563e3f3bbfa7643d7bc5b8e9882e01 /css/textbook_companion.css | |
download | scilab_textbook_companion-d08a74c09b2974ab9db2e4ac12627da62d19f912.tar.gz scilab_textbook_companion-d08a74c09b2974ab9db2e4ac12627da62d19f912.tar.bz2 scilab_textbook_companion-d08a74c09b2974ab9db2e4ac12627da62d19f912.zip |
initial repo 13-08-2013
Diffstat (limited to 'css/textbook_companion.css')
-rwxr-xr-x | css/textbook_companion.css | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/css/textbook_companion.css b/css/textbook_companion.css new file mode 100755 index 0000000..dc93336 --- /dev/null +++ b/css/textbook_companion.css @@ -0,0 +1,81 @@ +.page-mycontact .resizable-textarea +{ + width:30%; +} +.resizable-textarea .form-textarea.resizable.textarea-processed#edit-chq-address +{ + height:117px; + width:296px; +} +.resizable-textarea .form-textarea.resizable.textarea-processed#edit-temp-chq-address +{ + height:117px; + width:296px; +} + +.collapsible#perm_cheque_address +{ + width:47%; + float:left; +} +.collapsible#temp_cheque_address +{ + width: 47%; + float: right; +} + +#cheque_delivery +{ + width:40%; + float:left; +} +#edit-submit2 +{ + float:right; +} +#commentf +{ + width:54%; +/* margin-left:45%; + margin-top:3.35%;*/ + float:right; +} +#edit-comment-cheque +{ + height:117px; + width:296px; +} + +#stu_cheque_details +{ + float:left; + width:48%; +} +#tea_cheque_details +{ + width: 46%; + float: right; +} +fieldset input[type="text"] +{ + width:290px; +} +#app_status +{ + width: 40%; + height: 270px; +} +#comment_cheque +{ + +} +#candidate_detail +{ + width:50%; + float:left; + margin:-0.4px 15px 15px; + margin-top +} +.page-certificate .sticky-enabled th{ + padding: 0px 65px 3px 0px; +} |