Commit 53b64b25 authored by Sven Franck's avatar Sven Franck

ext/JQM/css: woes with controlbar css

parent 5de43fc7
......@@ -807,7 +807,7 @@ html table tr td .ui-radio label.ui-btn {
position: static;
text-align: center;
white-space: pre-line;
line-height: 0;
/* line-height: 0; will prevent any content inside a controlbar */
display: block;
margin: 0 auto 1em;
}
......@@ -820,11 +820,13 @@ html table tr td .ui-radio label.ui-btn {
line-height: 1.4em;
margin: 0 auto 1em;
}
/* this breaks so much...
.ui-controlbar > * {
display: inline-block;
vertical-align: middle;
padding: 0;
}
*/
.ui-controlbar .ui-input-search {
display: block;
margin: 0 auto;
......
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