mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 11:49:56 +09:00
File box UI created.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8829 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
47b7cf574c
commit
488fc6583a
2 changed files with 8 additions and 6 deletions
|
|
@ -62,7 +62,7 @@ p{line-height:1.5}
|
|||
.form input[type=text],.form input[type=password],.form input[type=file],textarea{position:relative;width:280px;margin:2px 0;border:1px solid #b7b7b7;border-right-color:#e1e1e1;border-bottom-color:#e1e1e1;background:transparent}
|
||||
.form input[type=text],.form input[type=password],.form input[type=file]{height:22px;line-height:22px;vertical-align:middle;padding:0 4px}
|
||||
.form input[type=checkbox],.form input[type=radio]{margin:0;padding:0;width:13px;height:13px;vertical-align:middle}
|
||||
.form *[disabled=disabled]{background:#ddd;text-shadow:1px 1px 0 #fff}
|
||||
.form *[disabled=disabled]{background:#ddd !important;text-shadow:1px 1px 0 #fff}
|
||||
.form textarea{padding:3px 4px;vertical-align:top}
|
||||
.form span.desc{line-height:22px;vertical-align:middle;margin:0 10px}
|
||||
.form p.desc{margin:.25em 0;line-height:1.4}
|
||||
|
|
@ -467,17 +467,16 @@ button.text{border:0;overflow:visible;padding:0;margin:0;color:#33a;background:n
|
|||
.thumbPreview.jx .i input{display:inline}
|
||||
#skin .showAll{float:right;border:0;overflow:visible;padding:0 18px 0 0;cursor:pointer;color:#00f;background:url(../img/iconArrow.gif) no-repeat right -32px}
|
||||
#skin .showAll.hideAll{background-position:right 0}
|
||||
/* Sign Up Form */
|
||||
.signUpForm li{position:relative}
|
||||
.signUpForm .side{position:absolute;top:8px;right:0}
|
||||
/* Favorite On | Off */
|
||||
.fvOff,.fvOn{display:inline-block;width:16px;height:16px;overflow:hidden;text-indent:16px;background:url(../img/iconFavorite.gif) no-repeat}
|
||||
.fvOn{background-position:0 -16px}
|
||||
/* Up-Down Dragable */
|
||||
.uDrag .wrap{position:relative;padding-left:20px}
|
||||
.uDrag li>.wrap{margin:0 0 0 8px}
|
||||
.uDrag .dragActive{background:#FFD}
|
||||
.uDrag .dragActive th,
|
||||
.uDrag .dragActive td{background:none !important}
|
||||
.uDrag .dragBtn{position:absolute;width:8px;height:100%;padding:0;overflow:hidden;background:url(../img/bgDragable.gif);top:1px;left:0;text-indent:12px;border:0;cursor:n-resize}
|
||||
.uDrag .dragBtn{position:absolute;width:8px;height:100%;padding:0;overflow:hidden;background:url(../img/bgDragable.gif);top:1px;left:0;text-indent:12px;border:0;cursor:n-resize;white-space:nowrap}
|
||||
/* Favicon Preview */
|
||||
.faviconPreview{position:relative;padding:60px 0 0 200px;background:url(../img/bgFavicon.gif) no-repeat}
|
||||
.faviconPreview img{position:absolute}
|
||||
|
|
@ -492,6 +491,9 @@ button.text{border:0;overflow:visible;padding:0;margin:0;color:#33a;background:n
|
|||
.textList li{border:0;padding:.25em 1em;height:1.5em;white-space:nowrap;overflow:hidden}
|
||||
.textList li:nth-child(even){background:#eee}
|
||||
.textList li a{float:right}
|
||||
/* File Box */
|
||||
.fileBox li{position:relative}
|
||||
.fileBox .side{position:absolute;top:8px;right:0}
|
||||
/* Responsive Layout */
|
||||
@media only all and (max-width:860px){
|
||||
.header h1{margin-left:.7em}
|
||||
|
|
|
|||
2
modules/admin/tpl/css/admin.min.css
vendored
2
modules/admin/tpl/css/admin.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue