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