view e2gallerypro/e2upload/Css/Additions.css @ 3:3f6b44aa6b35 judyates

[svn r4] added ability to buy stuff, from a Prints page, but it doesn't work well with the css, and it also has not been fitted into the perl make system.
author rlm
date Mon, 22 Feb 2010 08:02:39 -0500
parents
children
line wrap: on
line source
1 /* TIPS */
2 .tip-filebrowser {
3 z-index: 1201;
4 }
5 .tip-filebrowser .tip {
6 background: #000;
7 -moz-border-radius: 5px;
8 -webkit-border-radius: 5px;
9 border-radius: 5px;
10 }
12 .tip-filebrowser .tip-title {
13 color: #fff;
14 font-size: 11px;
15 padding: 1px 4px;
16 line-height: 21px;
17 text-align: center;
18 font-weight: bold;
19 }
21 .tip-filebrowser .tip-text {
22 display: none;
23 }
25 /* Overlay */
26 div.overlay {
27 position: absolute;
28 left: 0;
29 top: 0;
30 display: none;
32 z-index: 999;
33 background: #000;
34 }
36 /* Dialog */
37 div.overlay-dialog {
38 z-index: 1999;
39 background: #fff;
40 }
42 div.dialog-engine-trident4 { width: 249px; }
44 div.dialog {
45 position: absolute;
46 display: none;
47 z-index: 2000;
49 width: 229px;
50 height: 121px;
52 color: #bebebe;
53 font-family: Tahoma, sans-serif;
54 font-size: 12px;
55 background: url(../Assets/dialog.png) no-repeat;
56 }
57 div.dialog a {
58 color: #aaa;
59 }
60 div.dialog a:hover {
61 text-decoration: none;
62 }
64 div.dialog div {
65 margin: 10px;
66 }
68 div.dialog input, div.dialog select {
69 width: 94%;
70 margin: 20px 2%;
71 padding: 2px 1%;
72 border: 1px solid #bebebe;
73 background: #fff;
75 color: #333;
76 font-family: Tahoma, sans-serif;
77 font-size: 12px;
78 }
80 div.dialog-engine-trident4 input, div.dialog-engine-trident5 input {
81 width: 80%;
82 }
84 div.dialog button {
85 position: absolute;
86 bottom: 15px;
87 right: 15px;
89 width: auto;
90 height: 22px;
91 padding: 2px;
92 border: 1px solid #bebebe;
94 cursor: pointer;
95 color: #333;
96 text-shadow: #eee 1px 1px 1px;
98 font-family: Tahoma, sans-serif;
99 letter-spacing: 0;
100 font-size: 12px;
101 font-weight: normal;
102 margin: 0;
103 background: url(../Assets/button.png) repeat-x;
104 -moz-border-radius: 4px;
105 -webkit-border-radius: 4px;
106 border-radius: 4px;
107 }
108 div.dialog-engine-trident4 button, div.dialog-engine-trident5 button {
109 padding: 0 .25em;
110 overflow: visible;
111 }
113 div.dialog button.dialog-decline {
114 right: auto;
115 left: 15px;