Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2015
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.85 KB | None | 0 0
  1. .checkbox, .radio {
  2. margin: 3px 0;
  3. min-width: 70px;
  4. }
  5.  
  6. .col2 [type="text"] {
  7.  width: 500px;
  8. }
  9.  
  10. .col3 [type="text"] {
  11.  width: 500px;
  12. }
  13.  
  14. .col4 [type="text"] {
  15.  width: 500px;
  16. }
  17.  
  18. .col5 [type="text"] {
  19.  width: 500px;
  20. }
  21.  
  22. .col6{
  23.  width: 500px;
  24. }
  25.  
  26. #list > tbody > tr:first-child {
  27. display: none;
  28. }
  29.  
  30. td.col1:before {
  31. content: "Type";
  32. display: block;
  33. }
  34.  
  35. td.col2 {
  36. top: 17px;
  37. position: relative;
  38. }
  39.  
  40. td.col3 {
  41. float: left;
  42. left: -505px;
  43. position: relative;
  44. top: 40px;
  45. }
  46.  
  47. td.col4 {
  48. float: left;
  49. left: -505px;
  50. position: relative;
  51. top: 40px;
  52. }
  53.  
  54. td.col5 {
  55. float: right;
  56. left: -505px;
  57. top: -3px;
  58. position: relative;
  59. top: 40px;
  60. padding-bottom: 30px;
  61. }
  62.  
  63. td.col6{
  64. float: right;
  65. position: relative;
  66. top: 10px;
  67. left: -40px;
  68. padding-bottom: 15px
  69. }
  70.  
  71. tr {
  72. height: 100px;
  73. }
  74.  
  75. td.col5 {
  76. margin-bottom: 5px !important;
  77. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement