updated contrib themes

This commit is contained in:
Bachir Soussi Chiadmi
2016-11-05 15:35:11 +01:00
parent 104fcaf970
commit 82bb633c3e
44 changed files with 3533 additions and 2015 deletions

View File

@@ -77,7 +77,6 @@ html.js .js-hide { display:none; }
.element-invisible {
position:absolute !important;
clip:rect(1px 1px 1px 1px); /* IE6, IE7 */
clip:rect(1px, 1px, 1px, 1px);
}
@@ -105,13 +104,13 @@ div.ok { border:1px solid #00aa00; }
div.error,
tr.error {
background:#fcc;
background-color:#fcc;
color:#200;
}
div.warning,
tr.warning {
background:#ffd;
background-color:#ffd;
color:#220;
}
@@ -281,16 +280,16 @@ html.js .no-js { display:none; }
.progress .percentage { float:right; }
.progress-disabled { float:left; }
.ahah-progress { float:left; }
.ajax-progress { float:left; }
.ahah-progress .throbber {
.ajax-progress .throbber {
width:20px;
height:20px;
background:transparent url(drupal/throbber.gif) 50% 50% no-repeat;
float:left;
}
.ahah-progress-bar { width:16em; }
.ajax-progress-bar { width:16em; }
/**
* Formatting for welcome page
@@ -337,11 +336,7 @@ html.js .js-hide { display:none; }
height: 0;
clear: both;
visibility: hidden;
}
* html .clearfix { height: 1%; } /* IE6 */
*:first-child + html .clearfix { min-height: 1%; } /* IE7 */
}
/**
* update/update.css ==================================================
@@ -391,4 +386,5 @@ html.js .js-hide { display:none; }
}
.vertical-tabs .vertical-tabs-panes .vertical-tabs-pane legend { display:none; }
.vertical-tabs .vertical-tabs-panes .vertical-tabs-pane #search-api-alter-add-aggregation-field-settings legend { display:block; }
.vertical-tabs .vertical-tabs-list .summary { display:block; }