Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 * IE6 / 7 에 network 메뉴를 대응시킴.
  • Loading branch information
inureyes committed May 29, 2008
1 parent 176d2e8 commit f74d6c7
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 2 deletions.
36 changes: 34 additions & 2 deletions style/admin/whitedream/network.css
Original file line number Diff line number Diff line change
Expand Up @@ -310,14 +310,16 @@ dl dd
}

/* Team Blog **********************************************************************************/
.part .button-box
#part-setting-account .button-box,
#part-setting-invite .button-box
{
clear : both;
text-align : left !important;
margin-top : 10px;
}

.part .button-box .input-button
#part-setting-account .button-box .input-button,
#part-setting-invite.button-box .input-button
{
background-color : #FFFFFF;
background-image : none !important;
Expand Down Expand Up @@ -459,3 +461,33 @@ dl dd
width : auto;
}

/* simple help footer ****************************************************************************/

#data-description dl.modify-description
{
background-image : url("./image/icon_modify.gif");
background-color : transparent;
background-position : 4px 4px;
height : 11px;
margin : 0 auto;
background-repeat : no-repeat;
}

#data-description dl.ban-description
{
background-image : url("./image/icon_block_off.gif");
background-color : transparent;
background-position : 8px 2px;
margin : 0 3px 0 0;
background-repeat : no-repeat;
}

#data-description dl.trash-description
{
background-image : url("./image/icon_delete_single.gif");
background-color : transparent;
background-position : 4px 4px;
height : 11px;
margin : 0 auto;
background-repeat : no-repeat;
}
16 changes: 16 additions & 0 deletions style/admin/whitedream/network.ie.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,19 @@
padding : 0 !important;
}

/* simple help footer ****************************************************************************/

#data-description dl.modify-description
{
background-position : center left;
height : 11px;
margin : 0 auto;
}

#data-description dl.trash-description
{
background-position : center left;
height : 11px;
margin : 0 auto;
}

12 changes: 12 additions & 0 deletions style/admin/whitedream/network.ie7.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,15 @@
height : 2.4em;
line-height : 2.4em;
}

/* simple help footer ****************************************************************************/

#data-description dl.modify-description
{
background-position : 4px 9px;
}

#data-description dl.trash-description
{
background-position : 4px 9px;
}

0 comments on commit f74d6c7

Please sign in to comment.