Skip to content
Snippets Groups Projects
Commit 697cd3e4 authored by Chris Gross's avatar Chris Gross
Browse files

daily build 2

parent 404b9426
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,9 @@
* Implements hook_ctools_plugin_api().
*/
function ocio_user_config_ctools_plugin_api($module = NULL, $api = NULL) {
if ($module == "ds" && $api == "ds") {
return array("version" => "1");
}
if ($module == "strongarm" && $api == "strongarm") {
return array("version" => "1");
}
......
......@@ -6,11 +6,14 @@ version = 7.x-1.0
project = ocio_user_config
dependencies[] = administerusersbyrole
dependencies[] = ctools
dependencies[] = ds
dependencies[] = features
dependencies[] = role_delegation
dependencies[] = strongarm
dependencies[] = user
features[ctools][] = ds:ds:1
features[ctools][] = strongarm:strongarm:1
features[ds_layout_settings][] = user|user|default
features[features_api][] = api:2
features[user_permission][] = access user profiles
features[user_permission][] = access users overview
......
......@@ -1555,7 +1555,7 @@ h2.pane-title {
padding: 0;
}
.tiles-header-panel {
.tiles-header-panel .panel-pane {
margin-top: 0;
margin-bottom: 2.5em;
}
......@@ -3073,6 +3073,10 @@ a#skip:active:hover, a#skip:focus:hover {
background-image: url(../images/osu-navbar/dk-gray/osu_name@2x.png);
}
}
.l-region--pre-footer img {
display: block;
}
.front .view-featured-slideshow {
margin-bottom: 1em;
}
......
......@@ -1568,7 +1568,7 @@ h2.pane-title {
padding: 0;
}
.tiles-header-panel {
.tiles-header-panel .panel-pane {
margin-top: 0;
margin-bottom: 2.5em;
}
......@@ -3117,6 +3117,10 @@ a#skip:active:hover, a#skip:focus:hover {
background-image: url(../images/osu-navbar/dk-gray/osu_name@2x.png);
}
}
.l-region--pre-footer img {
display: block;
}
.front .view-featured-slideshow {
margin-bottom: 1em;
}
......
......@@ -73,7 +73,7 @@ h2.pane-title {
}
//all layouts with tiles header panels
.tiles-header-panel {
.tiles-header-panel .panel-pane {
margin-top: 0;
margin-bottom: 2.5em;
}
.l-region--pre-footer img {
display: block;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment