X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fcrm.designer.css;h=d31b47161d36a3a1257a2b5b78348d141af76d21;hb=1e134c589990013a8c8da28b7163d927e02d3c00;hp=2b5e8c1dc80241015524ee5151d8e9c2943fc706;hpb=3b7bf9514d92a68e9adb10ae1fe33f8d6ca3da7d;p=civicrm-core.git diff --git a/css/crm.designer.css b/css/crm.designer.css index 2b5e8c1dc8..d31b47161d 100644 --- a/css/crm.designer.css +++ b/css/crm.designer.css @@ -1,9 +1,9 @@ .crm-profile-selector-preview-pane { - width: 75%; - min-width: 500px; - height: 20em; - border: 1px solid black; - padding: 4px; + width: 75%; + min-width: 500px; + height: 20em; + border: 1px solid black; + padding: 4px; } .crm-container .crm-profile-selector-preview .icon { @@ -27,14 +27,14 @@ } .crm-designer-toolbar .ui-resizable-w { - border-left: 4px dotted #BFBFBF; + border-left: 4px dotted #bfbfbf; cursor: ew-resize; height: 50px; top: 45%; } .crm-designer-toolbar .ui-resizable-w:hover { - border-left: 4px dotted #6B6B6B; + border-left: 4px dotted #6b6b6b; } .crm-designer-palette { @@ -63,7 +63,7 @@ .crm-designer-row-placeholder { border: 1px dashed gray; cursor: move; - background-color: #E9E9F5; + background-color: #e9e9f5; } .crm-designer-palette .crm-designer-palette-field.disabled a, @@ -109,9 +109,9 @@ } .crm-designer-fields { - min-width:100px; + min-width: 100px; /* to allow dropping in big whitespace, coordinate with min-height of dialog */ - min-height:500px; + min-height: 500px; } .crm-designer-duplicate .crm-designer-row { @@ -143,7 +143,7 @@ cursor: pointer; display: inline-block; border-radius: 4px; - border: 1px solid #D7D7D7; + border: 1px solid #d7d7d7; } .crm-designer-row .crm-designer-buttons a:hover, @@ -164,7 +164,7 @@ right: 5px; top: 35px; font-size: .8em; - border: 1px solid #CFCEC3; + border: 1px solid #cfcec3; } button#crm-designer-add-custom-set { @@ -177,11 +177,11 @@ button#crm-designer-add-custom-set { } .crm-designer-row .crm-designer-buttons a.crm-designer-action-settings:hover { - background-color: #71D46E; + background-color: #71d46e; } .crm-designer-row .crm-designer-buttons a.crm-designer-action-remove:hover { - background-color: #F19489; + background-color: #f19489; } .crm-designer-row, @@ -209,6 +209,11 @@ button#crm-designer-add-custom-set { margin: 0 2em 0 0; } +/* Hack for Drupal 8 for some reason was moving it around strange */ +.crm-designer-dialog .ui-resizable { + position: absolute; +} + .crm-designer-dialog .disabled .description { display: none; }