Advertisement
BakerMan

Craig's style injection

Oct 31st, 2012
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.47 KB | None | 0 0
  1. <style type="text/css">
  2. #leftcontainerBox {
  3.     float:left;
  4.     position: fixed;
  5.     top: 60%;
  6.     left: 70px;
  7. }
  8. #leftcontainerBox .buttons {
  9.     float:left;
  10.     clear:both;
  11.     margin:4px 4px 4px 4px;
  12.     padding-bottom:2px;
  13. }
  14. #bottomcontainerBox {
  15.     width: 50%;
  16.     padding-top: 1px;
  17. }
  18. #bottomcontainerBox .buttons {
  19.     float: left;
  20.     margin: 4px 4px 4px 4px;
  21. }
  22. #bottomcontainerBox.manual {
  23.     display: inline-block;
  24.     padding-top: 1px;
  25.     vertical-align: middle;
  26.     width: auto;
  27. }
  28. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement