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,9 +229,14 @@
229 text-align: left; 229 text-align: left;
230 } 230 }
231 .message { 231 .message {
232 - margin-left: 20px; 232 + margin: 10px 35px;
  233 + padding: 10px 25px;
233 font-size: 12px; 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 input, textarea { 241 input, textarea {
237 border-color: $color; 242 border-color: $color;
@@ -379,8 +384,8 @@ @@ -379,8 +384,8 @@
379 .experience-proposal-container{ 384 .experience-proposal-container{
380 float: left; 385 float: left;
381 width: 50%; 386 width: 50%;
382 - // height: $container-height;  
383 - // min-height: $container-height; 387 + height: $container-height;
  388 + min-height: $container-height;
384 position: relative; 389 position: relative;
385 text-align: center; 390 text-align: center;
386 .experience-proposal{ 391 .experience-proposal{
@@ -413,8 +418,8 @@ @@ -413,8 +418,8 @@
413 .talk-proposal-container{ 418 .talk-proposal-container{
414 width: 50%; 419 width: 50%;
415 float: left; 420 float: left;
416 - // height: $container-height;  
417 - // min-height: $container-height; 421 + height: $container-height;
  422 + min-height: $container-height;
418 position: relative; 423 position: relative;
419 text-align: center; 424 text-align: center;
420 .talk-proposal { 425 .talk-proposal {