mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 13:49:56 +09:00
Show update btn for a layout/menu/skin that's been already installed but a newer version is available.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12072 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
819b53c4ce
commit
76b239de47
2 changed files with 23 additions and 4 deletions
|
|
@ -92,9 +92,15 @@ body>.x{max-width:none !important}
|
|||
.download a.x_icon-download-alt:hover,
|
||||
.download a.x_icon-download-alt:focus{background-color:#333}
|
||||
.download p>i{font-style:normal;color:#ccc}
|
||||
|
||||
.download .item.installed ._install{display:none}
|
||||
.download .item ._already_installed{display:none}
|
||||
.download .item.installed ._already_installed{display:block}
|
||||
|
||||
.download .item.installed.up_to_date ._need_to_update{display:none}
|
||||
.download .item.installed ._already_up_to_date{display:none}
|
||||
.download .item.installed.up_to_date ._already_up_to_date{display:block}
|
||||
|
||||
/* Theme(layout|skin) */
|
||||
.theme img{width:110px;border:1px solid #ddd}
|
||||
.theme label{margin:0;padding:8px 0;position:relative;border-bottom:1px solid #ddd}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue