index.css 722 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. @import "../static/css/bootstrap.min.css";
  2. @import "../popup/index.css";
  3. .wrapper {
  4. width:900px;
  5. }
  6. #pageContainer label {
  7. font-weight: normal;
  8. }
  9. #pageContainer h4 {
  10. color: #888;
  11. font-size: 18px;
  12. }
  13. fieldset {
  14. padding: 10px;
  15. margin: 10px;
  16. border:1px solid #ddd;
  17. }
  18. fieldset legend {
  19. font-size: 12px;
  20. width: auto;
  21. border:none;
  22. padding:0 10px;
  23. margin-bottom: 5px;
  24. }
  25. .fe-whole-page {
  26. border: 1px solid #ddd;
  27. box-shadow: 0 0 50px 1px;
  28. width: 150px;
  29. }
  30. ul.fe-function-list li {
  31. padding: 0;
  32. height: 28px;
  33. line-height: 28px;
  34. }
  35. h5,h4 {
  36. border-bottom : 1px solid #eee;
  37. padding-bottom: 5px;
  38. width: 60%;
  39. }