You are here

popup-ui.css in Popup 7.x

Same filename and directory in other branches
  1. 6.x modules/popup_ui/popup-ui.css
@charset "UTF-8";


table.popup-settings-table th{ border: none;}
table.popup-settings-table th.column-section{ border-left: 1px solid #ccc;}

table.popup-settings-table div.popup-element div.popup-origin{ bottom: auto; left: 0; top: 0; right: auto;}
table.popup-settings-table div.popup-element div.popup-expand{ bottom: auto; left: auto; top: -10px; right: 0;}

div.form-buttons div.popup-element div.popup-origin{ bottom: auto; left: 0; top: 0; right: auto;}
div.form-buttons div.popup-element div.popup-expand{ bottom: 0; left: 0; top: auto; right: auto;}

table.popup-settings-table th{ font-size: 90%; vertical-align: bottom; white-space: nowrap;}
table.popup-settings-table th div{ font-size: 120%; padding-bottom: 20px;}

table.popup-settings-table td div.form-item{ float: left;}
table.popup-settings-table td div.form-checkboxes{ margin: 0; padding: 0;}

div.table-wrapper{ overflow: auto; width: 100%;}

div.popup-element-origin div.popup-element-body div.popup-buttons{ padding-top: 15px;}
div.popup-element-origin div.popup-element-body div.popup-buttons a{ text-decoration: none;}
div.popup-element-origin div.popup-element-body div.popup-buttons a:hover{ text-decoration: none;}

File

modules/popup_ui/popup-ui.css
View source
  1. @charset "UTF-8";
  2. table.popup-settings-table th{ border: none;}
  3. table.popup-settings-table th.column-section{ border-left: 1px solid #ccc;}
  4. table.popup-settings-table div.popup-element div.popup-origin{ bottom: auto; left: 0; top: 0; right: auto;}
  5. table.popup-settings-table div.popup-element div.popup-expand{ bottom: auto; left: auto; top: -10px; right: 0;}
  6. div.form-buttons div.popup-element div.popup-origin{ bottom: auto; left: 0; top: 0; right: auto;}
  7. div.form-buttons div.popup-element div.popup-expand{ bottom: 0; left: 0; top: auto; right: auto;}
  8. table.popup-settings-table th{ font-size: 90%; vertical-align: bottom; white-space: nowrap;}
  9. table.popup-settings-table th div{ font-size: 120%; padding-bottom: 20px;}
  10. table.popup-settings-table td div.form-item{ float: left;}
  11. table.popup-settings-table td div.form-checkboxes{ margin: 0; padding: 0;}
  12. div.table-wrapper{ overflow: auto; width: 100%;}
  13. div.popup-element-origin div.popup-element-body div.popup-buttons{ padding-top: 15px;}
  14. div.popup-element-origin div.popup-element-body div.popup-buttons a{ text-decoration: none;}
  15. div.popup-element-origin div.popup-element-body div.popup-buttons a:hover{ text-decoration: none;}