mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-19 00:30:12 +01:00
Upgrade Selenium on Rails to r140
This commit is contained in:
parent
156862200b
commit
40074c71ad
117 changed files with 16789 additions and 8867 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue