finder.css in Finder 7
Same filename and directory in other branches
.finder-admin-links { float: right; } .finder-custom-matching fieldset, .finder-custom-matching .fieldset-wrapper { border: 0; margin: 0; padding: 0; } .finder-custom-matching div.form-type-textfield { display: inline; float: left; margin-right: 1em; } .finder-custom-matching .finder-condition { padding-left: 1em; margin-left: 1em; display: inline; float: left; background-color: #eee; overflow: none; position: relative; } .finder-custom-matching .finder-condition input { font-family: monospace; } .finder-custom-matching .finder-condition-machine-name { display: block; } .finder-custom-matching .finder-condition .field-prefix { font-family: monospace; } .finder-custom-matching .finder-condition .field-suffix { padding-right: 3px; font-family: monospace; } .finder-condition-value-prefix div.form-type-textfield { margin-right: 0; } .finder-custom-matching .finder-condition-operator input { margin-left: 0.75em; }
File
finder.cssView source
- .finder-admin-links {
- float: right;
- }
-
- .finder-custom-matching fieldset,
- .finder-custom-matching .fieldset-wrapper {
- border: 0;
- margin: 0;
- padding: 0;
- }
-
- .finder-custom-matching div.form-type-textfield {
- display: inline;
- float: left;
- margin-right: 1em;
- }
-
- .finder-custom-matching .finder-condition {
- padding-left: 1em;
- margin-left: 1em;
- display: inline;
- float: left;
- background-color: #eee;
- overflow: none;
- position: relative;
- }
-
- .finder-custom-matching .finder-condition input {
- font-family: monospace;
- }
-
- .finder-custom-matching .finder-condition-machine-name {
- display: block;
- }
-
- .finder-custom-matching .finder-condition .field-prefix {
-
- font-family: monospace;
- }
-
- .finder-custom-matching .finder-condition .field-suffix {
- padding-right: 3px;
- font-family: monospace;
- }
-
- .finder-condition-value-prefix div.form-type-textfield {
- margin-right: 0;
- }
-
- .finder-custom-matching .finder-condition-operator input {
- margin-left: 0.75em;
- }