diff --git a/e107_themes/bootstrap3/admin_style.css b/e107_themes/bootstrap3/admin_style.css index 3a72f6fdc..480b15892 100644 --- a/e107_themes/bootstrap3/admin_style.css +++ b/e107_themes/bootstrap3/admin_style.css @@ -1,5 +1,6 @@ body { padding-top: 75px; font-size: 14px; } +body#admin-admin .popover { position: fixed } @media (max-width: 992px) { body { height: 100vh; overflow-y: auto!important; } @@ -218,6 +219,8 @@ td.options .btn-group { display: flex; } .table .nav-tabs a, .table th a, .table td a { text-decoration: none } + + .table > thead > tr > th, tr > th { padding: 15px 10px; font-weight:bold; font-variant: small-caps; } .label, .badge { text-shadow: 1px 1px 0px #000; box-shadow: 1px 1px 0px #000; }