You are here

finder.css in Finder 6

Same filename and directory in other branches
  1. 7 finder.css
div.finder-buttons {
  clear: both;
}

div.finder-buttons input.form-submit {
  float: left;
}

div.finder-buttons div.ahah-progress {
  float: right;
}

File

finder.css
View source
  1. div.finder-buttons {
  2. clear: both;
  3. }
  4. div.finder-buttons input.form-submit {
  5. float: left;
  6. }
  7. div.finder-buttons div.ahah-progress {
  8. float: right;
  9. }