summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/stylesheets/app.css')
-rwxr-xr-xpublic/assets/stylesheets/app.css4
1 files changed, 3 insertions, 1 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;