Advertisement
Guest User

Untitled

a guest
May 29th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.26 KB | None | 0 0
  1. /*
  2.  * widgets...
  3. */
  4. #right_column #widgetsContainer {padding: 0;}
  5. /* lottobet */
  6. #widgetsContainer #lotto_bet {background:#fff;}
  7. #lotto_bet > h3 {}
  8. #lotto_bet > h3 i {
  9.     float: left;
  10.     font-size: 20px;
  11.     color: #269524;
  12.     margin-left: 12px;
  13.     margin-right: 8px;
  14. }
  15. #lotto_bet > h3 i::before {content:"\f140"}
  16. #widgetsContainer #lotto_bet ul {
  17.     padding: 0;
  18.     margin-top: 12px;
  19. }
  20. #widgetsContainer #lotto_bet ul li {
  21.     width: 45%;
  22.     text-align: center;
  23.     margin: 0;
  24.     padding: 0;
  25.     float: left;
  26.     margin-left: 3.5%;
  27. }
  28. #widgetsContainer #lotto_bet ul li:last-child {text-align:center;width:100%;display:block}
  29. #lotto_bet ul li:last-child button {
  30.     margin: 8px 0;
  31.     width: auto;
  32.     text-transform: uppercase;
  33.     background: #35ae32;
  34.     line-height: 1;
  35.     padding: 0 18px;
  36. }
  37. #lotto_bet ul li span {
  38.     line-height: 1;
  39.     font-weight: bold;
  40. }
  41. #lotto_bet li span:nth-child(1) {
  42.     /*font-family: 'lato-regular';*/
  43.     font-size: 11px;
  44.     text-transform: none;
  45.     width: 100%;
  46.     margin-bottom: 8px;
  47. }
  48. #lotto_bet li span:nth-child(2) input {
  49.     width: 100%;
  50.     font-family: 'lato-regular';
  51.     font-weight: normal;
  52.     color: #939393;
  53.     background-color: rgb(255, 255, 255);
  54.     box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.34);
  55.     border: 1px solid #ccc;
  56.     height: 25px;
  57.     padding: 6px 12px;
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement