| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242 | 
							
- /**
 
-  * @file
 
-  * Custom styles for making Views 3 play nice with Rubik.
 
-  */
 
- .views-displays .secondary .action-list input.form-submit {
 
-   -webkit-box-shadow: none;
 
-      -moz-box-shadow: none;
 
-           box-shadow: none;
 
-   -webkit-border-radius: 0;
 
-      -moz-border-radius: 0;
 
-           border-radius: 0;
 
- }
 
- .views-displays .secondary .open > a:hover {
 
-   color: #59A;
 
- }
 
- .views-ui-display-tab-actions .ctools-button-processed li a,
 
- .views-ui-display-tab-actions .ctools-button-processed input {
 
-   border: none;
 
-   -webkit-box-shadow: none;
 
-      -moz-box-shadow: none;
 
-           box-shadow: none;
 
- }
 
- #views-ui-edit-form div#edit-actions.form-actions.form-wrapper {
 
-    float: right;
 
- }
 
- #views-ui-edit-form div h1.unit-title.clearfix {
 
-    clear: both;
 
-    float: left;
 
- }
 
- #views-ui-edit-form .tabs {
 
-   float: left;
 
-   background-color: transparent;
 
- }
 
- #views-ui-edit-form .tabs li {
 
-   display: block;
 
-   float: left;
 
- }
 
- #views-ui-edit-form .views-display-top .tabs li li{
 
-   float: none;
 
- }
 
- #views-ui-edit-form .views-display-top ul.secondary.tabs {
 
-   overflow: inherit;
 
-   padding-bottom: 0;
 
-   padding-left: 0;
 
- }
 
- #views-ui-edit-form .views-display-top ul.secondary.tabs li {
 
-   margin-bottom: 0;
 
-   margin: 0 10px 0 0;
 
- }
 
- #views-ui-edit-form .views-display-top ul.secondary.tabs li a.active {
 
-   border-color: #666;
 
- }
 
- #views-ui-edit-form .pager {
 
-   margin: 0;
 
-   height: auto;
 
- }
 
- .views-displays {
 
-    clear: both;
 
- }
 
- .views-display-setting .label {
 
-   margin-right: 3pt; /* LTR */
 
- }
 
- .views-admin a:hover {
 
-    text-decoration: none;
 
- }
 
- .views-display-setting .views-ajax-link {
 
-   margin-left: 0.2083em;
 
-   margin-right: 0.2083em;
 
- }
 
- .views-ui-display-tab-bucket > h3,
 
- .views-ui-display-tab-bucket > .views-display-setting {
 
-   padding: 2px 6px 4px;
 
- }
 
- /* Hide 'remove' checkboxes. This might be scoped too widely. */
 
- .form-type-checkbox.remove {
 
-   display: none;
 
- }
 
- .views-ui-display-tab-bucket .views-display-setting {
 
-   color: #666666;
 
-   font-size: 12px;
 
-   padding-bottom: 2px;
 
- }
 
- .views-ui-display-tab-bucket h1,
 
- .views-ui-display-tab-bucket h2,
 
- .views-ui-display-tab-bucket h3,
 
- .views-ui-display-tab-bucket h4,
 
- .views-ui-display-tab-bucket h5 {
 
-   margin-bottom: 0;
 
-   margin-top: 0;
 
- }
 
- #edit-display-settings-main {
 
-   margin-top: 15px;
 
- }
 
- input.form-autocomplete,
 
- input.form-text,
 
- input.form-file,
 
- textarea.form-textarea,
 
- select.form-select {
 
-   padding: 2px;
 
-   border: 1px solid #ccc;
 
-   border-top-color: #999;
 
-   background: #fff;
 
-   color: #333;
 
- }
 
- input.form-text:focus,
 
- input.form-file:focus,
 
- textarea.form-textarea:focus,
 
- select.form-select:focus {
 
-   color: #000;
 
-   border-color: #ace;
 
- }
 
- #views-ui-preview-form .form-type-textfield {
 
-   margin-top: 2px;
 
- }
 
- #views-ui-preview-form {
 
-   border-width: 1px;
 
-   border-style: solid;
 
-   border-color: #DDD;
 
-   padding: 9px;
 
- }
 
- #views-ui-preview-form .form-item {
 
-   border: none;
 
-   padding: 0;
 
- }
 
- #views-ui-preview-form .form-type-textfield .description {
 
-   white-space: normal;
 
-   margin-bottom: 0;
 
- }
 
- #views-ui-preview-form .form-type-textfield input {
 
-   width: 180px;
 
- }
 
- #views-ui-preview-form .form-type-textfield label {
 
-   height: auto;
 
- }
 
- #edit-display-preview-controls .form-type-textfield label {
 
-   display: inline-block;
 
-   font-weight: normal;
 
-   height: inherit;
 
-   margin-right: 0.75em;
 
- }
 
- #edit-display-preview-controls > .form-type-textfield {
 
-    margin-top: 6px;
 
- }
 
- #edit-display-preview-controls .arguments-preview,
 
- #edit-display-preview-controls .form-type-textfield {
 
-   margin-left: 14px;
 
- }
 
- #edit-display-preview-controls > div,
 
- #edit-display-preview-controls > input {
 
-   float: left;
 
- }
 
- #edit-display-preview-controls .form-item {
 
-   margin-bottom: 0;
 
-   padding-bottom: 0;
 
-   padding-top: 0;
 
- }
 
- /* Labels are outside the .form-item wrapper. */
 
- .views-exposed-form .views-exposed-widget label {
 
-   margin: 0;
 
-   padding: 0;
 
-   color: #999;
 
-   font-weight: bold;
 
-   font-size: 10px;
 
-   text-transform: uppercase;
 
- }
 
- .views-exposed-form .views-exposed-widget .form-item {
 
-   border: 0;
 
-   padding: 0;
 
- }
 
- /* Collapsible within dependent. */
 
- #edit-options .collapsible .collapsible,
 
- #edit-options .collapsible {
 
-    float: none;
 
- }
 
- .dependent-options,
 
- .dependent-options.form-item,
 
- .form-item-options-expose-required,
 
- .form-item-options-expose-label {
 
-   margin-left: 1.5em;
 
- }
 
- #views-ajax-popup {
 
-   border: 0;
 
- }
 
- .views-ui-dialog .ui-dialog-titlebar {
 
-   border: none;
 
- }
 
- .views-ui-dialog .ui-dialog-titlebar-close {
 
-   -webkit-border-radius: 5px;
 
-      -moz-border-radius: 5px;
 
-           border-radius: 5px;
 
-   border: 0;
 
-   background: #444 url(../images/buttons.png) -4000px 50% no-repeat;
 
-   display: block;
 
-   position: absolute;
 
-   height: 20px;
 
-   width: 20px;
 
-   margin: 5px;
 
-   padding: 0;
 
-   right: 0;
 
-   left: auto;
 
- }
 
- .views-ui-dialog #views-ajax-title {
 
-   color:#fff;
 
-   font-size: 100%;
 
-   font-weight: normal;
 
-   text-transform: uppercase;
 
-   background: url(../images/bleeds.png) 0 -30px repeat-x;
 
-   border: 0;  
 
-   -webkit-border-radius: 6px 6px 0 0;
 
-      -moz-border-radius: 6px 6px 0 0;
 
-           border-radius: 6px 6px 0 0;
 
-   padding: 5px 10px;  
 
-   margin-bottom: 10px;
 
- }
 
- .views-ui-dialog .views-override {
 
-   background: transparent; 
 
-   padding: 0 0 8px;
 
- }
 
- .views-ui-dialog #views-ajax-body {
 
-   margin: 0 20px;
 
- }
 
- .views-ui-dialog .scroll {
 
-   border: none;
 
-   padding: 8px 10px 8px 0;
 
- }
 
- /* Force the Views UI operations table cell to have relative positioning. */
 
- td.views-ui-operations {
 
-   position: relative;
 
- }
 
- /* Form buttons. */
 
- .views-ui-dialog .form-buttons {
 
-   background: #EEE;
 
-   border: 1px solid #DDD;
 
-   padding: 9px;
 
-   margin-top: 10px;
 
- }
 
- /* Filtering options. */
 
- .views-filterable-options .form-type-checkbox  {
 
-   padding: 5px 8px!important;
 
- }
 
 
  |