summaryrefslogtreecommitdiff
path: root/public/assets
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets')
-rwxr-xr-xpublic/assets/stylesheets/app.css4
-rw-r--r--public/assets/stylesheets/staff.css38
2 files changed, 40 insertions, 2 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 25bcf56..17a7dc0 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -164,6 +164,7 @@ h5 {
.page.profile {
color:white;
}
+.page table.demo,
.page table.profilepage,
.page table.projectList {
width: 100%;
@@ -193,6 +194,7 @@ iframe.embed {
z-index: -1;
pointer-events: none;
}
+.page table.demo td,
.page table.profilepage td,
.page table.projectList td {
width: 33.3333%;
@@ -241,7 +243,7 @@ iframe.embed {
color:white;
}
-#projectList .editBtn {
+.projectList .editBtn {
position: absolute;
right: 10px;
top: 10px;
diff --git a/public/assets/stylesheets/staff.css b/public/assets/stylesheets/staff.css
index 0208878..2d1f802 100644
--- a/public/assets/stylesheets/staff.css
+++ b/public/assets/stylesheets/staff.css
@@ -4,7 +4,43 @@
th, b {
font-weight: bold;
}
-#users td {
+table {
+ display: inline-block;
+ margin-right: 40px;
+ vertical-align: top;
+}
+td, th {
text-align: left;
padding: 2px 5px;
+}
+.staff .body {
+ text-align: left;
+}
+.staff h1 {
+ text-align: left;
+ display: inline-block;
+}
+.staff nav {
+ display: inline-block;
+ text-align: left;
+}
+.staff nav a {
+ padding-left: 20px;
+}
+.staff hr {
+ border: 1px solid #bbb;
+ margin: 5px auto 10px;
+}
+.body {
+ width: 80%;
+ margin: 0 auto;
+}
+.jsonview * {
+ font-family: monospace !important;
+}
+.staff {
+ font-size: 15px;
+}
+.staff .editLinks a {
+ color: #00f;
} \ No newline at end of file