system.plugin.ui.css

#block-library .left-col,
#block-library .right-col {
  float:left;
  width:66%;
  height:100%;
  background-color:#ffffff;
}

#block-library .right-col {
  width:34%;
  background-color:#f7f7f7;
}

#block-library .right-col h3 {
  margin: 1em -20px;
  background-color:#d7d7d7;
  color:#333333;
  padding:8px 15px;
  font-size:1.1em;
}

#block-library .inside {
  margin:0 20px;
}

#block-library .bottom-bar {
  width:100%;
  clear:both;
}

File

drupal/core/modules/system/css/system.plugin.ui.css
View source
  1. #block-library .left-col,
  2. #block-library .right-col {
  3. float:left;
  4. width:66%;
  5. height:100%;
  6. background-color:#ffffff;
  7. }
  8. #block-library .right-col {
  9. width:34%;
  10. background-color:#f7f7f7;
  11. }
  12. #block-library .right-col h3 {
  13. margin: 1em -20px;
  14. background-color:#d7d7d7;
  15. color:#333333;
  16. padding:8px 15px;
  17. font-size:1.1em;
  18. }
  19. #block-library .inside {
  20. margin:0 20px;
  21. }
  22. #block-library .bottom-bar {
  23. width:100%;
  24. clear:both;
  25. }