Commit 9daa4404 authored by Sven Franck's avatar Sven Franck

updated CSS for listbox and listgrid gadgets

parent e50ef2d7
......@@ -151,7 +151,9 @@ html div.ui-table-wrapper-bottom p {
html table.ui-table thead th, html table.ui-table thead td {
padding: 0;
}
/* font-size */
/*
html table.ui-table {
font-size: 90%;
}
......@@ -176,6 +178,7 @@ html div.ui-collapsible-set {
font-size: 100%;
}
}
*/
/* shrink icon font-size (should not be set here...) */
.ui-page .ui-table-wrapper-top .ui-btn[class*="ui-icon-"]:after ,
.ui-page .ui-table-wrapper-bottom .ui-btn[class*="ui-icon-"]:after,
......@@ -554,8 +557,9 @@ html table tr td .ui-checkbox {
.ui-table th, .ui-table td {
vertical-align: middle;
}
.ui-table thead th, .ui-table thead td {
text-align: center;
.ui-table thead th, .ui-table thead td,
.ui-table thead th .ui-btn, .ui-table thead td .ui-btn {
text-align: left;
}
/* sortable buttons */
.ui-table thead th {
......
......@@ -1438,6 +1438,15 @@ html .ui-filterable {
}
/* ================================== listview ============================ */
/* no bold h123456 */
.ui-page .ui-listview > li h1,
.ui-page .ui-listview > li h2,
.ui-page .ui-listview > li h3,
.ui-page .ui-listview > li h4,
.ui-page .ui-listview > li h5,
.ui-page .ui-listview > li h6 {
font-weight: normal;
}
/* responsive listview */
.ui-listview.responsive > li.ui-first-child:only-child {
border-bottom-right-radius: .3125em;
......
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