Skip to content

Commit

Permalink
Text and Image changes
Browse files Browse the repository at this point in the history
  • Loading branch information
C1aas committed Oct 13, 2022
1 parent 140c5d8 commit a11209b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LUH-Tools/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "LUH-Tools",
"description": "Tools for QIS and Studip for the LUH. This only works on '*.uni-hannover.de.'",
"description": "Tools for QIS and Stud.IP for students of the LUH.",
"version": "1.0",
"manifest_version": 3,
"permissions": ["storage", "activeTab", "scripting"],
Expand Down
5 changes: 3 additions & 2 deletions LUH-Tools/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
--green: rgb(43, 231, 43);
--green-pulse-40: rgba(43, 231, 43, 0.4);
--green-pulse-0: rgba(43, 231, 43, 0);
--popdown-background: rgb(230, 230, 230);
}

body {
Expand Down Expand Up @@ -95,7 +96,7 @@ header {
max-height: 0;
transition: max-height 0.4s ease-out;
overflow: hidden;
background-color: lightgray;
background-color: var(--popdown-background);
}

.popdown-body {
Expand Down Expand Up @@ -132,7 +133,7 @@ header {
}

.action-wrapper {
/* background-color: lightgray; */
font-size: 15px;
padding: 0.5rem;
padding-top: 1rem;
padding-bottom: 1rem;
Expand Down
6 changes: 5 additions & 1 deletion LUH-Tools/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ <h1>LUH-Tools</h1>

<div class="popdown">
<div class="popdown-body">
<strong>The QIS-Calculator switch</strong> automatically calculates and displays your cp and grade on the <a class="text-white" href="https://qis.verwaltung.uni-hannover.de/" target="_blank">QIS-site</a>
<strong>The QIS-Calculator switch</strong>
automatically calculates and displays your cp and grade on the <a class="text-white" href="https://qis.verwaltung.uni-hannover.de/" target="_blank">QIS-site
</a>.
<br>
Result without guarantee!
<br>
<div class="spacer"></div>
<strong>The Stud.IP download switch</strong> automatically adds the download button to the left side of <a class="text-white" href="https://studip.uni-hannover.de/" target="_blank">LUH Stud.IP videos</a>
Expand Down
Binary file modified Screenshots/menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/menu1280x800.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Screenshots/menu_1280.png
Binary file not shown.

0 comments on commit a11209b

Please sign in to comment.