You are here

tools.css in Tools 7

@CHARSET "UTF-8";

.tools-container{
}
.tools-left, .tools-right {
 padding:0;
 margin:0;
 width:49%;
}
.tools-left {
 float:left;
}
.tools-right {
 float:right;
}

.page-content .tool-options {
  width: 100%;
}

.page-content .tool-options .form-item{
  margin-bottom: 10px;
}

.page-content .tool-options span.tools-icon{
  display: none;
}

.page-content .tool-options .form-item label{
  color: #000;
}

.page-content .tool-options .form-item .description{
  display: block;
  background: none;
  position: static;
  color: #999999;
  border: none;
  margin: 2px 0;
  padding: 0;
  max-width: 300px;
}


.page-content .tool-options .form-item .iphone_switch_container{
  position: absolute!important;
  right: 0;
  top: 0;
}

File

css/tools.css
View source
  1. @CHARSET "UTF-8";
  2. .tools-container{
  3. }
  4. .tools-left, .tools-right {
  5. padding:0;
  6. margin:0;
  7. width:49%;
  8. }
  9. .tools-left {
  10. float:left;
  11. }
  12. .tools-right {
  13. float:right;
  14. }
  15. .page-content .tool-options {
  16. width: 100%;
  17. }
  18. .page-content .tool-options .form-item{
  19. margin-bottom: 10px;
  20. }
  21. .page-content .tool-options span.tools-icon{
  22. display: none;
  23. }
  24. .page-content .tool-options .form-item label{
  25. color: #000;
  26. }
  27. .page-content .tool-options .form-item .description{
  28. display: block;
  29. background: none;
  30. position: static;
  31. color: #999999;
  32. border: none;
  33. margin: 2px 0;
  34. padding: 0;
  35. max-width: 300px;
  36. }
  37. .page-content .tool-options .form-item .iphone_switch_container{
  38. position: absolute!important;
  39. right: 0;
  40. top: 0;
  41. }