From 7e9b6530ecea9fc2f57b748df3a445fa7a3c88e6 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 2 Jul 2014 13:34:46 +0000 Subject: feature 2616: remove useless code (photos_add_direct_process or uploadify related variables) git-svn-id: http://piwigo.org/svn/trunk@28919 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/include/uploadify/uploadify.css | 119 ---------------------------------- 1 file changed, 119 deletions(-) delete mode 100644 admin/include/uploadify/uploadify.css (limited to 'admin/include/uploadify/uploadify.css') diff --git a/admin/include/uploadify/uploadify.css b/admin/include/uploadify/uploadify.css deleted file mode 100644 index 553a81d0c..000000000 --- a/admin/include/uploadify/uploadify.css +++ /dev/null @@ -1,119 +0,0 @@ -/* -Uploadify v3.0.0 -Copyright (c) 2010 Ronnie Garcia - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. -*/ - -.uploadify {margin:0 auto 10px auto} - -.uploadifyButton { - display: block; - cursor: pointer; - font-size: 11px; - font-weight: bold; - color: #eeeeee; - padding: 8px 0; - text-align: center; - height: 14px; - width: 100%; - background-color: #464646; --webkit-border-radius:5px; --moz-border-radius:5px; -border-radius:5px; -letter-spacing:2px; -} -.uploadify:hover .uploadifyButton { - color:#fff; - background-color: #333; - cursor:pointer; -} -.uploadifyQueueItem { - background-color: #F5F5F5; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; - font: 11px Verdana, Geneva, sans-serif; - margin-top: 5px; - max-width: 350px; - padding: 10px; -} -.uploadifyQueueItem .cancel { - float: right; -} -.uploadifyQueueItem .fileName, .uploadifyQueueItem .data { - float: left; -} -.uploadifyQueue .completed { - background-color: #E5E5E5; -} -.uploadifyProgress { - background-color: #E5E5E5; - margin-top: 25px; - height: 3px; - width: 100%; - position: relative; -} -.uploadifyProgressBar { - background-color: #0099FF; - height: 3px; - width: 1px; - position: absolute; - left: 0px; -} -.uploadifyError { - background-color: #FDE5DD !important; -} - - -/* Piwigo specific */ -#fileQueue { - width: 420px; - max-height: 300px; - overflow: auto; - margin: 0 auto 10px auto; - padding: 5px 0 10px 0; -} - -.uploadifyQueueItem { - border: 1px solid #666; - background-color: #444; - color:#999; - margin: 5px auto 0 auto; - padding: 10px; - width: 350px; - -} -.uploadifyError { - border: 2px solid #FBCBBC !important; - background-color: #FDE5DD !important; -} -.uploadifyQueueItem .cancel { - float: right; -} -.uploadifyProgress { - background-color: #333; - border: 1px solid #666; - width: 100%; -} -.uploadifyProgressBar { - background-color: #FF3363; - width: 1px; - height: 3px; -} -- cgit v1.2.3