diff options
| -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 |
