Mercurial > judyates
comparison 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 |
comparison
equal
deleted
inserted
replaced
2:670229c4eb4b | 3:3f6b44aa6b35 |
---|---|
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 } | |
11 | |
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 } | |
20 | |
21 .tip-filebrowser .tip-text { | |
22 display: none; | |
23 } | |
24 | |
25 /* Overlay */ | |
26 div.overlay { | |
27 position: absolute; | |
28 left: 0; | |
29 top: 0; | |
30 display: none; | |
31 | |
32 z-index: 999; | |
33 background: #000; | |
34 } | |
35 | |
36 /* Dialog */ | |
37 div.overlay-dialog { | |
38 z-index: 1999; | |
39 background: #fff; | |
40 } | |
41 | |
42 div.dialog-engine-trident4 { width: 249px; } | |
43 | |
44 div.dialog { | |
45 position: absolute; | |
46 display: none; | |
47 z-index: 2000; | |
48 | |
49 width: 229px; | |
50 height: 121px; | |
51 | |
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 } | |
63 | |
64 div.dialog div { | |
65 margin: 10px; | |
66 } | |
67 | |
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; | |
74 | |
75 color: #333; | |
76 font-family: Tahoma, sans-serif; | |
77 font-size: 12px; | |
78 } | |
79 | |
80 div.dialog-engine-trident4 input, div.dialog-engine-trident5 input { | |
81 width: 80%; | |
82 } | |
83 | |
84 div.dialog button { | |
85 position: absolute; | |
86 bottom: 15px; | |
87 right: 15px; | |
88 | |
89 width: auto; | |
90 height: 22px; | |
91 padding: 2px; | |
92 border: 1px solid #bebebe; | |
93 | |
94 cursor: pointer; | |
95 color: #333; | |
96 text-shadow: #eee 1px 1px 1px; | |
97 | |
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 } | |
112 | |
113 div.dialog button.dialog-decline { | |
114 right: auto; | |
115 left: 15px; | |
116 } |