You are here

gridbuilder-admin.css in Grid builder 7

Same filename and directory in other branches
  1. 8 gridbuilder-admin.css
#ctools-export-ui-edit-item-form {
  width: 350px;
  border-right: 1px solid #ADADAD;
  padding: 0.5em;
  float: left;
  margin-right: -400px;
}
#griddemonstrator {
  float: left;
  height: 300px;
  margin-left: 400px;
}
#griddemonstrator .col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  height: 300px;
  background-color: #C5D6DB;
}
#griddemonstrator .col .inner {
  background-color: #4B6E78;
  width: 100%;
  height: 100%;
  display: block;
}
#griddemonstrator .col.first {
  margin-left: 0;
}

File

gridbuilder-admin.css
View source
  1. #ctools-export-ui-edit-item-form {
  2. width: 350px;
  3. border-right: 1px solid #ADADAD;
  4. padding: 0.5em;
  5. float: left;
  6. margin-right: -400px;
  7. }
  8. #griddemonstrator {
  9. float: left;
  10. height: 300px;
  11. margin-left: 400px;
  12. }
  13. #griddemonstrator .col {
  14. float: left;
  15. -webkit-box-sizing: border-box;
  16. -moz-box-sizing: border-box;
  17. box-sizing: border-box;
  18. -moz-background-clip: padding-box !important;
  19. -webkit-background-clip: padding-box !important;
  20. background-clip: padding-box !important;
  21. height: 300px;
  22. background-color: #C5D6DB;
  23. }
  24. #griddemonstrator .col .inner {
  25. background-color: #4B6E78;
  26. width: 100%;
  27. height: 100%;
  28. display: block;
  29. }
  30. #griddemonstrator .col.first {
  31. margin-left: 0;
  32. }