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:
Sean Harvey 2007-11-05 20:38:25 +00:00
parent 5d72598c90
commit e387a5083e
3 changed files with 16 additions and 74 deletions

View File

@ -22,18 +22,10 @@ form div.field {
form .inlineformaction, form .inlineformaction,
form .inlineformaction_readonly, form .inlineformaction_readonly,
form .action, form .action,
form .action_readonly form .action_readonly {
{
display: none !important; display: none !important;
} }
/*.pageStatusMessage {
position: absolute;
right: 2em;
top: 2em;
border: 1px #777 solid;
}*/
.TableListField table.data th { .TableListField table.data th {
background: #eee; background: #eee;
} }

View File

@ -1,16 +1,11 @@
#TreeActions { #TreeActions {
background: #eee; background: #eee;
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
padding: 0;
margin: 0;
/* height: 23px; */
float: left; float: left;
width: 100%; width: 100%;
} }
#TreeActions li { #TreeActions li {
float: left; float: left;
list-style: none;
list-style-type: none;
} }
#TreeActions li button { #TreeActions li button {
cursor: pointer; cursor: pointer;
@ -19,7 +14,6 @@
color: #333; color: #333;
overflow: visible; overflow: visible;
width: auto; width: auto;
padding: 0;
margin: 1px; margin: 1px;
border-color: #ccc rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204); border-color: #ccc rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204);
border-style: double; border-style: double;
@ -39,14 +33,12 @@
} }
#left form.actionparams { #left form.actionparams {
background-color: #CCC; background: #ccc;
border-bottom: 1px #EEE solid; border-bottom: 1px solid #eee;
margin: 0;
padding: 0.5em; padding: 0.5em;
} }
#left form.actionparams select { #left form.actionparams select {
width: 75%; width: 75%;
margin: 0;
} }
#PageType, #PageType,
#ReportSelector_holder select { #ReportSelector_holder select {
@ -56,7 +48,6 @@
} }
#left form.actionparms input.action { #left form.actionparms input.action {
width: 5%; width: 5%;
margin: 0;
} }
#deletepage_options p { #deletepage_options p {
@ -69,21 +60,16 @@
* Selection Groups * Selection Groups
*/ */
#left .SelectionGroup { #left .SelectionGroup {
padding: 0;
margin: 0;
display: block; display: block;
} }
#left .SelectionGroup li { #left .SelectionGroup li {
list-style-type: none; list-style-type: none;
clear: left; clear: left;
padding: 0;
margin: 0;
border: 1px solid #ccc; border: 1px solid #ccc;
} }
#left .SelectionGroup li input { #left .SelectionGroup li input {
width: 20px; width: 20px;
float: left; float: left;
margin: 0;
} }
#left .SelectionGroup li div.field { #left .SelectionGroup li div.field {
display: none; display: none;
@ -91,7 +77,6 @@
} }
#left .SelectionGroup li label { #left .SelectionGroup li label {
margin: 0 0 0 2px; margin: 0 0 0 2px;
padding: 0;
display: block; display: block;
height: 1.2em; height: 1.2em;
width: auto; width: auto;
@ -135,18 +120,6 @@ ul.tree span.a.current {
/*position: relative;*/ /*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 { ul.tree span.a.loading span.b span.c a {
background-image: url(../images/network-save.gif) !important; background-image: url(../images/network-save.gif) !important;
margin-left: -3px; margin-left: -3px;

View File

@ -1,9 +1,13 @@
/** /**
* General * General
*/ */
#right p { #right p,
#right .optionset {
margin: 7px 0; margin: 7px 0;
} }
#right .optionset li {
margin: 4px 0;
}
/** /**
* Forms * Forms
@ -77,7 +81,6 @@
border: 1px solid #a7a7a7; border: 1px solid #a7a7a7;
padding: 3px; padding: 3px;
width: 99%; width: 99%;
/*outline: 3px solid #e9e9e9;*/
} }
.right form textarea.htmleditor { .right form textarea.htmleditor {
display: none; display: none;
@ -131,10 +134,8 @@
*/ */
.ajaxActions { .ajaxActions {
position: absolute; position: absolute;
bottom: 3px; bottom: 5px;
right: 15px; right: 15px;
padding: 0;
margin: 0;
text-align: right; text-align: right;
} }
@ -165,7 +166,6 @@ div.Actions input {
#deletemarked input.action, #deletemarked input.action,
.actions input { .actions input {
float: none; float: none;
padding: 0;
} }
#UnusedThumbnails { #UnusedThumbnails {
display: block; display: block;
@ -209,14 +209,12 @@ input.loading {
border-top: none; border-top: none;
position: relative; position: relative;
top: 0; top: 0;
margin: 0;
padding: 10px; padding: 10px;
} }
.right form div.tabset { .right form div.tabset {
border: 1px solid #fff; /* Hack for FF1.5/Win Float-Bug */ border: 1px solid #fff; /* Hack for FF1.5/Win Float-Bug */
clear: left; clear: left;
margin: 0;
} }
/** /**
@ -262,9 +260,6 @@ input.loading {
#rightbottom form input.action { #rightbottom form input.action {
width: auto; width: auto;
} }
#rightbottom form ul.optionset {
padding: 0;
}
#rightbottom form .optionset li { #rightbottom form .optionset li {
list-style: none; list-style: none;
} }
@ -289,7 +284,6 @@ input.loading {
right: 11px; right: 11px;
width: 300px; width: 300px;
z-index: 200; z-index: 200;
margin: 0;
padding: 10px; padding: 10px;
} }
@ -350,18 +344,13 @@ input.loading {
*/ */
.autocomplete { .autocomplete {
background: #eee; background: #eee;
margin: 0;
padding: 0;
} }
.autocomplete ul { .autocomplete ul {
border: 1px solid #aaa; border: 1px solid #aaa;
margin: 0;
padding: 0;
} }
.autocomplete li { .autocomplete li {
list-style-type: none; list-style-type: none;
cursor: pointer; cursor: pointer;
margin: 0;
font-size: 12px; font-size: 12px;
padding: 3px; padding: 3px;
white-space: nowrap; white-space: nowrap;
@ -379,8 +368,8 @@ input.loading {
#statusMessage { #statusMessage {
position: absolute; position: absolute;
z-index: 500; z-index: 500;
bottom: 3px; bottom: 4px;
left: 3px; left: 10px;
text-align: left; text-align: left;
padding: 2px 20px 2px 20px; padding: 2px 20px 2px 20px;
font-size: 14px; font-size: 14px;
@ -388,7 +377,7 @@ input.loading {
color: #660; color: #660;
background: #f4f3eb; background: #f4f3eb;
border: 1px solid #a9a67d; border: 1px solid #a9a67d;
margin: 0 2px 1px 7px; margin: 0 !important;
line-height: 1.5; line-height: 1.5;
} }
#statusMessage.good { #statusMessage.good {
@ -412,11 +401,10 @@ input.loading {
div.MemberListFilter, div.MemberListFilter,
div.MemberFilter, div.MemberFilter,
div.CommentFilter { div.CommentFilter {
/*float: right;*/
width: 35em; width: 35em;
margin: 5px 0; margin: 5px 0;
padding: 5px; padding: 5px;
background-color : #ebeadb; background: #ebeadb;
border: 1px solid #aca899; border: 1px solid #aca899;
} }
div.MemberListFilter span.middleColumn, div.MemberListFilter span.middleColumn,
@ -431,8 +419,10 @@ div.CommentFilter {
display: block; display: block;
width: 5em; width: 5em;
float: left; float: left;
margin-left: 0em; margin-left: 0;
line-height: 2.3; line-height: 2.3;
font-weight: bold;
font-size: 12px;
} }
div.MemberListFilter div.field, div.MemberListFilter div.field,
@ -497,16 +487,3 @@ div.originallang_holder.field.CompositeField.nolabel {
.nonTranslating { .nonTranslating {
display: none; display: none;
} }
/* Access tab styling */
#Viewers,
#Editors {
margin: 0;
}
#Viewers .middleColumn,
#Editors .middleColumn {
display: block;
background: none;
padding: 0;
}