diff options
| author | Julie Lala <jules@okfoc.us> | 2014-08-13 02:20:21 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-08-13 02:20:21 -0400 |
| commit | bf2300afa925e2915a0b1b906691a3f5fbe4186d (patch) | |
| tree | 49cea20df5e0df54f6fe88c01289706a44f16935 /public/assets/stylesheets | |
| parent | a279338f4dff62d87021ca28252d68b0c586d3a7 (diff) | |
fix edit links on profile
Diffstat (limited to 'public/assets/stylesheets')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 8508cf7..36cccef 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -230,6 +230,12 @@ iframe.embed { color:white; } +#projectList .editBtn { + position: absolute; + right: 10px; + top: 10px; +} + /* .room1 { position: relative; @@ -240,12 +246,6 @@ iframe.embed { background-image:url(https://s3.amazonaws.com/luckyplop/fd4ebe8a7a4246c8273fc999fb1ef0d6a8260b8c.png); } -.room1 .editBtn { - position: absolute; - right: 10px; - top: 10px; -} - .room1 form textarea { width: 226px; } |
