mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 02:10:02 +09:00
Wii Buttons 배경 이미지 변경 및 input과 a의 글자 위치 다른 부분 변경
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1870 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
87d1bcf3fa
commit
88e85d3262
3 changed files with 6 additions and 1 deletions
|
|
@ -97,9 +97,14 @@ del.button span {
|
|||
background-position:100% -123px;
|
||||
}
|
||||
|
||||
a.button span {
|
||||
_padding-top:7px;
|
||||
}
|
||||
*:first-child+html a.button span { padding-top:7px; }
|
||||
|
||||
span.button button, span.button input {
|
||||
padding-top:0px;
|
||||
padding-bottom:3px;
|
||||
line-height:2.5;/*Opera need this*/
|
||||
}
|
||||
|
||||
|
|
@ -117,7 +122,7 @@ a.button:hover, span.button:hover, a.button:focus, a.dom-button-focus, span.butt
|
|||
text-decoration:none;
|
||||
}
|
||||
|
||||
a.button:hover span, span.button:hover button, a.button:focus span, span.button-behavior-hover button, span.button-behavior-hover input {
|
||||
a.button:hover span, span.button:hover input, span.button:hover button, a.button:focus span, span.button-behavior-hover button, span.button-behavior-hover input {
|
||||
background-position:100% -63px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue