security update core+modules
This commit is contained in:
@@ -12,3 +12,9 @@ regions[page_top] = Page top
|
||||
regions[page_bottom] = Page bottom
|
||||
regions[sidebar_first] = First sidebar
|
||||
regions_hidden[] = sidebar_first
|
||||
|
||||
; Information added by Drupal.org packaging script on 2015-04-02
|
||||
version = "7.36"
|
||||
project = "drupal"
|
||||
datestamp = "1427943826"
|
||||
|
||||
|
@@ -475,6 +475,12 @@ table th {
|
||||
border-color: #bebfb9;
|
||||
padding: 3px 10px;
|
||||
}
|
||||
/**
|
||||
* Force browsers to calculate the width of a 'select all' TH element.
|
||||
*/
|
||||
table th.select-all {
|
||||
width: 1px;
|
||||
}
|
||||
table th.active {
|
||||
background: #bdbeb9;
|
||||
}
|
||||
@@ -703,12 +709,7 @@ select.form-select:focus {
|
||||
color: #000;
|
||||
border-color: #ace;
|
||||
}
|
||||
html.js input.form-autocomplete {
|
||||
background-position: 100% 4px;
|
||||
}
|
||||
html.js input.throbbing {
|
||||
background-position: 100% -16px;
|
||||
}
|
||||
|
||||
ul.action-links {
|
||||
margin: 1em 0;
|
||||
padding: 0 20px 0 20px; /* LTR */
|
||||
|
@@ -104,12 +104,15 @@ function seven_css_alter(&$css) {
|
||||
// Use Seven's vertical tabs style instead of the default one.
|
||||
if (isset($css['misc/vertical-tabs.css'])) {
|
||||
$css['misc/vertical-tabs.css']['data'] = drupal_get_path('theme', 'seven') . '/vertical-tabs.css';
|
||||
$css['misc/vertical-tabs.css']['type'] = 'file';
|
||||
}
|
||||
if (isset($css['misc/vertical-tabs-rtl.css'])) {
|
||||
$css['misc/vertical-tabs-rtl.css']['data'] = drupal_get_path('theme', 'seven') . '/vertical-tabs-rtl.css';
|
||||
$css['misc/vertical-tabs-rtl.css']['type'] = 'file';
|
||||
}
|
||||
// Use Seven's jQuery UI theme style instead of the default one.
|
||||
if (isset($css['misc/ui/jquery.ui.theme.css'])) {
|
||||
$css['misc/ui/jquery.ui.theme.css']['data'] = drupal_get_path('theme', 'seven') . '/jquery.ui.theme.css';
|
||||
$css['misc/ui/jquery.ui.theme.css']['type'] = 'file';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user