diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/e2gallerypro/e2upload/Css/Additions.css	Mon Feb 22 08:02:39 2010 -0500
     1.3 @@ -0,0 +1,116 @@
     1.4 +/* TIPS */
     1.5 +.tip-filebrowser {
     1.6 +	z-index: 1201;
     1.7 +}
     1.8 +.tip-filebrowser .tip {
     1.9 +	background: #000;
    1.10 +	-moz-border-radius: 5px;
    1.11 +	-webkit-border-radius: 5px;
    1.12 +	border-radius: 5px;
    1.13 +}
    1.14 + 
    1.15 +.tip-filebrowser .tip-title {
    1.16 +	color: #fff;
    1.17 +	font-size: 11px;
    1.18 +	padding: 1px 4px;
    1.19 +	line-height: 21px;
    1.20 +	text-align: center;
    1.21 +	font-weight: bold;
    1.22 +}
    1.23 + 
    1.24 +.tip-filebrowser .tip-text {
    1.25 +	display: none;
    1.26 +}
    1.27 +
    1.28 +/* Overlay */
    1.29 +div.overlay {
    1.30 +	position: absolute;
    1.31 +	left: 0;
    1.32 +	top: 0;
    1.33 +	display: none;
    1.34 +	
    1.35 +	z-index: 999;
    1.36 +	background: #000;
    1.37 +}
    1.38 +
    1.39 +/* Dialog */
    1.40 +div.overlay-dialog {
    1.41 +	z-index: 1999;
    1.42 +	background: #fff;
    1.43 +}
    1.44 +
    1.45 +div.dialog-engine-trident4 { width: 249px; }
    1.46 +
    1.47 +div.dialog {
    1.48 +	position: absolute;
    1.49 +	display: none;
    1.50 +	z-index: 2000;
    1.51 +	
    1.52 +	width: 229px;
    1.53 +	height: 121px;
    1.54 +	
    1.55 +	color: #bebebe;
    1.56 +	font-family: Tahoma, sans-serif;
    1.57 +	font-size: 12px;
    1.58 +	background: url(../Assets/dialog.png) no-repeat;
    1.59 +}
    1.60 +div.dialog a {
    1.61 +	color: #aaa;
    1.62 +}
    1.63 +div.dialog a:hover {
    1.64 +	text-decoration: none;
    1.65 +}
    1.66 +
    1.67 +div.dialog div {
    1.68 +	margin: 10px;
    1.69 +}
    1.70 +
    1.71 +div.dialog input, div.dialog select {
    1.72 +	width: 94%;
    1.73 +	margin: 20px 2%;
    1.74 +	padding: 2px 1%;
    1.75 +	border: 1px solid #bebebe;
    1.76 +	background: #fff;
    1.77 +	
    1.78 +	color: #333;
    1.79 +	font-family: Tahoma, sans-serif;
    1.80 +	font-size: 12px;
    1.81 +}
    1.82 +
    1.83 +div.dialog-engine-trident4 input, div.dialog-engine-trident5 input {
    1.84 +	width: 80%;
    1.85 +}
    1.86 +
    1.87 +div.dialog button {
    1.88 +	position: absolute;
    1.89 +	bottom: 15px;
    1.90 +	right: 15px;
    1.91 +	
    1.92 +	width: auto;
    1.93 +	height: 22px;
    1.94 +	padding: 2px;
    1.95 +	border: 1px solid #bebebe;
    1.96 +	
    1.97 +	cursor: pointer;
    1.98 +	color: #333;
    1.99 +	text-shadow: #eee 1px 1px 1px;
   1.100 +	
   1.101 +	font-family: Tahoma, sans-serif;
   1.102 +	letter-spacing: 0;
   1.103 +	font-size: 12px;
   1.104 +	font-weight: normal;
   1.105 +	margin: 0;
   1.106 +	background: url(../Assets/button.png) repeat-x;
   1.107 +	-moz-border-radius: 4px;
   1.108 +	-webkit-border-radius: 4px;
   1.109 +	border-radius: 4px;
   1.110 +}
   1.111 +div.dialog-engine-trident4 button, div.dialog-engine-trident5 button {
   1.112 +	padding: 0 .25em;
   1.113 +	overflow: visible;
   1.114 +}
   1.115 +
   1.116 +div.dialog button.dialog-decline {
   1.117 +	right: auto;
   1.118 +	left: 15px;
   1.119 +}
   1.120 \ No newline at end of file