mobile.css 820 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. #header{
  2. padding-left:0px !important;
  3. padding-bottom:24px;
  4. }
  5. .header_left{
  6. max-width: 100%;
  7. }
  8. #mainlogo {
  9. max-width: 90%;
  10. }
  11. #content {
  12. margin-left:0px !important;
  13. }
  14. #maincontent{
  15. font-size:1.2em;
  16. line-height:1.5em;
  17. }
  18. input[type=submit],
  19. .cbi-button,
  20. .cbi-button-reset,
  21. .cbi-button-save{
  22. display:inline !important;
  23. float:none !important;
  24. padding:10px 30px !important;
  25. margin: 10px 10px 10px 0 !important;
  26. }
  27. .cbi-input-text,
  28. .cbi-input-select,
  29. .cbi-input-user,
  30. .cbi-input-password{
  31. display:block !important;
  32. margin: 0 !important;
  33. padding:0 !important;
  34. }
  35. .cbi-value-field{
  36. margin:0 !important;
  37. margin-bottom: 1em !important;
  38. width:100% !important;
  39. }
  40. .cbi-section legend{
  41. white-space:normal !important;
  42. }
  43. .cbi-value-title{
  44. font-weight:bold;
  45. float:none !important;
  46. }
  47. img {
  48. max-width:100%;
  49. }