Ticket #1494 - Fixes to tabstrip images, and tweaks to CSS tehre and there

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44152 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2007-11-02 02:03:18 +00:00
parent 0b0eadaf1d
commit 3d6057d533
3 changed files with 24 additions and 12 deletions

View File

@ -25,6 +25,8 @@
#TreeActions li {
float: left;
list-style: none;
list-style-type: none;
}
#TreeActions li button {
@ -35,12 +37,12 @@
color: #333333;
overflow: visible;
width: auto;
padding: 0;
padding: 0 2px;
margin: 0 2px;
border-color: #CCCCCC rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204);
border-style: double;
font-weight: bold;
font-size: 11px;
margin: 0 3px;
}
#TreeActions li button:active {

View File

@ -7,7 +7,8 @@
}
.right form .field {
margin: 3px !important;
/*margin: 3px !important;*/
margin: 0;
}
.right form .text,
.right form .field span.readonly {
@ -19,7 +20,8 @@
.right form .field span.middleColumn {
display: block;
background: #e9e9e9;
padding: 2px;
padding: 3px;
width: 97%;
}
.right form .checkbox input,
@ -38,15 +40,20 @@
}
.right form textarea,
.right form input,
.right form input.text,
.right form textarea.htmleditor {
border: 1px solid #a7a7a7;
padding: 3px;
width: 96%;
width: 99%;
/*outline: 3px solid #e9e9e9;*/
}
.right form textarea.htmleditor {
display: none;
}
.right form .mceEditor {
width: 100%;
border: 1px solid #a7a7a7;
}
.right form input.checkbox,
.right form .optionset input,
@ -94,7 +101,8 @@
#CommentFilterButton,
.actions input,
#deletemarked input.action,
#UnusedThumbnails a {
#UnusedThumbnails a,
div.Actions input {
cursor: pointer;
float: left;
height: 25px;
@ -132,7 +140,8 @@
border-color: #999999 rgb(204, 204, 204) rgb(204, 204, 204) rgb(153, 153, 153);
}
.ajaxActions input:hover {
.ajaxActions input:hover,
div.Actions input {
background: #fff;
}
@ -154,6 +163,7 @@ input.loading {
* Tabs
*/
.right form div.tab {
background: #fff;
clear: left;
overflow: auto;
border: 1px solid #aaa;
@ -374,7 +384,7 @@ div.MemberListFilter,
div.MemberFilter,
div.CommentFilter {
/*float: right;*/
width: 30em;
width: 35em;
margin: 5px 0;
padding: 5px;
background-color : #ebeadb;

View File

@ -63,7 +63,7 @@ body.stillLoading select {
overflow: auto;
z-index: 50;
border: 1px #acbbcc solid;
background-color: white;
background-color: #eee;
margin-right : 3px;
}
@ -304,8 +304,8 @@ div.spacer, li.spacer {
/** RIGHT PANEL **/
.mceToolbarExternal {
background-color: #EEE;
border-bottom: 1px #CCC solid;
background-color: #eee;
/*border-bottom: 1px #CCC solid;*/
/*position: absolute;
top: 23px;
left: 0;*/