Commit 68620f5aa447a5291da0f1350da812fa3083ad9a

Authored by Augusto dos Anjos Almeida
1 parent de99def3

Fix #38 #42 #43

Showing 1 changed file with 11 additions and 6 deletions   Show diff stats
sass/_proposal_detail.scss
... ... @@ -229,9 +229,14 @@
229 229 text-align: left;
230 230 }
231 231 .message {
232   - margin-left: 20px;
  232 + margin: 10px 35px;
  233 + padding: 10px 25px;
233 234 font-size: 12px;
234   - color: #333;
  235 + background-color: #f2dede;
  236 + border-color: #ebccd1;
  237 + font-weight:bold;
  238 + color: #a94442;
  239 + border-radius: 5px;
235 240 }
236 241 input, textarea {
237 242 border-color: $color;
... ... @@ -379,8 +384,8 @@
379 384 .experience-proposal-container{
380 385 float: left;
381 386 width: 50%;
382   - // height: $container-height;
383   - // min-height: $container-height;
  387 + height: $container-height;
  388 + min-height: $container-height;
384 389 position: relative;
385 390 text-align: center;
386 391 .experience-proposal{
... ... @@ -413,8 +418,8 @@
413 418 .talk-proposal-container{
414 419 width: 50%;
415 420 float: left;
416   - // height: $container-height;
417   - // min-height: $container-height;
  421 + height: $container-height;
  422 + min-height: $container-height;
418 423 position: relative;
419 424 text-align: center;
420 425 .talk-proposal {
... ...