css cleanup

This commit is contained in:
James Campos 2011-05-16 00:22:13 -07:00
parent e6ed11c2a1
commit 6776e951af
2 changed files with 2 additions and 12 deletions

View File

@ -2518,17 +2518,11 @@
#qr_form {\ #qr_form {\
clear: both;\ clear: both;\
}\ }\
#qr form, #qr #com_submit, #qr input[type="file"] {\
margin: 0px;\
}\
#qr textarea {\ #qr textarea {\
width: 302px;\ width: 302px;\
height: 120px;\ height: 120px;\
margin: 0px;\ margin: 0px;\
}\ }\
#qr *:not(input):not(textarea) {\
padding: 0px !important;\
}\
#qr.auto:not(:hover) > form {\ #qr.auto:not(:hover) > form {\
height: 0px;\ height: 0px;\
overflow: hidden;\ overflow: hidden;\
@ -2543,6 +2537,7 @@
/* qr reCAPTCHA */\ /* qr reCAPTCHA */\
#qr img {\ #qr img {\
border: 1px solid #AAA;\ border: 1px solid #AAA;\
margin: 0px;\
}\ }\
\ \
#updater {\ #updater {\

View File

@ -1984,17 +1984,11 @@ main =
#qr_form { #qr_form {
clear: both; clear: both;
} }
#qr form, #qr #com_submit, #qr input[type="file"] {
margin: 0px;
}
#qr textarea { #qr textarea {
width: 302px; width: 302px;
height: 120px; height: 120px;
margin: 0px; margin: 0px;
} }
#qr *:not(input):not(textarea) {
padding: 0px !important;
}
#qr.auto:not(:hover) > form { #qr.auto:not(:hover) > form {
height: 0px; height: 0px;
overflow: hidden; overflow: hidden;
@ -2009,6 +2003,7 @@ main =
/* qr reCAPTCHA */ /* qr reCAPTCHA */
#qr img { #qr img {
border: 1px solid #AAA; border: 1px solid #AAA;
margin: 0px;
} }
#updater { #updater {