Skip to content

Commit

Permalink
Some additional cleanup to slingbar.css and removal of redundant admi…
Browse files Browse the repository at this point in the history
…nistrationcontroller icons
  • Loading branch information
dleffler committed Jun 10, 2011
1 parent ec8216d commit 7829280
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions framework/modules/administration/assets/css/slingbar.css
Expand Up @@ -25,7 +25,6 @@
margin:0;
}


#admintoolbar td.tl,
#admintoolbar td.tc,
#admintoolbar td.tr {
Expand Down Expand Up @@ -82,9 +81,6 @@
background : url(../images/admintoolbar/rtbs.png) 100% 100%;
}




#admintoolbar td.bc {
background : url(../images/admintoolbar/tbshad.png) 0 100%;
}
Expand All @@ -98,8 +94,6 @@
background:#dedede;
}



/**************** icon styles for slingbar ***********************/

/* menubar icons */
Expand Down Expand Up @@ -151,7 +145,7 @@
background:url(../images/admintoolbar/logout.png) no-repeat 3px 50%;
}
#admintoolbar li.password a.yuimenuitemlabel {
background:url(../images/admintoolbar/lock.png) no-repeat 3px 50%;
background:url(../../../../core/assets/images/lock.png) no-repeat 3px 50%;
}
#admintoolbar li.preview_on a.yuimenuitemlabel {
background:url(../../../../core/assets/images/toggle_on.png) no-repeat 5px 50%;
Expand All @@ -160,7 +154,6 @@
background:url(../../../../core/assets/images/toggle_off.png) no-repeat 5px 50%;
}


#admintoolbar li.config a.yuimenuitemlabel {
background:url(../images/admintoolbar/config.png) no-repeat 5px 50%;
}
Expand Down Expand Up @@ -205,8 +198,6 @@

/**************** menu styles ***********************/



#admintoolbar .yuimenubar {
border:0;
}
Expand Down Expand Up @@ -534,4 +525,4 @@ admintoolbar .yuimenu
#admintoolbar .yuimenuitem-checked-disabled
{
background-image: url(../images/admintoolbar/menuitem_checkbox_disabled.png);
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 7829280

Please sign in to comment.