mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 07:12:15 +09:00
Minor design update. '.message style was changed.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11158 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
01d6407973
commit
2b09f7cd26
2 changed files with 3 additions and 5 deletions
|
|
@ -36,14 +36,12 @@ button[type=button].text{border:0;overflow:visible;padding:0;margin:0 4px 0 0;co
|
|||
#popup_menu_area a:avtive,
|
||||
#popup_menu_area a:focus{text-decoration:underline}
|
||||
/* Message */
|
||||
.message{position:relative;border:1px solid #ddd;background-color:#f8f8f8;margin:1em 0;padding:0 3em 0 1em;border-radius:4px;line-height:1.4;font-size:12px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5)}
|
||||
.message{position:relative;border:1px solid #ddd;background-color:#f8f8f8;margin:1em 0;padding:0 1em;border-radius:4px;line-height:1.4;font-size:12px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5)}
|
||||
body>.message{margin:1em}
|
||||
.message p{margin:1em 0 !important}
|
||||
.message.info{border-color:#BCE8F1;background-color:#D9EDF7;color:#3A87AD}
|
||||
.message.error{border-color:#EED3D7;background-color:#F2DEDE;color:#B94A48}
|
||||
.message.update{border-color:#D6E9C6;background-color:#DFF0D8;color:#468847}
|
||||
.message>.close{border:0;background:none;cursor:pointer;width:20px;height:20px;margin:0;padding:0;position:absolute;top:10px;right:8px;font:bold 20px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;opacity:0.2;filter:alpha(opacity=20)}
|
||||
.message>.close:hover,
|
||||
.message>.close:focus{opacity:0.5;filter:alpha(opacity=50)}
|
||||
/* Waiting for server response */
|
||||
.wfsr{display:none;position:absolute;position:fixed;left:0;top:0;z-index:100;border:1px solid #EAE9DC;background:#FFFDEF url(../../common/img/msg.loading.gif) no-repeat 1em .5em;margin:1em;padding:1em 1em 1em 55px;border-radius:5px;line-height:1.4;font-size:12px;font-weight:bold}
|
||||
/* Waiting for server response - Modal Window */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue