mlanthaler: Applied new style to links because the old one caused some ugly results.

(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41918 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2007-09-15 20:12:10 +00:00
parent 67ac1edf87
commit fadc266058
2 changed files with 21 additions and 15 deletions

View File

@ -95,7 +95,7 @@ body.stillLoading select {
#left.hidden form, #left.hidden .title, #left.hidden #TreeActions {
display: none;
}
#left.hidden {
width: 18px;
display: block;
@ -114,7 +114,7 @@ body.stillLoading select {
background-position: 0px 0px;
}
#rightbottom div.light {
@ -133,7 +133,7 @@ body.stillLoading select {
background-repeat:no-repeat;
padding-left : 20px;
border-top: 1px #77BBEE solid;
}
#left h2 {
@ -186,8 +186,8 @@ html>body #top #MainMenu li {
-moz-border-radius-topleft : 8px;
border : 1px solid #65686e;
border-bottom : none;
}
#top #MainMenu .current A:link,#top #MainMenu .current A:visited {
@ -206,7 +206,7 @@ html>body #top #MainMenu li {
#top #MainMenu #Menu-files { background-image: url(../images/mainmenu/files.gif); }
#top #MainMenu #Menu-comments { background-image: url(../images/mainmenu/comments.gif); }
#top #MainMenu #Menu-help { background-image: url(../images/mainmenu/help.gif);
#top #MainMenu #Menu-help { background-image: url(../images/mainmenu/help.gif);
float: right;
/*padding: 6px 28px 0 8px;
background-position: 100% 0;*/
@ -262,6 +262,15 @@ html>body #top #Logo {
#bottom #logInStatus {
float: right;
}
#bottom #logInStatus a {
color: #FFFFFF;
text-decoration: underline;
}
#bottom #logInStatus a:hover {
color: #CDC9C1;
text-decoration: underline;
}
#bottom #switchView {
float: left;
@ -358,7 +367,7 @@ div.spacer, li.spacer {
}
#right form#Form_EditorToolbarLinkForm,
#right form#Form_EditorToolbarLinkForm,
#right form#Form_EditorToolbarImageForm,
#right form#Form_EditorToolbarFlashForm {
background-color: #EEE;
@ -367,12 +376,12 @@ div.spacer, li.spacer {
margin: 1px 0 0 0;
padding: 5px;
height: 115px;
/*
/*
* HACK IE (all versions): container needs to be higher stacking order
* than any DOM-elemnt under it.
* than any DOM-elemnt under it.
* @see http://www.aplus.co.yu/lab/z-pos/
*/
z-index: 1001;
z-index: 1001;
}
#right form#Form_EditorToolbarImageForm {
@ -433,6 +442,3 @@ ul.tree li.Root span.Root span.c a {
background-image : url(../../cms/images/treeicons/root.png) !important;
}

View File

@ -30,11 +30,11 @@ h2 {
}
a {
color: #FFFFFF;
color: #162F42;
text-decoration: underline;
}
a:hover {
color: #CDC9C1;
color: #0074C6;
text-decoration: underline;
}
a img {