修改图片位置
@@ -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 {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
|
Before Width: | Height: | Size: 847 B After Width: | Height: | Size: 847 B |
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB |
BIN
admin/img/editor/editor-bold.png
Normal file
|
After Width: | Height: | Size: 433 B |
BIN
admin/img/editor/editor-code.png
Normal file
|
After Width: | Height: | Size: 384 B |
BIN
admin/img/editor/editor-heading.png
Normal file
|
After Width: | Height: | Size: 181 B |
BIN
admin/img/editor/editor-hr.png
Normal file
|
After Width: | Height: | Size: 153 B |
BIN
admin/img/editor/editor-image.png
Normal file
|
After Width: | Height: | Size: 296 B |
BIN
admin/img/editor/editor-italic.png
Normal file
|
After Width: | Height: | Size: 310 B |
BIN
admin/img/editor/editor-link.png
Normal file
|
After Width: | Height: | Size: 237 B |
BIN
admin/img/editor/editor-olist.png
Normal file
|
After Width: | Height: | Size: 209 B |
BIN
admin/img/editor/editor-quote.png
Normal file
|
After Width: | Height: | Size: 473 B |
BIN
admin/img/editor/editor-redo.png
Normal file
|
After Width: | Height: | Size: 254 B |
BIN
admin/img/editor/editor-ulist.png
Normal file
|
After Width: | Height: | Size: 171 B |
BIN
admin/img/editor/editor-undo.png
Normal file
|
After Width: | Height: | Size: 259 B |
|
Before Width: | Height: | Size: 941 B After Width: | Height: | Size: 941 B |
BIN
admin/img/icons/icon-caret-down.png
Normal file
|
After Width: | Height: | Size: 193 B |
BIN
admin/img/icons/icon-caret-up.png
Normal file
|
After Width: | Height: | Size: 177 B |
BIN
admin/img/icons/icon-delete.png
Normal file
|
After Width: | Height: | Size: 289 B |
BIN
admin/img/icons/icon-edit.png
Normal file
|
After Width: | Height: | Size: 283 B |
BIN
admin/img/icons/icon-exlink.png
Normal file
|
After Width: | Height: | Size: 311 B |
BIN
admin/img/icons/mime-application.png
Normal file
|
After Width: | Height: | Size: 198 B |
BIN
admin/img/icons/mime-archive.png
Normal file
|
After Width: | Height: | Size: 182 B |
BIN
admin/img/icons/mime-audio.png
Normal file
|
After Width: | Height: | Size: 166 B |
BIN
admin/img/icons/mime-html.png
Normal file
|
After Width: | Height: | Size: 209 B |
BIN
admin/img/icons/mime-image.png
Normal file
|
After Width: | Height: | Size: 256 B |
BIN
admin/img/icons/mime-office.png
Normal file
|
After Width: | Height: | Size: 226 B |
BIN
admin/img/icons/mime-script.png
Normal file
|
After Width: | Height: | Size: 193 B |
BIN
admin/img/icons/mime-text.png
Normal file
|
After Width: | Height: | Size: 185 B |
BIN
admin/img/icons/mime-unknow.png
Normal file
|
After Width: | Height: | Size: 188 B |
BIN
admin/img/icons/mime-video.png
Normal file
|
After Width: | Height: | Size: 242 B |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
@@ -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 () {
|
||||
|
||||
@@ -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/
|
||||
|
||||
@@ -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;
|
||||
|
||||