Commit 03184875 authored by Sven Franck's avatar Sven Franck

css: formatted search and submit field in dynamic panel

parent 8aa3aed6
......@@ -612,4 +612,21 @@ legend, .ui-input-text input, .ui-input-search input {
.skim_button {
margin: 0;
border: 0 none;
}
html body .ui-panel .ui-collapsible-heading {
font-size: 100%;
}
html body .ui-panel .ui-collapsible-heading h3 {
font-weight: normal;
}
html body .ui-panel .ui-collapsible-content .ui-input-search {
border-radius: 0;
-webkit-border-radius: 0;
border-width: 0 0 1px;
box-shadow: none;
margin: 0;
}
html body .ui-panel .ui-collapsible-content .ui-input-search ~ .skim_button {
padding-top: .55em;
padding-bottom: .55em;
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment