diff options
| author | ryderr <r@okfoc.us> | 2014-10-10 18:26:36 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-10 18:26:36 -0400 |
| commit | 89250afda6c91942c3444b32031a6001b6b5ccf8 (patch) | |
| tree | 02a334b1ab4116e9e7bd0723a74e9cc26883f9a2 | |
| parent | ee322b213e68800e2f322fb527cc1b18cec01da3 (diff) | |
project list mobile
| -rwxr-xr-x | public/assets/stylesheets/app.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 047a559..2da5955 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -1212,7 +1212,7 @@ border-left: 1px solid black; content: ' ' !important; background-image: url("/assets/img/loader.gif"); background-repeat: no-repeat; - width: 40px; + width: 21px; height: 40px; } @@ -2504,4 +2504,12 @@ margin: 9px; #keyhint { display:none; } +.projectList .projectItem { + width:100%; + margin: 20px 0; +} +.projectList .room { +width: 100%; +height: 260px; +} }
\ No newline at end of file |
