Browse Source

fixed table styles

Piotr Labudda 7 years ago
parent
commit
d908395155
1 changed files with 6 additions and 0 deletions
  1. 6 0
      theme/bocian.php

+ 6 - 0
theme/bocian.php

@@ -8,6 +8,12 @@ class Theme_bocian extends ThemeDefault {
 		// echo ''; // TODO: dodać bootsrap-theme-bocian
 		echo '<meta name="robots" content="noindex, nofollow">';
 		UI::inlineCSS(dirname(__FILE__) . '/assets/css/styles.css');
+		echo UI::h('style', [ 'type' => "text/css" ], "
+			.AjaxTable { font-size:14px }
+			.AjaxTable .tblAjax__head__filter .stickyCol1 button { padding:1px 3px }
+			.AjaxTable tbody .stickyCol1 { font-size:12px }
+			.popover-content li { text-align:left; font-size:14px }
+		");
 	}