You are here

page_manager_redirect_admin.css in Page manager redirect 7

Same filename and directory in other branches
  1. 6 css/page_manager_redirect_admin.css
/* style tweaks for the Contexts and Selection rules tabs, based on panels */
.right-container {
  float: right;
  padding: 0 0 0 .5em;
  margin: 0;
  width: 48.5%;
}

.left-container {
  padding-right: .5em;
  width: 48.5%;
}

table .operation {
  text-align: right;
  padding-right: 6px;
}

tr.changed td {
  background-color: #FFFFDD !important;
}

tr.changed td span.star {
  font-weight: bold;
  color: #E09010;
}

td select {
  margin: 0;
  padding: 0;
}

File

css/page_manager_redirect_admin.css
View source
  1. /* style tweaks for the Contexts and Selection rules tabs, based on panels */
  2. .right-container {
  3. float: right;
  4. padding: 0 0 0 .5em;
  5. margin: 0;
  6. width: 48.5%;
  7. }
  8. .left-container {
  9. padding-right: .5em;
  10. width: 48.5%;
  11. }
  12. table .operation {
  13. text-align: right;
  14. padding-right: 6px;
  15. }
  16. tr.changed td {
  17. background-color: #FFFFDD !important;
  18. }
  19. tr.changed td span.star {
  20. font-weight: bold;
  21. color: #E09010;
  22. }
  23. td select {
  24. margin: 0;
  25. padding: 0;
  26. }