aboutsummaryrefslogtreecommitdiff
path: root/static/css/main.css
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-09-09 03:12:07 -0400
committerBobby <[email protected]>2022-09-09 03:12:07 -0400
commitc68d7c6a7281d7c58dd00f60b2a9dc5dcaad2368 (patch)
tree310a8890affd6e622bda4081d06a34de5f1ef727 /static/css/main.css
parent766d2d3558f27bc80ba03406d0d8c34832e18977 (diff)
downloadthatcomputerscientist-c68d7c6a7281d7c58dd00f60b2a9dc5dcaad2368.tar.xz
thatcomputerscientist-c68d7c6a7281d7c58dd00f60b2a9dc5dcaad2368.zip
manage users and search users page
Diffstat (limited to 'static/css/main.css')
-rw-r--r--static/css/main.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 32afdeb8..1250a173 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -169,6 +169,35 @@ nav > ul > li {
cursor: pointer;
}
+.float-right {
+ /* Float to the top right corner */
+ position: absolute;
+ top: 2.5em;
+ right: 3em;
+}
+
+.table {
+ border-collapse: collapse;
+ width: 100%;
+ margin-top: 10px;
+}
+
+/* Add borders to all cells */
+.table, .table th, .table td {
+ border: 1px solid #191919;
+}
+
+.table-striped > tbody > tr:nth-child(odd) {
+ background-color: #f2f2f2;
+}
+
+summary {
+ cursor: pointer;
+ font-size: 1.2rem;
+ font-weight: bold;
+ margin-top: 1em;
+}
+
/* Optimize for phones */
@media only screen and (max-width: 480px) {
body {