summaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2023-01-30 11:42:45 -0500
committerTyler Murphy <tylermurphy534@gmail.com>2023-01-30 11:42:45 -0500
commit0c021ef938622e9d69539075e56bb35c3b4ef7cf (patch)
tree1dba83ba4f75d5765ae213349e61ee4f8411d327 /public/css
parentdont log admin stuff (diff)
downloadxssbook-0c021ef938622e9d69539075e56bb35c3b4ef7cf.tar.gz
xssbook-0c021ef938622e9d69539075e56bb35c3b4ef7cf.tar.bz2
xssbook-0c021ef938622e9d69539075e56bb35c3b4ef7cf.zip
css changes, secure/http only admin session
Diffstat (limited to 'public/css')
-rw-r--r--public/css/admin.css3
-rw-r--r--public/css/console.css4
2 files changed, 5 insertions, 2 deletions
diff --git a/public/css/admin.css b/public/css/admin.css
index 1b6e2ac..560c28f 100644
--- a/public/css/admin.css
+++ b/public/css/admin.css
@@ -93,6 +93,8 @@ table {
margin-top: 3em;
border-collapse: separate;
border-spacing: 15px;
+ table-layout: fixed;
+ width: 100%;
}
th, td {
@@ -102,6 +104,7 @@ th, td {
border-radius: 10px;
background-color: #242424;
border-radius: 10px;
+ word-wrap: break-word;
}
th {
diff --git a/public/css/console.css b/public/css/console.css
index e3fde6a..15f4df4 100644
--- a/public/css/console.css
+++ b/public/css/console.css
@@ -9,7 +9,7 @@ body {
src: url("../fonts/sfpro.otf") format("opentype");
}
-div {
+.msg {
background-color: #282828;
font-family: sfpro;
margin: 15px;
@@ -19,7 +19,7 @@ div {
width: calc(100% - 50px)
}
-span {
+.msg span {
display: inline-block;
padding: 0;
margin: 0;