diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 4bce165..b24344b 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -63,98 +63,19 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
+
@@ -182,7 +103,6 @@
-
@@ -198,24 +118,19 @@
-
-
-
-
-
@@ -224,6 +139,12 @@
+
+
+
+
+
+
@@ -554,32 +475,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -752,7 +647,7 @@
-
+
@@ -822,11 +717,6 @@
-
-
-
-
-
@@ -887,11 +777,6 @@
-
-
-
-
-
@@ -904,18 +789,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
@@ -923,13 +796,6 @@
-
-
-
-
-
-
-
@@ -958,13 +824,6 @@
-
-
-
-
-
-
-
@@ -1000,13 +859,6 @@
-
-
-
-
-
-
-
@@ -1035,48 +887,20 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1114,7 +938,84 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/www/css/styles.css b/www/css/styles.css
index fec4061..4f42532 100644
--- a/www/css/styles.css
+++ b/www/css/styles.css
@@ -62,6 +62,10 @@ img.grayscale {
-webkit-filter: grayscale(100%);
}
+.input-xx_custom_is_about_tb {
+ width: 506px !important;
+}
+
/* Header
-------------------------------------------------- */
diff --git a/www/images/favicon.png b/www/images/favicon.png
new file mode 100644
index 0000000..127ff33
Binary files /dev/null and b/www/images/favicon.png differ
diff --git a/www/index.php b/www/index.php
index 49171bd..48cd96c 100644
--- a/www/index.php
+++ b/www/index.php
@@ -13,9 +13,6 @@ require_once($yii);
Yii::createWebApplication($config)->run();
-// TODO-MS Add title property to pages
-// TODO-MS More contrast in design ???
-// TODO-MS Add Favicon
// TODO-MS Add Blog
// TODO-MS Add Search (Blog + progs + log) jew auch metadata / desc ...
// TODO-MS Add Prog Display
diff --git a/www/protected/components/MsHtml.php b/www/protected/components/MsHtml.php
index 6a4f9d0..04875fe 100644
--- a/www/protected/components/MsHtml.php
+++ b/www/protected/components/MsHtml.php
@@ -1,6 +1,8 @@
+
+
bootstrap->register(); ?>
diff --git a/www/protected/views/msmain/about.php b/www/protected/views/msmain/about.php
index ecc50fc..14c0bad 100644
--- a/www/protected/views/msmain/about.php
+++ b/www/protected/views/msmain/about.php
@@ -81,21 +81,21 @@ $this->selectedNav = 'about';
echo $form->textFieldControlGroup($model, 'name',
[
'placeholder' => 'Name',
- 'size' => MsHtml::INPUT_SIZE_XXLARGE,
+ 'size' => MsHtml::INPUT_SIZE_CUSTOM_ABOUTTXT,
'prepend' => MsHtml::icon(MsHtml::ICON_USER),
'span' => 2,
]);
echo $form->textFieldControlGroup($model, 'email',
[
'placeholder' => 'Email address',
- 'size' => MsHtml::INPUT_SIZE_XXLARGE,
+ 'size' => MsHtml::INPUT_SIZE_CUSTOM_ABOUTTXT,
'prepend' => MsHtml::icon(MsHtml::ICON_ENVELOPE),
'span' => 2,
]);
echo $form->textFieldControlGroup($model, 'header',
[
'placeholder' => 'Header',
- 'size' => MsHtml::INPUT_SIZE_XXLARGE,
+ 'size' => MsHtml::INPUT_SIZE_CUSTOM_ABOUTTXT,
'prepend' => MsHtml::icon(MsHtml::ICON_TAG),
'span' => 5,
]);