mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Ticket #1498 - CSS cleanup after reset
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44275 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
5d72598c90
commit
e387a5083e
@ -22,18 +22,10 @@ form div.field {
|
||||
form .inlineformaction,
|
||||
form .inlineformaction_readonly,
|
||||
form .action,
|
||||
form .action_readonly
|
||||
{
|
||||
form .action_readonly {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/*.pageStatusMessage {
|
||||
position: absolute;
|
||||
right: 2em;
|
||||
top: 2em;
|
||||
border: 1px #777 solid;
|
||||
}*/
|
||||
|
||||
.TableListField table.data th {
|
||||
background: #eee;
|
||||
}
|
||||
|
@ -1,16 +1,11 @@
|
||||
#TreeActions {
|
||||
background: #eee;
|
||||
border-bottom: 1px solid #ccc;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
/* height: 23px; */
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
#TreeActions li {
|
||||
float: left;
|
||||
list-style: none;
|
||||
list-style-type: none;
|
||||
}
|
||||
#TreeActions li button {
|
||||
cursor: pointer;
|
||||
@ -19,7 +14,6 @@
|
||||
color: #333;
|
||||
overflow: visible;
|
||||
width: auto;
|
||||
padding: 0;
|
||||
margin: 1px;
|
||||
border-color: #ccc rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204);
|
||||
border-style: double;
|
||||
@ -39,14 +33,12 @@
|
||||
}
|
||||
|
||||
#left form.actionparams {
|
||||
background-color: #CCC;
|
||||
border-bottom: 1px #EEE solid;
|
||||
margin: 0;
|
||||
background: #ccc;
|
||||
border-bottom: 1px solid #eee;
|
||||
padding: 0.5em;
|
||||
}
|
||||
#left form.actionparams select {
|
||||
width: 75%;
|
||||
margin: 0;
|
||||
}
|
||||
#PageType,
|
||||
#ReportSelector_holder select {
|
||||
@ -56,7 +48,6 @@
|
||||
}
|
||||
#left form.actionparms input.action {
|
||||
width: 5%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#deletepage_options p {
|
||||
@ -69,21 +60,16 @@
|
||||
* Selection Groups
|
||||
*/
|
||||
#left .SelectionGroup {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
display: block;
|
||||
}
|
||||
#left .SelectionGroup li {
|
||||
list-style-type: none;
|
||||
clear: left;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
#left .SelectionGroup li input {
|
||||
width: 20px;
|
||||
float: left;
|
||||
margin: 0;
|
||||
}
|
||||
#left .SelectionGroup li div.field {
|
||||
display: none;
|
||||
@ -91,7 +77,6 @@
|
||||
}
|
||||
#left .SelectionGroup li label {
|
||||
margin: 0 0 0 2px;
|
||||
padding: 0;
|
||||
display: block;
|
||||
height: 1.2em;
|
||||
width: auto;
|
||||
@ -135,18 +120,6 @@ ul.tree span.a.current {
|
||||
/*position: relative;*/
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
ul.tree span.a.current span#currentNodeActions {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
background-color: white;
|
||||
padding: 0 3px;
|
||||
}
|
||||
*/
|
||||
|
||||
ul.tree span.a.loading span.b span.c a {
|
||||
background-image: url(../images/network-save.gif) !important;
|
||||
margin-left: -3px;
|
||||
|
@ -1,9 +1,13 @@
|
||||
/**
|
||||
* General
|
||||
*/
|
||||
#right p {
|
||||
#right p,
|
||||
#right .optionset {
|
||||
margin: 7px 0;
|
||||
}
|
||||
#right .optionset li {
|
||||
margin: 4px 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Forms
|
||||
@ -77,7 +81,6 @@
|
||||
border: 1px solid #a7a7a7;
|
||||
padding: 3px;
|
||||
width: 99%;
|
||||
/*outline: 3px solid #e9e9e9;*/
|
||||
}
|
||||
.right form textarea.htmleditor {
|
||||
display: none;
|
||||
@ -131,10 +134,8 @@
|
||||
*/
|
||||
.ajaxActions {
|
||||
position: absolute;
|
||||
bottom: 3px;
|
||||
bottom: 5px;
|
||||
right: 15px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
@ -165,7 +166,6 @@ div.Actions input {
|
||||
#deletemarked input.action,
|
||||
.actions input {
|
||||
float: none;
|
||||
padding: 0;
|
||||
}
|
||||
#UnusedThumbnails {
|
||||
display: block;
|
||||
@ -209,14 +209,12 @@ input.loading {
|
||||
border-top: none;
|
||||
position: relative;
|
||||
top: 0;
|
||||
margin: 0;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.right form div.tabset {
|
||||
border: 1px solid #fff; /* Hack for FF1.5/Win Float-Bug */
|
||||
clear: left;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
@ -262,9 +260,6 @@ input.loading {
|
||||
#rightbottom form input.action {
|
||||
width: auto;
|
||||
}
|
||||
#rightbottom form ul.optionset {
|
||||
padding: 0;
|
||||
}
|
||||
#rightbottom form .optionset li {
|
||||
list-style: none;
|
||||
}
|
||||
@ -289,7 +284,6 @@ input.loading {
|
||||
right: 11px;
|
||||
width: 300px;
|
||||
z-index: 200;
|
||||
margin: 0;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
@ -350,18 +344,13 @@ input.loading {
|
||||
*/
|
||||
.autocomplete {
|
||||
background: #eee;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.autocomplete ul {
|
||||
border: 1px solid #aaa;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.autocomplete li {
|
||||
list-style-type: none;
|
||||
cursor: pointer;
|
||||
margin: 0;
|
||||
font-size: 12px;
|
||||
padding: 3px;
|
||||
white-space: nowrap;
|
||||
@ -379,8 +368,8 @@ input.loading {
|
||||
#statusMessage {
|
||||
position: absolute;
|
||||
z-index: 500;
|
||||
bottom: 3px;
|
||||
left: 3px;
|
||||
bottom: 4px;
|
||||
left: 10px;
|
||||
text-align: left;
|
||||
padding: 2px 20px 2px 20px;
|
||||
font-size: 14px;
|
||||
@ -388,7 +377,7 @@ input.loading {
|
||||
color: #660;
|
||||
background: #f4f3eb;
|
||||
border: 1px solid #a9a67d;
|
||||
margin: 0 2px 1px 7px;
|
||||
margin: 0 !important;
|
||||
line-height: 1.5;
|
||||
}
|
||||
#statusMessage.good {
|
||||
@ -412,11 +401,10 @@ input.loading {
|
||||
div.MemberListFilter,
|
||||
div.MemberFilter,
|
||||
div.CommentFilter {
|
||||
/*float: right;*/
|
||||
width: 35em;
|
||||
margin: 5px 0;
|
||||
padding: 5px;
|
||||
background-color : #ebeadb;
|
||||
background: #ebeadb;
|
||||
border: 1px solid #aca899;
|
||||
}
|
||||
div.MemberListFilter span.middleColumn,
|
||||
@ -431,8 +419,10 @@ div.CommentFilter {
|
||||
display: block;
|
||||
width: 5em;
|
||||
float: left;
|
||||
margin-left: 0em;
|
||||
margin-left: 0;
|
||||
line-height: 2.3;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
div.MemberListFilter div.field,
|
||||
@ -497,16 +487,3 @@ div.originallang_holder.field.CompositeField.nolabel {
|
||||
.nonTranslating {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Access tab styling */
|
||||
#Viewers,
|
||||
#Editors {
|
||||
margin: 0;
|
||||
}
|
||||
#Viewers .middleColumn,
|
||||
#Editors .middleColumn {
|
||||
display: block;
|
||||
background: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user