mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
3498e41b0a
Conflicts: _config.php code/AssetAdmin.php code/AssetTableField.php code/CMSBatchAction.php code/CMSBatchActionHandler.php code/CMSMain.php code/CMSSiteTreeFilter.php code/CommentAdmin.php code/CommentTableField.php code/GroupImportForm.php code/LeftAndMain.php code/MemberImportForm.php code/MemberTableField.php code/ModelAdmin.php code/PermissionRoleAdmin.php code/ReportAdmin.php code/SecurityAdmin.php code/SideReport.php code/reports/BrokenLinksReport.php code/sitefeatures/MathSpamProtection.php code/sitefeatures/PageComment.php code/sitefeatures/PageCommentInterface.php code/sitefeatures/SSAkismet.php css/cms_left.css css/cms_right.css css/layout.css css/silverstripe.tabs.css images/loading.gif javascript/AssetAdmin.js javascript/AssetTableField.js javascript/CMSMain_left.js javascript/CMSMain_right.js javascript/LangSelector.js javascript/LeftAndMain.Tree.js javascript/LeftAndMain.js javascript/LeftAndMain_right.js javascript/MemberImportForm.js javascript/MemberTableField.js javascript/ModelAdmin.js javascript/PageCommentInterface.js javascript/ReportAdmin_left.js javascript/ReportAdmin_right.js javascript/SecurityAdmin_right.js javascript/SideReports.js javascript/SideTabs.js javascript/SitetreeAccess.js javascript/TranslationTab.js javascript/WidgetAreaEditor.js javascript/lang/cs_CZ.js javascript/lang/en_US.js javascript/lang/sk_SK.js javascript/tinymce_ssbuttons/editor_plugin_src.js javascript/tinymce_ssmacron/editor_plugin_src.js lang/en_US.php templates/Includes/AssetAdmin_left.ss templates/Includes/AssetTableField.ss templates/Includes/CMSMain_left.ss templates/Includes/CommentTableField.ss templates/Includes/ModelAdmin_left.ss templates/Includes/SecurityAdmin_left.ss templates/PageCommentInterface.ss templates/PageCommentInterface_singlecomment.ss templates/ReportAdminForm.ss tests/CMSMainTest.php tests/CMSMainTest.yml tests/LeftAndMainTest.php tests/MemberTableFieldTest.php tests/MemberTableFieldTest.yml thirdparty/multifile/multifile.js
173 lines
2.8 KiB
CSS
173 lines
2.8 KiB
CSS
.clear{
|
|
display: block;
|
|
clear: both;
|
|
}
|
|
|
|
body.ModelAdmin .ui-layout-west {
|
|
width: 280px;
|
|
}
|
|
|
|
body.ModelAdmin #Form_AddForm fieldset {
|
|
border: none;
|
|
}
|
|
|
|
body.ModelAdmin #Form_AddForm #ClassName {
|
|
margin: 0;
|
|
padding: auto;
|
|
width: auto;
|
|
}
|
|
|
|
body.ModelAdmin #Form_AddForm #ClassName label {
|
|
display: none;
|
|
}
|
|
|
|
body.ModelAdmin #SearchForm_holder,
|
|
body.ModelAdmin #AddForm_holder {
|
|
padding: 1em;
|
|
}
|
|
|
|
body.ModelAdmin #SearchForm_holder {
|
|
overflow: auto;
|
|
margin-bottom:1em;
|
|
}
|
|
|
|
body.ModelAdmin #ModelClassSelector {
|
|
border-bottom: 1px #AAA solid;
|
|
padding-bottom: 0.5em;
|
|
}
|
|
|
|
|
|
body.ModelAdmin #SearchForm_holder div.ResultAssemblyBlock{
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
body.ModelAdmin #SearchForm_holder form div.field.hidden{
|
|
display: none;
|
|
}
|
|
|
|
body.ModelAdmin #SearchForm_holder form div#ResultAssembly{
|
|
margin: 0;
|
|
display: block;
|
|
clear: both;
|
|
}
|
|
body.ModelAdmin #SearchForm_holder form div#ResultAssembly label{
|
|
width: auto;
|
|
clear: both;
|
|
margin: 0px;
|
|
}
|
|
|
|
body.ModelAdmin #SearchForm_holder form div#ResultAssembly ul.optionset li{
|
|
float: left;
|
|
width: 45%;
|
|
}
|
|
|
|
body.ModelAdmin .resultsTable {
|
|
overflow:auto;
|
|
}
|
|
body.ModelAdmin .resultsTable tbody td {
|
|
cursor: pointer;
|
|
}
|
|
|
|
body.ModelAdmin #right{
|
|
overflow:hidden !important;
|
|
|
|
}
|
|
|
|
body.ModelAdmin #right table.results {
|
|
margin:6px;
|
|
padding:0;
|
|
border-spacing:0 2px;
|
|
}
|
|
|
|
body.ModelAdmin #right table.results td {
|
|
font-size:12px;
|
|
font-weight:bold;
|
|
background-color:#fff;
|
|
padding:2px;
|
|
}
|
|
|
|
body.ModelAdmin #right table.results td.over {
|
|
background-color:#bbb;
|
|
cursor:pointer;
|
|
}
|
|
|
|
body.ModelAdmin #right table.results td.active {
|
|
background-color:#555;
|
|
color:#fff;
|
|
}
|
|
|
|
body.ModelAdmin #right .tab {
|
|
overflow: auto;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
body.ModelAdmin #Form_ImportForm dt {
|
|
float: left;
|
|
width: 10em;
|
|
margin-right: 2em;
|
|
}
|
|
|
|
body.ModelAdmin #statusMessage {
|
|
position: fixed !important;
|
|
position: absolute;
|
|
left: auto !important;
|
|
bottom: 35px !important;
|
|
}
|
|
|
|
/* Form */
|
|
|
|
body.ModelAdmin .ui-layout-west form {
|
|
border-bottom: 2px solid #ddd;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
body.ModelAdmin .ui-layout-west #Form_ImportForm {
|
|
border-bottom: none;
|
|
}
|
|
|
|
body.ModelAdmin .ui-layout-west form .Actions {
|
|
margin: 5px 0;
|
|
}
|
|
|
|
body.ModelAdmin #right .Actions {
|
|
position:absolute;
|
|
bottom:4px;
|
|
}
|
|
|
|
body.ModelAdmin #right .ajaxActions {
|
|
position:absolute;
|
|
bottom:4px;
|
|
height: 30px;
|
|
}
|
|
|
|
body.ModelAdmin .ui-layout-west .tab {
|
|
padding: 7px;
|
|
}
|
|
|
|
body.ModelAdmin .tab h3 {
|
|
margin: 10px 0 5px 0;
|
|
font-size: 12px;
|
|
}
|
|
|
|
form .message {
|
|
font-size: 10px;
|
|
margin: .3em 0;
|
|
padding: 0.3em;
|
|
}
|
|
|
|
body.ModelAdmin .historyNav {
|
|
background: #aaa;
|
|
padding: 0 10px;
|
|
overflow: auto;
|
|
}
|
|
body.ModelAdmin .historyNav a {
|
|
display: block;
|
|
color: white;
|
|
margin: 3px 0;
|
|
}
|
|
body.ModelAdmin .historyNav a.back {
|
|
float: left;
|
|
}
|
|
body.ModelAdmin .historyNav a.forward {
|
|
float: right;
|
|
} |