diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-09-04 13:50:40 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-09-04 13:50:40 -0400 |
| commit | b2164f9f6001dcac952a3d2b301f1425fdb3cbe9 (patch) | |
| tree | eb69107c324d46133cee95196eb807ab59c549c1 /public/assets/stylesheets/app.css | |
| parent | 95f62d72945acbac295f2342fd51cea9337d7cb7 (diff) | |
admin users views
Diffstat (limited to 'public/assets/stylesheets/app.css')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 4 |
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; |
