Upgrade Selenium on Rails to r140

This commit is contained in:
Eric Allen 2009-12-14 11:51:36 -05:00
parent 156862200b
commit 40074c71ad
117 changed files with 16789 additions and 8867 deletions

View file

@ -48,7 +48,11 @@ iframe {
width: 100%;
height: 100%;
background: white;
overflow: auto;
/* HBC - this particular property seems to be causing an issue in
conjunction with the native Draw() method in Snapsie. I don't really
see a visual difference from commenting this out, so I'm going ahead
with it.
overflow: auto; */
}
/*---( Style )---*/
@ -67,6 +71,19 @@ body, html {
font-size: 90%;
}
.remoterunner {
font-size: 10pt;
}
.remoterunner fieldset {
padding: 0.25em;
}
.remoterunner button, .remoterunner label {
margin-right: 1em;
}
#controlPanel {
padding: 0.5ex;
background: #eee;