Velká revize stylů (a některých JS) #44

Merged
zelvuska merged 50 commits from static-files-upgrade into master 2024-10-22 20:00:12 +02:00
3 changed files with 21 additions and 2 deletions
Showing only changes of commit 81004d7cdc - Show all commits

View file

@ -240,6 +240,25 @@ div.cislo_odkazy ul {
} }
/******************************************/ /******************************************/
/** Výsledkovky **/
.vysledkovka td:first-child, .tabulka_oramovane_sloupce th:first-child {
position: unset;
}
.vysledkovka td:nth-child(2), .tabulka_oramovane_sloupce th:nth-child(2) {
border-right: solid 1px;
position: sticky;
left: 0;
background: inherit; /* (Snad) zneprůhlední druhý sloupec */
z-index: 1;
}
.vysledkovka td:nth-child(3), .tabulka_oramovane_sloupce th:nth-child(3) {
border-left: none;
}
/*****************/
/** Tabulka mých (řešitelových) řešení **/ /** Tabulka mých (řešitelových) řešení **/
.odevzdana_reseni tr th, .odevzdana_reseni tr td { .odevzdana_reseni tr th, .odevzdana_reseni tr td {

View file

@ -1,4 +1,4 @@
<table class='tabulka_oramovane_sloupce tabulka_s_uchycenym_radkem_a_sloupcem'> <table class='vysledkovka tabulka_oramovane_sloupce tabulka_s_uchycenym_radkem_a_sloupcem'>
<thead> <thead>
<tr> <tr>
<th>#</th> <th>#</th>

View file

@ -1,4 +1,4 @@
<table class='tabulka_oramovane_sloupce tabulka_s_uchycenym_radkem_a_sloupcem'> <table class='vysledkovka tabulka_oramovane_sloupce tabulka_s_uchycenym_radkem_a_sloupcem'>
<thead> <thead>
<tr> <tr>
<th>#</th> <th>#</th>