From c39b0b5ff38021167c8e2a65ecaec43a5e57866c Mon Sep 17 00:00:00 2001 From: llj Date: Mon, 11 Jul 2016 17:03:58 +0800 Subject: [PATCH] rm unused files --- media/css/mobile.css | 1605 ----------------- static/scripts/lib/jquery.ui.widget.1.11.3.js | 565 ------ 2 files changed, 2170 deletions(-) delete mode 100644 media/css/mobile.css delete mode 100644 static/scripts/lib/jquery.ui.widget.1.11.3.js diff --git a/media/css/mobile.css b/media/css/mobile.css deleted file mode 100644 index 99369d3b35..0000000000 --- a/media/css/mobile.css +++ /dev/null @@ -1,1605 +0,0 @@ -html { background:#fff; } -body, -h1,h2,h3,h4,h5,h6, -ul,ol,li,dl,dt,dd, -p,pre,blockquote, -form,input,textarea,select,button,img { - padding:0; - margin:0; -} -body, -input, textarea, button, select { - font: 16px/1.5 Arial, Helvetica, sans-serif; - color: #333; - word-wrap:break-word; /* for en */ -} -input, button, select { - line-height:19px;/*for ff*/ -} -h1 { - font-size:1.9em; - margin:1.1em 0 0.5em; -} -h2 { font-size:1.5em; color:#222;} -h3 { font-size:1.2em; color:#322; font-weight:normal; padding-left:8px; margin:0.95em 0 0.4em; } -h4 { font-size:1.1em; color:#222; font-weight:normal; margin:0.5em 0 0.2em; } -h5, h6 { - font-size:1em; - margin:0.4em 0 0.15em; -} -ul { list-style:none; } -ol { padding-left:2em; } -dl { margin:1.5em 0; } -dt { font-weight:bold; } -dd { margin: 0 0 .5em 2em; } -a { color:#ee8833; text-decoration:none; font-weight:bold; } -a.normal {font-weight: normal;} -a:hover { color: #ff9933; text-decoration: underline; } -img { border:none; } -textarea { - overflow: auto; /* rm default vertical scrollbar in ie */ - resize: vertical; /* for drag */ - outline:0; -} -textarea, select, input { - border: 1px solid #ddd; -} -input { - height:22px; - margin:3px 0; - outline:0; -} -input, -button { - display:inline-block;/*for ie*/ -} -input[type=submit], -input[type=button], -input.submit { - height:27px;/*for ff*/ - line-height:1.5; -} -button, -input[type=submit], -input[type=button], -input.submit { - padding:3px; - background: #efefef; - border: 1px solid #ddd; - border-radius: 3px; -} -button { - overflow:visible;/*for ie 7*/ - padding-bottom:0 \9;/*for ie; to make height right*/ -} -input[type=radio] { - height:auto; - border:0;/*for ie*/ -} -input::-webkit-outer-spin-button, -input::-webkit-inner-spin-button {/*for input type="number" in chrome: to hide up/download arrow*/ - -webkit-appearance: none; - margin: 0; -} -input::-moz-focus-inner, -button::-moz-focus-inner {/*Remove button padding in FF*/ - border: 0; - padding: 0; -} -input[type=submit], -input.submit { - margin-top:8px; -} -input[type=submit]:hover, -input[type=button]:hover, -button:hover { - cursor:pointer; - background-color:#fff; -} -input[type="file"] { - border:none; - height:24px; - line-height:24px; -} -label { - display: inline-block; - margin:4px 0px; -} -iframe { - display:block; - width:100%; -} -pre, code { - font-family: Consolas,"Liberation Mono",Courier,monospace; -} -pre { - white-space:pre-wrap; - word-wrap: break-word; -} -table { - border-spacing: 0; - border-collapse: collapse; - width:100%; - table-layout:fixed; - margin:8px 0 40px; -} -caption {font-size:1.1em; font-weight:bold; margin-bottom:.6em;} -th { - text-align:left; - font-weight:bold; -} -td, th { - padding:5px 3px; - word-wrap:break-word; - border-bottom:1px solid #eee; -} -td { color: #333; } -table img { - vertical-align:middle; -} -p { - margin:0.5em 0; -} -/*common class*/ -.hl { background-color: #f8f8f8; }/*highlight*/ -.fleft { float:left } -.fright { float:right } -.clear { clear:both; } -.show { display:block } -.hide { display:none } -.error { color:red; } -.errorlist { color: red; } -.ovhd { overflow:hidden; } -.inbl { display: inline-block; } -.bold { font-weight:bold; } -.label { color:#333; font-size:12px; font-style:normal; } -.w100 { width: 100%; } -.vh { visibility:hidden; } -.vam { vertical-align:middle; } -.italic { font-style:italic; } -.al-rt { text-align:right; } -.center { text-align:center; } -.notification { - padding:5px; - background:#FDF; - margin:10px 0; -} -.tip { - color:#808080; - font-size:12px; -} -.loading-tip { /*for img*/ - display:block; - margin:1em auto; -} -.icon-plus, .icon-minus, .icon-pencil, -.icon-star-empty, .icon-star { - font-size:16px; - line-height:1; -} -.icon-plus, .icon-minus, .icon-pencil { - color:#444; - margin-left:3px; -} -.icon-star-empty { - color:#d0d0d0; -} -.icon-star { - color:#505050; -} -.edit-icon { - cursor:pointer; -} -.op, -.more { - font-weight:normal; - font-size:12px; - color:#080; -} -.op { - font-size:13px; - padding-right:2px; -} -.op-target { - color:#803; - word-wrap:break-word; -} -.op-icon { - font-size:20px; - line-height:1; - color:#888; - cursor:pointer; - margin-right:3px; -} -.big-more-btn { - padding:.5em 0; - color:#777; -} -.big-more-btn:hover { - color:#000; - background:#dfdfdf; -} -.no-deco, -.no-deco:hover { - text-decoration:none; -} -.input-disabled {/* for type="password/text" etc*/ - background:#ebebe4; -} -.btn-disabled { /*for ,