diff options
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | demos/quickstart/themes/PradoSoft/sqlmap.jpg | bin | 0 -> 10315 bytes | |||
-rw-r--r-- | demos/quickstart/themes/PradoSoft/style.css | 10 | ||||
-rw-r--r-- | demos/sqlmap/protected/pages/Manual/Layout.tpl | 2 |
4 files changed, 12 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 850ed8b8..6488b491 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2621,6 +2621,7 @@ demos/quickstart/themes/PradoSoft/mantisbg.jpg -text demos/quickstart/themes/PradoSoft/mantissample.jpg -text demos/quickstart/themes/PradoSoft/pradologo.gif -text demos/quickstart/themes/PradoSoft/sitemap_color.gif -text +demos/quickstart/themes/PradoSoft/sqlmap.jpg -text svneol=unset#image/jpeg demos/quickstart/themes/PradoSoft/style.css -text demos/quickstart/themes/Simple/style.css -text demos/soap/index.php -text diff --git a/demos/quickstart/themes/PradoSoft/sqlmap.jpg b/demos/quickstart/themes/PradoSoft/sqlmap.jpg Binary files differnew file mode 100644 index 00000000..209b539a --- /dev/null +++ b/demos/quickstart/themes/PradoSoft/sqlmap.jpg diff --git a/demos/quickstart/themes/PradoSoft/style.css b/demos/quickstart/themes/PradoSoft/style.css index 16765a08..79f1c8c9 100644 --- a/demos/quickstart/themes/PradoSoft/style.css +++ b/demos/quickstart/themes/PradoSoft/style.css @@ -72,6 +72,16 @@ a background-position: top right;
}
+#header div.image_sqlmap
+{
+ display: block;
+ float: right;
+ width: 757px;
+ height: 100px;
+ background-image: url('sqlmap.jpg');
+ background-repeat: no-repeat;
+ background-position: top right;
+}
.languages
{
diff --git a/demos/sqlmap/protected/pages/Manual/Layout.tpl b/demos/sqlmap/protected/pages/Manual/Layout.tpl index 7c47646d..e4cc1b53 100644 --- a/demos/sqlmap/protected/pages/Manual/Layout.tpl +++ b/demos/sqlmap/protected/pages/Manual/Layout.tpl @@ -10,7 +10,7 @@ <com:TForm>
<div id="header">
<div class="title">PRADO Time Tracker Guide</div>
-<div class="image"></div>
+<div class="image_sqlmap"></div>
</div>
<com:TPanel ID="MainMenu" CssClass="mainmenu">
|