mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
Installation UI bug fix.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12591 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
08920ced60
commit
d280100461
10 changed files with 67 additions and 57 deletions
|
|
@ -2,17 +2,17 @@
|
|||
/* NHN (developers@xpressengine.com) */
|
||||
/* Element Reset */
|
||||
html, body{margin:0;min-height:100%}
|
||||
body, input, textarea, select, table, button, label{font-family:Tahoma, Geneva, sans-serif;font-size:12px}
|
||||
body, .x input, .x textarea, .x select, .x table, .x button, .x label{font-family:Tahoma, Geneva, sans-serif;font-size:12px}
|
||||
body{background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#fff));background:-moz-linear-gradient(top, #ccc, #fff);background:-o-linear-gradient(top, #ccc, #fff)}
|
||||
img, fieldset{border:0}
|
||||
form, fieldset{margin:0;padding:0}
|
||||
em{color:#ffc;font-weight:normal;font-style:normal}
|
||||
strong{color:#f60}
|
||||
button{margin:0;padding:0;overflow:visible;cursor:pointer}
|
||||
a{text-decoration:none}
|
||||
a:hover,
|
||||
a:active,
|
||||
a:focus{text-decoration:underline}
|
||||
.x em{color:#ffc;font-weight:normal;font-style:normal}
|
||||
.x strong{color:#f60}
|
||||
.x button{margin:0;padding:0;overflow:visible;cursor:pointer}
|
||||
.x a{text-decoration:none}
|
||||
.x a:hover,
|
||||
.x a:active,
|
||||
.x a:focus{text-decoration:underline}
|
||||
/* Bootstrap Override */
|
||||
.x label[for],
|
||||
.x .x_form-horizontal .x_control-label{font-weight:bold}
|
||||
|
|
@ -26,7 +26,7 @@ a:focus{text-decoration:underline}
|
|||
.x .x_control-group:first-child,
|
||||
.x .x_control-group:first-of-type{border-top:0;padding-top:0}
|
||||
/* Layout */
|
||||
.x{width:800px;margin:0 auto;padding:120px 0 0 0}
|
||||
.x{width:800px;margin:120px auto 0 auto;background-color:transparent}
|
||||
.x #header{position:relative;background:#444;margin:0 0 1px 0;padding:10px 20px;color:#fff;border-radius:5px 5px 0 0}
|
||||
.x #header h1{margin:0}
|
||||
.x #header em{position:absolute;bottom:10px;right:20px;font-weight:bold;font-size:14px;color:#eee}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue