application.css |
plugins/layouts/ResponsiveLayoutDesigner/assets/css/application.css |
|
/* @group This styling needs to be removed eventually. It's presentation and it doesn't belong here. */
.rld-steps a {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* @end */
.clearfix::after {
clear: both;
… |
grid.css |
plugins/layouts/ResponsiveLayoutDesigner/assets/css/grid.css |
|
/* Generic column setup */
.rld-col {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
float:left;
}
/* 1. 3 Column Grid 0px - 349px… |
layout.admin.regions.inc |
layout.admin.regions.inc |
|
Responsive layout builder tool administration interface for regions. |
layout.info |
layout.info |
|
name = Panels responsive layouts
description = Responsive layout editor for panels.
core = 7.x
dependencies[] = panels
dependencies[] = gridbuilder
dependencies[] = json2
dependencies[] = jquery_update |
layout.install |
layout.install |
|
Installation and uninstallation routines for responsive layouts. |
layout.module |
layout.module |
|
Responsive layout builder tool for Panels. |
layout_breakpoint.inc |
plugins/export_ui/layout_breakpoint.inc |
|
|
layout_region.inc |
plugins/export_ui/layout_region.inc |
|
|
MIT-LICENSE.txt |
plugins/layouts/ResponsiveLayoutDesigner/assets/js/plugins/breakup/MIT-LICENSE.txt |
|
Copyright (c) 2012 Jesse Renee Beach
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including… |
responsive-admin.css |
plugins/layouts/responsive-admin.css |
|
/* @group Panels integration */
.form-item-admin-description,
.form-item-category,
#panels-live-preview,
#ctools-export-ui-edit-item-form h2,
.form-item-layout-settings-layout-responsive-regions {
display: none;
}
.rld-inner p {
margin: 0;
}
/*… |
responsive.css |
plugins/layouts/responsive.css |
|
|
responsive.inc |
plugins/layouts/responsive.inc |
|
|