Skip to content

Commit

Permalink
[req-changes] Improved CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Mar 21, 2024
1 parent 648e633 commit 386c307
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
td.original p {
display: none;
}
#inline-wifisession-quick-link-container {
text-align: center;
margin: 20px 0 40px;
}
#wifisession_set-group {
margin-bottom: 0px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (typeof gettext === 'undefined') {
wifiSessionLinkElement;
wifiSessionUrl = `${wifiSessionUrl}?device=${getObjectIdFromUrl()}`;
wifiSessionLinkElement = `
<div id="inline-wifisession-quick-link-container">
<div class="inline-quick-link-container">
<a href="${wifiSessionUrl}"
class="button"
id="inline-wifisession-quick-link"
Expand Down

0 comments on commit 386c307

Please sign in to comment.