]> git.bts.cx Git - cx.git/blobdiff - public/design/css/cx.css
Admin fixes
[cx.git] / public / design / css / cx.css
index b920c7ee6a48cacc1ed96cc31519b3df5e5b57da..eb2b1ba03f65e96cb0fba6bad6dabda4c09b3f48 100644 (file)
@@ -82,6 +82,7 @@ nav [aria-current="page"] {
 }
 
 main {
 }
 
 main {
+       margin: 50px 100px;
        margin-left: calc(var(--sidebar-width) + 50px);
 }
 
        margin-left: calc(var(--sidebar-width) + 50px);
 }
 
@@ -213,7 +214,26 @@ blockquote {
 }
 
 
 }
 
 
+table {
+       width: 100%;
+}
+
+tr:nth-child(even) {
+       background-color: #f2f2f2;
+}
+
+tr:hover {
+       background-color: #f2f2ff;
+}
 
 
+td.fill {
+       width: 100%;
+}
+
+td a {
+       display: block;
+       padding: 2px;
+}
 
 input, textarea {
        font-size: 1em;
 
 input, textarea {
        font-size: 1em;