修改图片位置

This commit is contained in:
joyqi
2013-10-19 20:50:49 +08:00
parent c72814a0d0
commit fa523b624f
36 changed files with 9 additions and 7 deletions

View File

@@ -435,7 +435,7 @@ button {
*/
.loading {
padding-left: 20px;
background: transparent url(../images/ajax-loader.gif) no-repeat left center; }
background: transparent url(../img/ajax-loader.gif) no-repeat left center; }
/**
* 典型配置选项
@@ -981,14 +981,14 @@ a.operate-reply {
* icons
*/
.icon-sprite-hack {
background: url('../images/icons-s2ebed63329.png'); }
background: url('../img/icons-s2ebed63329.png'); }
.i-edit, .i-delete, .i-caret-up, .i-caret-down, .i-exlink, .mime-office, .mime-text, .mime-image, .mime-html, .mime-archive, .mime-application, .mime-audio, .mime-script, .mime-video, .mime-unknow {
width: 16px;
height: 16px;
display: inline-block;
vertical-align: text-bottom;
background: url(../images/icons.png) no-repeat; }
background: url(../img/icons.png) no-repeat; }
.i-edit:hover, .i-delete:hover, .i-caret-up:hover, .i-caret-down:hover, .i-exlink:hover, .mime-office:hover, .mime-text:hover, .mime-image:hover, .mime-html:hover, .mime-archive:hover, .mime-application:hover, .mime-audio:hover, .mime-script:hover, .mime-video:hover, .mime-unknow:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
opacity: 0.75; }
@@ -1068,7 +1068,7 @@ a.operate-reply {
display: block;
width: 20px;
height: 20px;
background: transparent url(../images/editor.png) no-repeat; }
background: transparent url(../img/editor.png) no-repeat; }
/* 对话框 */
.wmd-prompt-background {

View File

@@ -24,7 +24,7 @@ $(document).ready(function() {
$val = number_format(ceil($val / (1024 *1024)));
_e('文件上传失败, 请确认文件尺寸没有超过 %s 并且服务器文件目录可以写入', "{$val}Mb"); ?>',
loading = $('<img src="<?php $options->adminUrl('images/ajax-loader.gif'); ?>" style="display:none" />')
loading = $('<img src="<?php $options->adminUrl('img/ajax-loader.gif'); ?>" style="display:none" />')
.appendTo(document.body);
function fileUploadStart (file, id) {

View File

Before

Width:  |  Height:  |  Size: 847 B

After

Width:  |  Height:  |  Size: 847 B

View File

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 433 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 B

View File

Before

Width:  |  Height:  |  Size: 941 B

After

Width:  |  Height:  |  Size: 941 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 289 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -59,7 +59,7 @@ $(document).ready(function() {
$val = number_format(ceil($val / (1024 *1024)));
_e('文件上传失败, 请确认文件尺寸没有超过 %s 并且服务器文件目录可以写入', "{$val}Mb"); ?>',
loading = $('<img src="<?php $options->adminUrl('images/ajax-loader.gif'); ?>" style="display:none" />')
loading = $('<img src="<?php $options->adminUrl('img/ajax-loader.gif'); ?>" style="display:none" />')
.appendTo(document.body);
$('#attachment-url').click(function () {

View File

@@ -24,6 +24,8 @@ package:
rm -Rf build/todo.txt
rm -Rf build/usr/plugins/*
rm -Rf build/admin/scss
rm -Rf build/admin/img/editor
rm -Rf build/admin/img/icons
mkdir build/usr/uploads/
chmod 777 build/usr/uploads/
tar -cvvzf build.tar.gz build/

View File

@@ -52,7 +52,7 @@ class Widget_Themes_List extends Typecho_Widget
$info['screen'] = Typecho_Common::url(trim(__TYPECHO_THEME_DIR__, '/') .
'/' . $info['name'] . '/' . basename(current($screen)), $siteUrl);
} else {
$info['screen'] = Typecho_Common::url('/images/noscreen.png', $adminUrl);
$info['screen'] = Typecho_Common::url('/img/noscreen.png', $adminUrl);
}
$result[$key] = $info;