* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
/*
$dark = '#8B4513';
-header("Content-type: text/css");
+header('Content-type: text/css');
?>
border: 2px solid #02233f;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
+ border-radius: 10px;
}
fieldset legend {
padding: 1px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
+ border-radius: 5px;
}
h1 {
position: fixed;
bottom: 0;
right: 0;
- height: 100px;
+ height: 100px;
width: 100px;
- clear:both;
+ clear:both;
}
#copyright {
border: 2px solid #02233f;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
+ border-radius: 10px;
}
.info h2 {
font-weight: bold;
color: red;
}
+
+#upload_link_email {
+ margin-left: 10px;
+}
+
+#upload_image_email {
+ padding-left: 20px;
+ padding-bottom: 15px;
+ background: url(email.png) no-repeat;
+}