diff --git a/docs/tse-calendar/calendar-button.png b/docs/tse-calendar/calendar-button.png new file mode 100644 index 0000000..286530c Binary files /dev/null and b/docs/tse-calendar/calendar-button.png differ diff --git a/docs/tse-calendar/index.html b/docs/tse-calendar/index.html index 34a5083..d52dd4d 100644 --- a/docs/tse-calendar/index.html +++ b/docs/tse-calendar/index.html @@ -168,7 +168,7 @@

TSE Calendar Sync

  • Expand "Ecole économie Toulouse -TSE" (or if you're from a different part of UT1, choose your area)
  • Scroll down to find your course, e.g. "M2 EA I: PPD". (You can choose a subfolder within that if you want.) You should now see a timetable.
  • Down the bottom-left, click on the calendar icon. - Calendar Button + Calendar Button
  • Click "Générer URL". (Don't bother updating the date field.)
  • You should see a URL and a QR code. Copy the URL and paste it here:
  • diff --git a/docs/tse-calendar/styles.css b/docs/tse-calendar/styles.css index fd1db9d..f9a642a 100644 --- a/docs/tse-calendar/styles.css +++ b/docs/tse-calendar/styles.css @@ -16,7 +16,6 @@ label { height: 2em; /* Adjust the height as needed */ vertical-align: middle; margin-right: 0.2em; /* Optional: Adjust the spacing between image and text */ - background-color: black; border-radius: 0.3em; } @@ -26,4 +25,9 @@ textarea { .warning { color: red; +} + +select { + font-size: 1.2em; + margin: 0.2em; } \ No newline at end of file diff --git a/pages/tse-calendar/content.html b/pages/tse-calendar/content.html index eb7933e..f5d2059 100644 --- a/pages/tse-calendar/content.html +++ b/pages/tse-calendar/content.html @@ -49,7 +49,7 @@

    TSE Calendar Sync

  • Expand "Ecole économie Toulouse -TSE" (or if you're from a different part of UT1, choose your area)
  • Scroll down to find your course, e.g. "M2 EA I: PPD". (You can choose a subfolder within that if you want.) You should now see a timetable.
  • Down the bottom-left, click on the calendar icon. - Calendar Button + Calendar Button
  • Click "Générer URL". (Don't bother updating the date field.)
  • You should see a URL and a QR code. Copy the URL and paste it here:
  • diff --git a/pages/tse-calendar/docs/calendar-button.png b/pages/tse-calendar/docs/calendar-button.png new file mode 100644 index 0000000..286530c Binary files /dev/null and b/pages/tse-calendar/docs/calendar-button.png differ diff --git a/pages/tse-calendar/docs/styles.css b/pages/tse-calendar/docs/styles.css index fd1db9d..f9a642a 100644 --- a/pages/tse-calendar/docs/styles.css +++ b/pages/tse-calendar/docs/styles.css @@ -16,7 +16,6 @@ label { height: 2em; /* Adjust the height as needed */ vertical-align: middle; margin-right: 0.2em; /* Optional: Adjust the spacing between image and text */ - background-color: black; border-radius: 0.3em; } @@ -26,4 +25,9 @@ textarea { .warning { color: red; +} + +select { + font-size: 1.2em; + margin: 0.2em; } \ No newline at end of file