aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/home.css15
1 files changed, 8 insertions, 7 deletions
diff --git a/assets/css/home.css b/assets/css/home.css
index ef59a53..2ac00a8 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -22,6 +22,7 @@ main {
display: flex;
height: 100%;
/* width: 100%; */
+ overflow-y: auto;
}
@@ -109,7 +110,7 @@ div#deepsearchbar {
-aside .submenu code {
+aside .submenu code, main.user li code {
overflow: auto;
display: block;
white-space: nowrap;
@@ -143,8 +144,7 @@ main.home table .id {
#home2table a.linkto {
font-family: monospace;
font-size: medium;
- text-decoration: underline;
- text-decoration-color: white;
+ background-color: #7b97b9;
}
nav span.counter {
@@ -272,10 +272,6 @@ th {
color: black;
}
-main {
- overflow-y: auto;
-}
-
main.admin input, main.admin select, main.admin textarea {
display: block;
width: 100%;
@@ -489,6 +485,10 @@ td.code {
}
+main.user section#pref {
+ max-width: 500px;
+}
+
main.user table form {
display: inline-block;
@@ -651,3 +651,4 @@ footer {
+