Issue 2453:[Admin UI Refactoring] Content >FTP Configuration

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11565 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2012-09-27 12:43:32 +00:00
parent 0e47833b6d
commit 7b101f0175
4 changed files with 111 additions and 93 deletions

View file

@ -471,3 +471,12 @@ to{-o-transform:rotate(360deg)}
.x .textList li{border:0;padding:.25em 1em;height:1.5em;white-space:nowrap;overflow:hidden}
.x .textList li:nth-child(even){background:#eee}
.x .textList li a{float:right}
/* FTP Suggestion */
.x #ftpSuggestion{background:#fff;box-shadow:3px 3px 6px #999;filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135, strength=5)}
.x #ftpSuggestion ul{margin:0}
.x #ftpSuggestion li{margin:0;padding:0;list-style-type:none}
.x #ftpSuggestion li button{border:0;background:#fff;text-align:left;width:288px}
.x #ftpSuggestion li button:hover,
.x #ftpSuggestion li button:active,
.x #ftpSuggestion li button:focus,
.x #ftpSuggestion li:hover{background:#eee}