~dantrevino/ubuntu-us-florida-website/main

« back to all changes in this revision

Viewing changes to administrator/components/com_media/assets/popup-imagemanager.css

  • Committer: Dan Trevnio
  • Date: 2009-03-24 20:37:18 UTC
  • Revision ID: dantrevino@gmail.com-20090324203718-pg0e3lp4ztjjku9o
initialĀ siteĀ import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
* @version $Id: popup-imagemanager.css 10387 2008-06-03 10:59:16Z pasamio $
 
3
* @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 
4
* @license GNU/GPL, see LICENSE.php
 
5
* Joomla! is free software. This version may have been modified pursuant
 
6
* to the GNU General Public License, and as distributed it includes or
 
7
* is derivative of works licensed under the GNU General Public License or
 
8
* other free or open source software licenses.
 
9
* See COPYRIGHT.php for copyright notices and details.
 
10
*/
 
11
 
 
12
/**
 
13
 * ImageManager javascript behavior styling
 
14
 *
 
15
 * @author              Johan Janssens <johan.janssens@joomla.org>
 
16
 * @package             Joomla
 
17
 * @since               1.5
 
18
 * @version    1.0
 
19
 */
 
20
 
 
21
html, body {
 
22
        background-color: #F0F0F0;
 
23
        color: ButtonText;
 
24
        font: 11px Tahoma, Verdana, sans-serif;
 
25
        margin: 0px !important; padding: 0px !important;
 
26
}
 
27
 
 
28
img      { border: 0 none; }
 
29
 
 
30
form     { padding: 0px; margin: 0 auto; width: 100%; }
 
31
fieldset {  border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; }
 
32
button   { padding: 3px; border: 1px solid #CCCCCC; font-weight: bold; color: #0B55C4; background-color: white; }
 
33
button:hover { border: 1px solid #0B55C4; }
 
34
 
 
35
select,input,button { font: 11px Tahoma, Verdana, sans-serif; }
 
36
 
 
37
iframe { width: 100%;  overflow-x: false; border: 0 none;  margin: 0 0 0.5em 0; padding: 0;}
 
38
iframe#imageframe { height: 195px; }
 
39
 
 
40
a       { padding: 5px; border: 1px solid ButtonFace; }
 
41
a:hover { border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight; }
 
42
 
 
43
.buttons { width: 70px; text-align: center; }
 
44
 
 
45
#f_alt, #f_url, #f_title { width: 22em; }
 
46
 
 
47
#messages {
 
48
        position: relative;
 
49
        left: 175px;
 
50
        top: 115px;
 
51
        background-color: white;
 
52
        width: 200px;
 
53
        float: left;
 
54
        margin-top: -52px;
 
55
        border: 1px solid #ccc;
 
56
        text-align: center;
 
57
        padding: 15px;
 
58
}
 
59
 
 
60
#message {
 
61
        font-size: 15px;
 
62
        font-weight: bold;
 
63
        color: #69c;
 
64
}
 
65
 
 
66
/**
 
67
 * Upload Widget CSS
 
68
 */
 
69
.upload-queue {
 
70
        list-style: none;
 
71
}
 
72
 
 
73
.upload-queue li {
 
74
        background: url(upload.png) no-repeat 0 5px;
 
75
        padding: 5px 0 5px 5px;
 
76
}
 
77
 
 
78
.upload-queue .queue-file {
 
79
        font-weight: bold;
 
80
}
 
81
 
 
82
.upload-queue .queue-size {
 
83
        color: #aaa;
 
84
        margin-left: 1em;
 
85
        font-size: 0.9em;
 
86
}
 
87
 
 
88
.upload-queue .queue-loader {
 
89
        position: relative;
 
90
        margin: 3px 15px;
 
91
        font-size: 0.9em;
 
92
        background-color: #ddd;
 
93
        color: #fff;
 
94
        border: 1px inset #ddd;
 
95
}
 
96
 
 
97
.upload-queue .queue-subloader {
 
98
        text-align: center;
 
99
        position: absolute;
 
100
        background-color: #81B466;
 
101
        height: 100%;
 
102
        width: 0%;
 
103
        left: 0;
 
104
        top: 0;
 
105
}
 
106
 
 
107
.upload-queue .input-delete {
 
108
        width: 16px;
 
109
        height: 16px;
 
110
        background: url(delete.png) no-repeat 0 0;
 
111
        text-decoration: none;
 
112
        border: none;
 
113
        float: right;
 
114
}