summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-07-12 16:03:07 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-07-12 16:03:07 +0200
commitd3d6d2e3f1b44fc6f8673a34981d741377e5dd04 (patch)
tree567b1a4396afa4bfe4512ee1c97b84de19294126 /public
parent4e802b2127e2561b5c9b3a59c19aff22e64567d8 (diff)
#4 completed import with file-upload and fsock-open method
Diffstat (limited to 'public')
-rw-r--r--public/bootstrap.php2
-rw-r--r--public/css/base.css10
2 files changed, 11 insertions, 1 deletions
diff --git a/public/bootstrap.php b/public/bootstrap.php
index 40a32578..1bc47923 100644
--- a/public/bootstrap.php
+++ b/public/bootstrap.php
@@ -7,4 +7,4 @@ $includePath = ini_get('include_path');
$includePath .= PATH_SEPARATOR . ROOTPATH . DIRECTORY_SEPARATOR . '..';
ini_set('include_path', $includePath);
-?> \ No newline at end of file
+?>
diff --git a/public/css/base.css b/public/css/base.css
index 59660b58..40522961 100644
--- a/public/css/base.css
+++ b/public/css/base.css
@@ -111,6 +111,16 @@ fieldset table {
margin: 4px;
}
+fieldset p {
+ margin: 4px;
+}
+
+fieldset p label {
+ display: block;
+ float: left;
+ width: 200px;
+}
+
th {
background: #f0f0f0;
}