diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8af9e2a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,45 @@ +[submodule "vendor/symfony"] + path = vendor/symfony + url = http://github.com/symfony/symfony.git +[submodule "vendor/twig"] + path = vendor/twig + url = http://github.com/fabpot/Twig.git +[submodule "vendor/monolog"] + path = vendor/monolog + url = http://github.com/Seldaek/monolog.git +[submodule "vendor/doctrine-common"] + path = vendor/doctrine-common + url = http://github.com/doctrine/common.git +[submodule "vendor/doctrine-dbal"] + path = vendor/doctrine-dbal + url = http://github.com/doctrine/dbal.git +[submodule "vendor/doctrine"] + path = vendor/doctrine + url = http://github.com/doctrine/doctrine2.git +[submodule "vendor/swiftmailer"] + path = vendor/swiftmailer + url = http://github.com/swiftmailer/swiftmailer.git +[submodule "vendor/assetic"] + path = vendor/assetic + url = http://github.com/kriswallsmith/assetic.git +[submodule "vendor/twig-extensions"] + path = vendor/twig-extensions + url = http://github.com/fabpot/Twig-extensions.git +[submodule "vendor/metadata"] + path = vendor/metadata + url = http://github.com/schmittjoh/metadata.git +[submodule "vendor/bundles/Sensio/Bundle/FrameworkExtraBundle"] + path = vendor/bundles/Sensio/Bundle/FrameworkExtraBundle + url = http://github.com/sensio/SensioFrameworkExtraBundle.git +[submodule "vendor/bundles/JMS/SecurityExtraBundle"] + path = vendor/bundles/JMS/SecurityExtraBundle + url = http://github.com/schmittjoh/JMSSecurityExtraBundle.git +[submodule "vendor/bundles/Sensio/Bundle/DistributionBundle"] + path = vendor/bundles/Sensio/Bundle/DistributionBundle + url = http://github.com/sensio/SensioDistributionBundle.git +[submodule "vendor/bundles/Sensio/Bundle/GeneratorBundle"] + path = vendor/bundles/Sensio/Bundle/GeneratorBundle + url = http://github.com/sensio/SensioGeneratorBundle.git +[submodule "vendor/bundles/Symfony/Bundle/AsseticBundle"] + path = vendor/bundles/Symfony/Bundle/AsseticBundle + url = http://github.com/symfony/AsseticBundle.git diff --git a/vendor/assetic b/vendor/assetic new file mode 160000 index 0000000..4aeef88 --- /dev/null +++ b/vendor/assetic @@ -0,0 +1 @@ +Subproject commit 4aeef88b7908510d0bcbbde357f0adf470534ed8 diff --git a/vendor/bundles/JMS/SecurityExtraBundle b/vendor/bundles/JMS/SecurityExtraBundle new file mode 160000 index 0000000..541a4c2 --- /dev/null +++ b/vendor/bundles/JMS/SecurityExtraBundle @@ -0,0 +1 @@ +Subproject commit 541a4c242328dc04b99540c75346cc74a7c0cfb5 diff --git a/vendor/bundles/Sensio/Bundle/DistributionBundle b/vendor/bundles/Sensio/Bundle/DistributionBundle new file mode 160000 index 0000000..20b66a4 --- /dev/null +++ b/vendor/bundles/Sensio/Bundle/DistributionBundle @@ -0,0 +1 @@ +Subproject commit 20b66a408084ad8752f98e50f10533f5245310bf diff --git a/vendor/bundles/Sensio/Bundle/FrameworkExtraBundle b/vendor/bundles/Sensio/Bundle/FrameworkExtraBundle new file mode 160000 index 0000000..638f545 --- /dev/null +++ b/vendor/bundles/Sensio/Bundle/FrameworkExtraBundle @@ -0,0 +1 @@ +Subproject commit 638f545b7020b9e9d5944a7e3167f60ed848250d diff --git a/vendor/bundles/Sensio/Bundle/GeneratorBundle b/vendor/bundles/Sensio/Bundle/GeneratorBundle new file mode 160000 index 0000000..b1ccb78 --- /dev/null +++ b/vendor/bundles/Sensio/Bundle/GeneratorBundle @@ -0,0 +1 @@ +Subproject commit b1ccb78c1743f30817b0fce9bb5c6baff6ed7bf8 diff --git a/vendor/bundles/Symfony/Bundle/AsseticBundle b/vendor/bundles/Symfony/Bundle/AsseticBundle new file mode 160000 index 0000000..41b5913 --- /dev/null +++ b/vendor/bundles/Symfony/Bundle/AsseticBundle @@ -0,0 +1 @@ +Subproject commit 41b5913b5086a0909af92adcb4a6005ee0051b16 diff --git a/vendor/doctrine b/vendor/doctrine new file mode 160000 index 0000000..e164722 --- /dev/null +++ b/vendor/doctrine @@ -0,0 +1 @@ +Subproject commit e1647229cd2544bd77f10620e1b95a5781c4a733 diff --git a/vendor/doctrine-common b/vendor/doctrine-common new file mode 160000 index 0000000..b886898 --- /dev/null +++ b/vendor/doctrine-common @@ -0,0 +1 @@ +Subproject commit b886898821288d305862ee9c567cc5b5cbb4c0dc diff --git a/vendor/doctrine-dbal b/vendor/doctrine-dbal new file mode 160000 index 0000000..148a049 --- /dev/null +++ b/vendor/doctrine-dbal @@ -0,0 +1 @@ +Subproject commit 148a049df448af9772259e69a034e51c0c080805 diff --git a/vendor/metadata b/vendor/metadata new file mode 160000 index 0000000..8717ad2 --- /dev/null +++ b/vendor/metadata @@ -0,0 +1 @@ +Subproject commit 8717ad2a5689480765d9ffafe925cd8a2457e582 diff --git a/vendor/monolog b/vendor/monolog new file mode 160000 index 0000000..b704c49 --- /dev/null +++ b/vendor/monolog @@ -0,0 +1 @@ +Subproject commit b704c49a3051536f67f2d39f13568f74615b9922 diff --git a/vendor/swiftmailer b/vendor/swiftmailer new file mode 160000 index 0000000..982b4c9 --- /dev/null +++ b/vendor/swiftmailer @@ -0,0 +1 @@ +Subproject commit 982b4c9498b7dd85e70f6d35e65d909c888e6345 diff --git a/vendor/symfony b/vendor/symfony new file mode 160000 index 0000000..0ab7762 --- /dev/null +++ b/vendor/symfony @@ -0,0 +1 @@ +Subproject commit 0ab776227a0d6586c9f1be379926acaa94f64a01 diff --git a/vendor/twig b/vendor/twig new file mode 160000 index 0000000..f43cc52 --- /dev/null +++ b/vendor/twig @@ -0,0 +1 @@ +Subproject commit f43cc520d6abb3868d36a3011874afbf13166317 diff --git a/vendor/twig-extensions b/vendor/twig-extensions new file mode 160000 index 0000000..1dfff8e --- /dev/null +++ b/vendor/twig-extensions @@ -0,0 +1 @@ +Subproject commit 1dfff8e793f50f651c4f74f796c2c68a4aee3147 diff --git a/web/bundles/framework b/web/bundles/framework new file mode 120000 index 0000000..3b5758c --- /dev/null +++ b/web/bundles/framework @@ -0,0 +1 @@ +/var/www/vhosts/demo.openscrum.org/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public \ No newline at end of file diff --git a/web/bundles/framework/css/exception.css b/web/bundles/framework/css/exception.css deleted file mode 100644 index 0d31027..0000000 --- a/web/bundles/framework/css/exception.css +++ /dev/null @@ -1,226 +0,0 @@ -/* -Copyright (c) 2010, Yahoo! Inc. All rights reserved. -Code licensed under the BSD License: -http://developer.yahoo.com/yui/license.html -version: 3.1.2 -build: 56 -*/ -.sf-exceptionreset html{color:#000;background:#FFF;}.sf-exceptionreset body,.sf-exceptionreset div,.sf-exceptionreset dl,.sf-exceptionreset dt,.sf-exceptionreset dd,.sf-exceptionreset ul,.sf-exceptionreset ol,.sf-exceptionreset li,.sf-exceptionreset h1,.sf-exceptionreset h2,.sf-exceptionreset h3,.sf-exceptionreset h4,.sf-exceptionreset h5,.sf-exceptionreset h6,.sf-exceptionreset pre,.sf-exceptionreset code,.sf-exceptionreset form,.sf-exceptionreset fieldset,.sf-exceptionreset legend,.sf-exceptionreset input,.sf-exceptionreset textarea,.sf-exceptionreset p,.sf-exceptionreset blockquote,.sf-exceptionreset th,.sf-exceptionreset td{margin:0;padding:0;}.sf-exceptionreset table{border-collapse:collapse;border-spacing:0;}.sf-exceptionreset fieldset,.sf-exceptionreset img{border:0;}.sf-exceptionreset address,.sf-exceptionreset caption,.sf-exceptionreset cite,.sf-exceptionreset code,.sf-exceptionreset dfn,.sf-exceptionreset em,.sf-exceptionreset strong,.sf-exceptionreset th,.sf-exceptionreset var{font-style:normal;font-weight:normal;}.sf-exceptionreset li{list-style:none;}.sf-exceptionreset caption,.sf-exceptionreset th{text-align:left;}.sf-exceptionreset h1,.sf-exceptionreset h2,.sf-exceptionreset h3,.sf-exceptionreset h4,.sf-exceptionreset h5,.sf-exceptionreset h6{font-size:100%;font-weight:normal;}.sf-exceptionreset q:before,.sf-exceptionreset q:after{content:'';}.sf-exceptionreset abbr,.sf-exceptionreset acronym{border:0;font-variant:normal;}.sf-exceptionreset sup{vertical-align:text-top;}.sf-exceptionreset sub{vertical-align:text-bottom;}.sf-exceptionreset input,.sf-exceptionreset textarea,.sf-exceptionreset select{font-family:inherit;font-size:inherit;font-weight:inherit;}.sf-exceptionreset input,.sf-exceptionreset textarea,.sf-exceptionreset select{*font-size:100%;}.sf-exceptionreset legend{color:#000;} - -.sf-exceptionreset html, -.sf-exceptionreset body { - width: 100%; - min-height: 100%; - _height: 100%; - margin: 0; - padding: 0; -} -.sf-exceptionreset body { - font: 1em "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; - text-align: left; - background-color: #efefef; -} - -.sf-exceptionreset abbr { - border-bottom: 1px dotted #000; - cursor: help; -} - -.sf-exceptionreset p { - font-size: 14px; - line-height: 20px; - color: #868686; - padding-bottom: 20px; -} - -.sf-exceptionreset strong { - color: #313131; - font-weight: bold; -} - -.sf-exceptionreset a { - color: #6c6159; -} -.sf-exceptionreset a img { - border: none; -} -.sf-exceptionreset a:hover { - text-decoration: underline; -} - -.sf-exceptionreset em { - font-style: italic; -} - -.sf-exceptionreset h2, -.sf-exceptionreset h3 { - font-weight: bold; -} -.sf-exceptionreset h1 { - font-family: Georgia, "Times New Roman", Times, serif; - font-size: 20px; - color: #313131; -} - -.sf-exceptionreset li { - padding-bottom: 10px; -} - -.sf-exceptionreset .traces { - padding-bottom: 14px; -} -.sf-exceptionreset .traces li { - font-size: 12px; - color: #868686; - padding: 5px 4px; - list-style-type: decimal; - margin-left: 20px; -} -.sf-exceptionreset #logs .traces li.error { - font-style: normal; - color: #AA3333; - background: #f9ecec; -} -/* fix for Opera not liking empty
  • */ -.sf-exceptionreset .traces li:after { - content: "\00A0"; -} - -.sf-exceptionreset .trace { - border: 1px solid #D3D3D3; - padding: 10px; - overflow: auto; - margin: 10px 0 20px; -} - -.sf-exceptionreset .block, -.sf-exceptionreset .block_exception { - -moz-border-radius: 16px; - -webkit-border-radius: 16px; - border-radius: 16px; - margin-bottom: 20px; -} -.sf-exceptionreset .block { - background-color: #FFFFFF; - border: 1px solid #dfdfdf; - padding: 40px 50px; -} -.sf-exceptionreset .block_exception { - background-color: #f6f6f6; - border: 1px solid #dfdfdf; - padding: 30px 28px; -} -.sf-exceptionreset .block_exception div { - color: #313131; - font-size: 10px; -} - -.sf-exceptionreset .block_exception_detected .illustration_exception, -.sf-exceptionreset .block_exception_detected .text_exception { - float: left; -} -.sf-exceptionreset .block_exception_detected .illustration_exception { - width: 152px; -} -.sf-exceptionreset .block_exception_detected .text_exception { - width: 670px; - padding: 30px 44px 24px 46px; - position: relative; -} - -.sf-exceptionreset .text_exception .open_quote, -.sf-exceptionreset .text_exception .close_quote { - position: absolute; -} -.sf-exceptionreset .open_quote { - top: 0; - left: 0; -} -.sf-exceptionreset .close_quote { - bottom: 0; - right: 50px; -} - -.sf-exceptionreset .block_exception p { - font-family: Arial, Helvetica, sans-serif; -} -.sf-exceptionreset .block_exception p a, -.sf-exceptionreset .block_exception p a:hover { - color: #565656; -} - -.sf-exceptionreset h2 { - font-size: 16px; - font-family: Arial, Helvetica, sans-serif; - padding-bottom: 16px; -} - -.sf-exceptionreset li a { - background: none; - color: #868686; - text-decoration: none; -} - -.sf-exceptionreset li a:hover { - background: none; - color: #313131; - text-decoration: underline; -} - -.sf-exceptionreset .logs h2 { - float: left; - width: 654px; -} - -.sf-exceptionreset .error_count { - float: right; - width: 170px; - text-align: right; -} - -.sf-exceptionreset .error_count span { - display: inline-block; - background-color: #aacd4e; - -moz-border-radius: 6px; - -webkit-border-radius: 6px; - border-radius: 6px; - padding: 4px; - color: white; - margin-right: 2px; - font-size: 11px; - font-weight: bold; -} - -.sf-exceptionreset .toggle { - vertical-align: middle; -} - -.sf-exceptionreset .linked ul, -.sf-exceptionreset .linked li { - display: inline; -} - -.sf-exceptionreset #output_content { - color: #000; - font-size: 12px; -} - -.sf-exceptionreset ol { - padding: 10px 0; -} -.sf-exceptionreset ol li { - list-style: decimal; - margin-left: 20px; - padding: 2px; - padding-bottom: 20px; -} -.sf-exceptionreset ol ol li { - list-style-position: inside; - margin-left: 0; - white-space: nowrap; - font-size: 12px; - padding-bottom: 0; -} -.sf-exceptionreset li .selected { - background-color: #ffd; -} diff --git a/web/bundles/framework/css/exception_layout.css b/web/bundles/framework/css/exception_layout.css deleted file mode 100644 index 95eac9e..0000000 --- a/web/bundles/framework/css/exception_layout.css +++ /dev/null @@ -1,131 +0,0 @@ -html { - background: #eee; -} - -body { - font: 11px Verdana, Arial, sans-serif; - color: #333; -} - -.sf-exceptionreset, .sf-exceptionreset .block, .sf-exceptionreset #message { - margin: auto; -} - -img { - border: 0; -} - -.clear { - clear: both; - height: 0; - font-size: 0; - line-height: 0; -} - -.clear_fix:after { - content: "\0020"; - display: block; - height: 0; - clear: both; - visibility: hidden; -} -.clear_fix { - display: inline-block; -} -* html .clear_fix { - height: 1%; -} -.clear_fix { - display: block; -} - -.header { - padding: 30px 30px 20px 30px; -} - -.header_logo { - float: left; -} - -.search { - float: right; - padding-top: 20px; -} - -.search label { - line-height: 28px; - vertical-align: middle; -} - -.search input { - width: 188px; - margin-right: 10px; - font-size: 12px; - border: 1px solid #dadada; - background: #FFFFFF url(../images/input_bg.gif) repeat-x left top; - padding: 5px 6px; - color: #565656; -} - -.search input[type="search"] { - -webkit-appearance: textfield; -} - -.search button { - -webkit-appearance: button-bevel; - float: none; - padding: 0; - margin: 0; - overflow: visible; - width: auto; - text-decoration: none; - cursor: pointer; - white-space: nowrap; - display: inline-block; - text-align: center; - vertical-align: middle; - border: 0; - background: none; -} - -.search button:-moz-focus-inner { - padding: 0; - border: none; -} - -.search button:hover { - text-decoration: none; -} - -.search button span span, -.search button span span span { - position: static; -} - -.search button span { - position: relative; - text-decoration: none; - display: block; - height: 28px; - float: left; - padding: 0 0 0 8px; - background: transparent url(../images/border_l.png) no-repeat top left; -} - -.search button span span { - padding: 0 8px 0 0; - background: transparent url(../images/border_r.png) right top no-repeat; -} - -.search button span span span { - padding: 0 7px; - font: bold 11px Arial, Helvetica, sans-serif; - color: #6b6b6b; - line-height: 28px; - background: transparent url(../images/btn_bg.png) repeat-x top left; -} - -#content { - width: 970px; - margin: 0 auto; -} diff --git a/web/bundles/framework/images/blue_picto_less.gif b/web/bundles/framework/images/blue_picto_less.gif deleted file mode 100644 index dc70f6a..0000000 Binary files a/web/bundles/framework/images/blue_picto_less.gif and /dev/null differ diff --git a/web/bundles/framework/images/blue_picto_more.gif b/web/bundles/framework/images/blue_picto_more.gif deleted file mode 100644 index 098e388..0000000 Binary files a/web/bundles/framework/images/blue_picto_more.gif and /dev/null differ diff --git a/web/bundles/framework/images/border_l.png b/web/bundles/framework/images/border_l.png deleted file mode 100644 index 3d96564..0000000 Binary files a/web/bundles/framework/images/border_l.png and /dev/null differ diff --git a/web/bundles/framework/images/border_r.png b/web/bundles/framework/images/border_r.png deleted file mode 100644 index 3665355..0000000 Binary files a/web/bundles/framework/images/border_r.png and /dev/null differ diff --git a/web/bundles/framework/images/btn_bg.png b/web/bundles/framework/images/btn_bg.png deleted file mode 100644 index f168bfa..0000000 Binary files a/web/bundles/framework/images/btn_bg.png and /dev/null differ diff --git a/web/bundles/framework/images/close_quote.gif b/web/bundles/framework/images/close_quote.gif deleted file mode 100644 index b97296a..0000000 Binary files a/web/bundles/framework/images/close_quote.gif and /dev/null differ diff --git a/web/bundles/framework/images/exception_detected.gif b/web/bundles/framework/images/exception_detected.gif deleted file mode 100644 index fc41287..0000000 Binary files a/web/bundles/framework/images/exception_detected.gif and /dev/null differ diff --git a/web/bundles/framework/images/grey_magnifier.png b/web/bundles/framework/images/grey_magnifier.png deleted file mode 100644 index 3c88b6a..0000000 Binary files a/web/bundles/framework/images/grey_magnifier.png and /dev/null differ diff --git a/web/bundles/framework/images/icon_log.png b/web/bundles/framework/images/icon_log.png deleted file mode 100644 index a56e582..0000000 Binary files a/web/bundles/framework/images/icon_log.png and /dev/null differ diff --git a/web/bundles/framework/images/input_bg.gif b/web/bundles/framework/images/input_bg.gif deleted file mode 100644 index 7c0efc1..0000000 Binary files a/web/bundles/framework/images/input_bg.gif and /dev/null differ diff --git a/web/bundles/framework/images/logo_symfony.gif b/web/bundles/framework/images/logo_symfony.gif deleted file mode 100644 index 703cf45..0000000 Binary files a/web/bundles/framework/images/logo_symfony.gif and /dev/null differ diff --git a/web/bundles/framework/images/open_quote.gif b/web/bundles/framework/images/open_quote.gif deleted file mode 100644 index 0e116ce..0000000 Binary files a/web/bundles/framework/images/open_quote.gif and /dev/null differ diff --git a/web/bundles/sensiodistribution b/web/bundles/sensiodistribution new file mode 120000 index 0000000..bfeac2b --- /dev/null +++ b/web/bundles/sensiodistribution @@ -0,0 +1 @@ +/var/www/vhosts/demo.openscrum.org/vendor/bundles/Sensio/Bundle/DistributionBundle/Resources/public \ No newline at end of file diff --git a/web/bundles/sensiodistribution/webconfigurator/css/configure.css b/web/bundles/sensiodistribution/webconfigurator/css/configure.css deleted file mode 100644 index 71bf225..0000000 --- a/web/bundles/sensiodistribution/webconfigurator/css/configure.css +++ /dev/null @@ -1,438 +0,0 @@ -/* -Copyright (c) 2010, Yahoo! Inc. All rights reserved. -Code licensed under the BSD License: -http://developer.yahoo.com/yui/license.html -version: 2.8.2r1 - -Reset -*/ - -html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;} - -html, body -{ - background-color: #EFEFEF; -} - -body -{ - font-size: 14px; - font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; - color: #313131; -} - -a -{ - color: #08C; - text-decoration: none; -} - -a:hover -{ - text-decoration: underline; -} - -strong -{ - font-weight: bold; -} - -em -{ - font-style: italic; -} - -h1, h2, h3 -{ - font-family: Georgia, "Times New Roman", Times, serif; - color: #404040; -} - -h1 -{ - font-size: 45px; - padding-bottom: 30px; -} - -h2 -{ - font-weight: bold; - color: #FFFFFF; - /* Font is duplicated of body (sans-serif) */ - font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; - - margin-bottom: 10px; - background-color: #aacd4e; - padding: 2px 4px; - display: inline-block; - text-transform: uppercase; - -} - -h2.configure-error -{ - background-color: #CC514F; -} - -p -{ - line-height: 20px; - padding-bottom: 20px; -} - -ul a -{ - background: url(../images/blue-arrow.png) no-repeat right 6px; - padding-right: 10px; -} - -ul, ol -{ - padding-left: 20px; -} - -li -{ - padding-bottom: 18px; -} - -ol li -{ - list-style-type: decimal; -} - -ul li -{ - list-style-type: none; -} - -#symfony-header -{ - position: relative; - padding: 30px 30px 20px 30px; -} - -#symfony-wrapper -{ - width: 970px; - margin: 0 auto; -} - -#symfony-content -{ - background-color: white; - border: 1px solid #DFDFDF; - padding: 50px; - -moz-border-radius: 16px; - -webkit-border-radius: 16px; - border-radius: 16px; - margin-bottom: 20px; -} - -#symfony-header -{ - position: relative; - padding: 30px 30px 20px 30px; -} - -#symfony-wrapper -{ - width: 970px; - margin: 0 auto; -} - -#symfony-content -{ - background-color: white; - border: 1px solid #DFDFDF; - padding: 50px; - -moz-border-radius: 16px; - -webkit-border-radius: 16px; - border-radius: 16px; - margin-bottom: 20px; -} -html, body -{ - background-color: #EFEFEF; -} - -body -{ - font-size: 14px; - font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; - color: #313131; -} - -a -{ - color: #08C; - text-decoration: none; -} - -a:hover -{ - text-decoration: underline; -} - -strong -{ - font-weight: bold; -} - -#symfony-header -{ - position: relative; - padding: 30px 30px 20px 30px; -} - -#symfony-wrapper -{ - width: 970px; - margin: 0 auto; -} - -#symfony-content -{ - background-color: white; - border: 1px solid #DFDFDF; - padding: 50px; - -moz-border-radius: 16px; - -webkit-border-radius: 16px; - border-radius: 16px; - margin-bottom: 20px; -} -html, body -{ - background-color: #EFEFEF; -} - -body -{ - font-size: 14px; - font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; - color: #313131; -} - -a -{ - color: #08C; - text-decoration: none; -} - -a:hover -{ - text-decoration: underline; -} - -strong -{ - font-weight: bold; -} - -#symfony-header -{ - position: relative; - padding: 30px 30px 20px 30px; -} - -#symfony-wrapper -{ - width: 970px; - margin: 0 auto; -} - -#symfony-content -{ - background-color: white; - border: 1px solid #DFDFDF; - padding: 50px; - -moz-border-radius: 16px; - -webkit-border-radius: 16px; - border-radius: 16px; - margin-bottom: 5px; -} - -#symfony-search -{ - position: absolute; - - top: 50px; - right: 30px; -} - -#symfony-search-field -{ - width: 190px; -} - -#symfony-search label -{ - display: block; - float: left; - width: 20px; - height: 25px; - background: url(../images/search.png) no-repeat left 5px; -} - -#symfony-search label span -{ - display: none; -} - -input[type=text] -{ - border: 1px solid #DADADA; - background: white url(../images/field-background.gif) repeat-x left top; - padding: 5px 6px; - color: #565656; - font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; - font-size: 12px; -} - -.symfony-button-grey, -.symfony-button-green -{ - font-size: 0.85em; - font-weight: bold; - - cursor: pointer; - - display: inline-block; - outline: none; - - text-align: center; - text-transform: uppercase; - - padding: 3px 10px; - - text-shadow: 0 1px 1px rgba(0,0,0,.3); - - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; -} - -.symfony-button-grey -{ - color: #868686; - font-weight: normal; - - padding: 5px 10px; - border: solid 1px #d7d7d7; - background: #ffffff; - background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d7d7d7)); - background: -moz-linear-gradient(top, #ffffff, #d7d7d7); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d7d7d7'); -} - -.symfony-button-green -{ - padding: 5px 12px; - - color: white; - - border: solid 1px #a7da39; - background: #a7da39; - background: -webkit-gradient(linear, left top, left bottom, from(#a7da39), to(#6a9211)); - background: -moz-linear-gradient(top, #a7da39, #6a9211); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7da39', endColorstr='#6a9211'); -} - -.symfony-block-steps span -{ - display: inline-block; - padding: 2px 3px; - font-size: 11px; - line-height: 15px; - color: #868686; - font-weight: bold; - text-transform: uppercase; -} - -.symfony-block-steps span.selected -{ - background-color: #aacd4e; - color: #FFFFFF; -} - -h1 -{ - margin-top: 10px; - font-size: 26px; -} - -.symfony-form-row -{ - padding-bottom: 40px; -} - -.symfony-form-column -{ - width: 430px; - float: left; -} - -.symfony-form-footer -{ - padding-top: 20px; - clear: both; -} - -.symfony-form-field -{ - height: 20px; -} - -.symfony-form-row label -{ - display: block; - padding-bottom: 8px; -} - -.symfony-form-field input[type=text], -.symfony-form-field input[type=password], -.symfony-form-field textarea, -.symfony-form-field select -{ - font-size: 13px; - color: #565656; - width: 200px; -} - -.symfony-form-field input[type=text], -.symfony-form-field input[type=password], -.symfony-form-field textarea -{ - border: 1px solid #dadada; - background: #FFFFFF url(../images/background-textfield.gif) repeat-x left top; - width: 194px; - padding: 5px 6px; -} - -.symfony-form-errors ul -{ - padding: 0; -} - -.symfony-form-errors li -{ - background: url(../images/notification.gif) no-repeat left 6px; - font-size: 11px; - line-height: 16px; - color: #759e1a; - padding: 10px 25px; -} - -.symfony-configuration -{ - margin: 10px 0; - width: 100%; - height: 240px; -} - -.version -{ - text-align: right; - font-size: 10px; - margin-right: 20px; -} diff --git a/web/bundles/sensiodistribution/webconfigurator/css/install.css b/web/bundles/sensiodistribution/webconfigurator/css/install.css deleted file mode 100644 index 68b8a17..0000000 --- a/web/bundles/sensiodistribution/webconfigurator/css/install.css +++ /dev/null @@ -1,374 +0,0 @@ -/* -Copyright (c) 2010, Yahoo! Inc. All rights reserved. -Code licensed under the BSD License: -http://developer.yahoo.com/yui/license.html -version: 2.8.2r1 - -Reset -*/ - -html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;} - -html, body -{ - background-color: #EFEFEF; -} - -body -{ - font-size: 14px; - font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; - color: #313131; -} - -a -{ - color: #08C; - text-decoration: none; -} - -a:hover -{ - text-decoration: underline; -} - -strong -{ - font-weight: bold; -} - -em -{ - font-style: italic; -} - -h1, h2, h3 -{ - font-family: Georgia, "Times New Roman", Times, serif; - color: #404040; -} - -h1 -{ - font-size: 45px; - padding-bottom: 30px; -} - -h2 -{ - font-weight: bold; - color: #FFFFFF; - /* Font is duplicated of body (sans-serif) */ - font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; - - margin-bottom: 10px; - background-color: #aacd4e; - padding: 2px 4px; - display: inline-block; - text-transform: uppercase; - -} - -p -{ - line-height: 20px; - padding-bottom: 20px; -} - -ul a -{ - background: url(../images/blue-arrow.png) no-repeat right 6px; - padding-right: 10px; -} - -ul, ol -{ - padding-left: 20px; -} - -li -{ - padding-bottom: 18px; -} - -ol li -{ - list-style-type: decimal; -} - -ul li -{ - list-style-type: none; -} - -#symfony-header -{ - position: relative; - padding: 30px 30px 20px 30px; -} - -#symfony-wrapper -{ - width: 970px; - margin: 0 auto; -} - -#symfony-content -{ - background-color: white; - border: 1px solid #DFDFDF; - padding: 50px; - -moz-border-radius: 16px; - -webkit-border-radius: 16px; - border-radius: 16px; - margin-bottom: 20px; -} - -#symfony-header -{ - position: relative; - padding: 30px 30px 20px 30px; -} - -#symfony-wrapper -{ - width: 970px; - margin: 0 auto; -} - -#symfony-content -{ - background-color: white; - border: 1px solid #DFDFDF; - padding: 50px; - -moz-border-radius: 16px; - -webkit-border-radius: 16px; - border-radius: 16px; - margin-bottom: 20px; -} -html, body -{ - background-color: #EFEFEF; -} - -body -{ - font-size: 14px; - font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; - color: #313131; -} - -a -{ - color: #08C; - text-decoration: none; -} - -a:hover -{ - text-decoration: underline; -} - -strong -{ - font-weight: bold; -} - -#symfony-header -{ - position: relative; - padding: 30px 30px 20px 30px; -} - -#symfony-wrapper -{ - width: 970px; - margin: 0 auto; -} - -#symfony-content -{ - background-color: white; - border: 1px solid #DFDFDF; - padding: 50px; - -moz-border-radius: 16px; - -webkit-border-radius: 16px; - border-radius: 16px; - margin-bottom: 20px; -} -html, body -{ - background-color: #EFEFEF; -} - -body -{ - font-size: 14px; - font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; - color: #313131; -} - -a -{ - color: #08C; - text-decoration: none; -} - -a:hover -{ - text-decoration: underline; -} - -strong -{ - font-weight: bold; -} - -#symfony-header -{ - position: relative; - padding: 30px 30px 20px 30px; -} - -#symfony-wrapper -{ - width: 970px; - margin: 0 auto; -} - -#symfony-content -{ - background-color: white; - border: 1px solid #DFDFDF; - padding: 50px; - -moz-border-radius: 16px; - -webkit-border-radius: 16px; - border-radius: 16px; - margin-bottom: 5px; -} - -#symfony-search -{ - position: absolute; - - top: 50px; - right: 30px; -} - -#symfony-search-field -{ - width: 190px; -} - -#symfony-search label -{ - display: block; - float: left; - width: 20px; - height: 25px; - background: url(../images/search.png) no-repeat left 5px; -} - -#symfony-search label span -{ - display: none; -} - -input[type=text] -{ - border: 1px solid #DADADA; - background: white url(../images/field-background.gif) repeat-x left top; - padding: 5px 6px; - color: #565656; - font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; - font-size: 12px; -} - -.symfony-button-grey, -.symfony-button-green -{ - font-size: 0.85em; - font-weight: bold; - - cursor: pointer; - - display: inline-block; - outline: none; - - text-align: center; - text-transform: uppercase; - - padding: 3px 10px; - - text-shadow: 0 1px 1px rgba(0,0,0,.3); - - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; -} - -.symfony-button-grey -{ - color: #868686; - font-weight: normal; - - padding: 5px 10px; - border: solid 1px #d7d7d7; - background: #ffffff; - background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d7d7d7)); - background: -moz-linear-gradient(top, #ffffff, #d7d7d7); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d7d7d7'); -} - -.symfony-button-green -{ - padding: 5px 12px; - - color: white; - - border: solid 1px #a7da39; - background: #a7da39; - background: -webkit-gradient(linear, left top, left bottom, from(#a7da39), to(#6a9211)); - background: -moz-linear-gradient(top, #a7da39, #6a9211); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7da39', endColorstr='#6a9211'); -} - -#symfony-wrapper -{ - padding-top: 50px; -} - -.symfony-blocks-install -{ - overflow:hidden; -} - -.symfony-blocks-install .symfony-block-logo -{ - float: left; - width: 358px; -} - -.symfony-blocks-install .symfony-block-content -{ - float: left; - width: 510px; -} - -.symfony-install-continue -{ - font-size: 0.95em; - padding-left: 0; -} - -.symfony-install-continue li -{ - padding-bottom: 10px; -} - -.version -{ - text-align: right; - font-size: 10px; - margin-right: 20px; -} diff --git a/web/bundles/sensiodistribution/webconfigurator/images/background-textfield.gif b/web/bundles/sensiodistribution/webconfigurator/images/background-textfield.gif deleted file mode 100644 index 7c0efc1..0000000 Binary files a/web/bundles/sensiodistribution/webconfigurator/images/background-textfield.gif and /dev/null differ diff --git a/web/bundles/sensiodistribution/webconfigurator/images/blue-arrow.png b/web/bundles/sensiodistribution/webconfigurator/images/blue-arrow.png deleted file mode 100644 index fa82d4b..0000000 Binary files a/web/bundles/sensiodistribution/webconfigurator/images/blue-arrow.png and /dev/null differ diff --git a/web/bundles/sensiodistribution/webconfigurator/images/favicon.ico b/web/bundles/sensiodistribution/webconfigurator/images/favicon.ico deleted file mode 100644 index 8648036..0000000 Binary files a/web/bundles/sensiodistribution/webconfigurator/images/favicon.ico and /dev/null differ diff --git a/web/bundles/sensiodistribution/webconfigurator/images/logo-big.gif b/web/bundles/sensiodistribution/webconfigurator/images/logo-big.gif deleted file mode 100644 index 721f12a..0000000 Binary files a/web/bundles/sensiodistribution/webconfigurator/images/logo-big.gif and /dev/null differ diff --git a/web/bundles/sensiodistribution/webconfigurator/images/logo-small.gif b/web/bundles/sensiodistribution/webconfigurator/images/logo-small.gif deleted file mode 100644 index 703cf45..0000000 Binary files a/web/bundles/sensiodistribution/webconfigurator/images/logo-small.gif and /dev/null differ diff --git a/web/bundles/sensiodistribution/webconfigurator/images/notification.gif b/web/bundles/sensiodistribution/webconfigurator/images/notification.gif deleted file mode 100644 index 017fac8..0000000 Binary files a/web/bundles/sensiodistribution/webconfigurator/images/notification.gif and /dev/null differ diff --git a/web/bundles/webprofiler b/web/bundles/webprofiler new file mode 120000 index 0000000..0d017d3 --- /dev/null +++ b/web/bundles/webprofiler @@ -0,0 +1 @@ +/var/www/vhosts/demo.openscrum.org/vendor/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/public \ No newline at end of file diff --git a/web/bundles/webprofiler/css/profiler.css b/web/bundles/webprofiler/css/profiler.css deleted file mode 100644 index 834c4f8..0000000 --- a/web/bundles/webprofiler/css/profiler.css +++ /dev/null @@ -1,442 +0,0 @@ -/* -Copyright (c) 2008, Yahoo! Inc. All rights reserved. -Code licensed under the BSD License: -http://developer.yahoo.net/yui/license.txt -version: 2.6.0 -*/ -html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;} - -html, body { - background-color: #efefef; -} -body { - font: 1em "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; - text-align: left; -} - -p { - font-size: 14px; - line-height: 20px; - color: #313131; - padding-bottom: 20px -} - -strong { - color: #313131; - font-weight: bold; -} -em { - font-style: italic; -} - -a { - color: #6c6159; -} -a img { - border: none; -} -a:hover { - text-decoration: underline; -} - -button::-moz-focus-inner { - padding: 0; - border: none; -} -button { - overflow: visible; - width: auto; - background-color: transparent; - font-weight: bold; -} - -caption { - margin-bottom: 7px; -} -table, tr, th, td { - border-collapse: collapse; - border: 1px solid #d0dbb3; -} -table { - width: 100%; - margin: 10px 0 30px; -} -table th { - font-weight: bold; - background-color: #f1f7e2; -} -table th, table td { - font-size: 12px; - padding: 8px 10px; -} - -fieldset { - border: none; -} - -abbr { - border-bottom: 1px dotted #000; - cursor: help; -} - -.clear { - clear: both; - height: 0; - font-size: 0; - line-height: 0; -} -.clear_fix:after -{ - content: "\0020"; - display: block; - height: 0; - clear: both; - visibility: hidden; -} -* html .clear_fix -{ - height: 1%; -} -.clear_fix -{ - display: block; -} - -#content { - padding: 0 50px; - margin: 0 auto; - font-family: Arial, Helvetica, sans-serif; - min-width: 970px; -} - -#header { - padding: 30px 30px 20px; -} - -#header h1 { - float: left; -} - -.search { - float: right; -} - -#menu_profiler { - border-right: 1px solid #dfdfdf; -} - -#menu_profiler li { - border-bottom: 1px solid #dfdfdf; - position: relative; - padding-bottom: 0; - display: block; - background-color: #f6f6f6; -} - -#menu_profiler li a { - color: #404040; - display: block; - font-size: 13px; - text-transform: uppercase; - text-decoration: none; - cursor: pointer; -} - -#menu_profiler li a span.label { - display: block; - padding: 20px 20px 16px 65px; - min-height: 24px; - _height: 24px; -} - -#menu_profiler li a span.icon { - display: block; - position: absolute; - left: 0; - top: 12px; - width: 60px; - text-align: center; -} - -#menu_profiler li.selected a, -#menu_profiler li a:hover { - background: #d1d1d1 url(../images/profiler/bg_submenu.gif) repeat-x 0 0; -} - -#navigation div:first-child, -#menu_profiler li:first-child, -#menu_profiler li:first-child a, -#menu_profiler li:first-child a span.label { - -moz-border-radius: 16px 0 0 0; - -webkit-border-radius: 16px 0 0 0; - border-radius: 16px 0 0 0; -} - -#menu_profiler li a span.count { - padding: 0; - position: absolute; - right: 10px; - top: 20px; -} - -#collector_wrapper { - float: left; - width: 100%; -} - -#collector_content { - margin-left: 250px; - padding: 40px 50px; -} - -#navigation { - float: left; - width: 250px; - margin-left: -100%; -} - -#collector_content table td { - background-color: white; -} - -h1 { - font-family: Georgia, "Times New Roman", Times, serif; - color: #404040; -} -h2, h3 { - font-weight: bold; - margin-bottom: 20px; -} - -li { - padding-bottom: 10px; - -} - -#main, #resume { - -moz-border-radius: 16px; - -webkit-border-radius: 16px; - border-radius: 16px; - margin-bottom: 20px; -} - -#menu_profiler span.count span { - display: inline-block; - background-color: #aacd4e; - -moz-border-radius: 6px; - -webkit-border-radius: 6px; - border-radius: 6px; - padding: 4px; - color: white; - margin-right: 2px; - font-size: 11px; -} - -#resume { - background-color: #f6f6f6; - border: 1px solid #dfdfdf; - padding: 16px 28px; -} - -#resume p { - color: #313131; - font-size: 12px; -} - -#resume .date { - display: block; -} - -table th.value { - width: 450px; - background-color: #dfeeb8; -} - -#content h2 { - font-size: 24px; - color: #313131; - font-weight: bold; -} - -#content #main { - padding: 0; - background-color: #FFF; - border: 1px solid #dfdfdf; -} - -#content #main p { - color: #313131; - font-size: 14px; - padding-bottom: 20px; -} - -.sf-toolbarreset { - border-top: 0; - padding: 0; -} - -.sf-exceptionreset .block_exception_detected .text_exception { - width: 520px; -} - -.sf-exceptionreset .block_exception_detected .illustration_exception { - display: none; -} - -ul.alt { - margin: 10px 0 30px; -} - -ul.alt li { - padding: 5px 7px; - font-size: 13px; -} - -ul.alt li.even { - background: #f1f7e2; -} - -ul.alt li.error { - background-color: #f66; - margin-bottom: 1px; -} - -td.main, td.menu { - text-align: left; - margin: 0; - padding: 0; - border: 0; - vertical-align: top; -} - -.search { - padding-top: 20px; -} - -.search label { - line-height: 28px; - vertical-align: middle; -} - -.search input { - width: 188px; - margin-right: 10px; - font-size: 12px; - border: 1px solid #dadada; - background: #FFF url(../images/profiler/input_bg.gif) repeat-x left top; - padding: 5px 6px; - color: #565656; -} - -.search input[type="search"] { - -webkit-appearance: textfield; -} - -.search button { - -webkit-appearance: button-bevel; - float: none; - padding: 0; - margin: 0; - border: 0; - text-decoration: none; - cursor: pointer; - white-space: nowrap; - display: inline-block; - text-align: center; - vertical-align: middle; - background: none; -} - -.search button:hover { - text-decoration: none; -} - -.search button span span, -.search button span span span { - position: static; -} - -.search button span { - position: relative; - text-decoration: none; - display: block; - height: 28px; - float: left; - padding: 0 0 0 8px; - background: transparent url(../images/profiler/border_l.png) no-repeat top left; -} - -.search button span span { - padding: 0 8px 0 0; - background: transparent url(../images/profiler/border_r.png) right top no-repeat; -} - -.search button span span span { - padding: 0 7px; - font: bold 11px Arial, Helvetica, sans-serif; - color: #6b6b6b; - line-height: 28px; - background: transparent url(../images/profiler/btn_bg.png) repeat-x top left; -} - -#navigation div:first-child { - margin: 0 0 20px; - border-top: 0; -} - -#navigation .search { - padding-top: 15px; - float: none; - background: #f6f6f6; - color: #333; - margin: 20px 0; - border: 1px solid #dfdfdf; - border-left: none; -} - -#navigation .search h3 { - font-family: Arial, Helvetica, sans-serif; - text-transform: uppercase; - margin-left: 10px; - font-size: 13px; -} - -#navigation .search form { - padding: 15px 0; -} - -#navigation .search button { - float: right; - margin-right: 20px; -} - -#navigation .search label { - display: block; - float: left; - width: 50px; -} - -#navigation .search input, -#navigation .search select, -#navigation .search label, -#navigation .search a { - font-size: 12px; -} - -#navigation .search form { - padding-left: 10px; -} - -#navigation .search input { - width: 160px; -} - -#navigation .import label { - float: none; - display: inline; -} - -#navigation .import input { - margin: 5px 0; - width: 210px; -} \ No newline at end of file diff --git a/web/bundles/webprofiler/css/toolbar.css b/web/bundles/webprofiler/css/toolbar.css deleted file mode 100644 index 504e3fe..0000000 --- a/web/bundles/webprofiler/css/toolbar.css +++ /dev/null @@ -1,28 +0,0 @@ -/* -Copyright (c) 2010, Yahoo! Inc. All rights reserved. -Code licensed under the BSD License: -http://developer.yahoo.com/yui/license.html -version: 3.1.2 -build: 56 -*/ -.sf-toolbarreset div,.sf-toolbarreset dl,.sf-toolbarreset dt,.sf-toolbarreset dd,.sf-toolbarreset ul,.sf-toolbarreset ol,.sf-toolbarreset li,.sf-toolbarreset h1,.sf-toolbarreset h2,.sf-toolbarreset h3,.sf-toolbarreset h4,.sf-toolbarreset h5,.sf-toolbarreset h6,.sf-toolbarreset pre,.sf-toolbarreset code,.sf-toolbarreset form,.sf-toolbarreset fieldset,.sf-toolbarreset legend,.sf-toolbarreset input,.sf-toolbarreset textarea,.sf-toolbarreset p,.sf-toolbarreset blockquote,.sf-toolbarreset th,.sf-toolbarreset td{margin:0;padding:0;}.sf-toolbarreset table{border-collapse:collapse;border-spacing:0;}.sf-toolbarreset fieldset,.sf-toolbarreset img{border:0;}.sf-toolbarreset address,.sf-toolbarreset caption,.sf-toolbarreset cite,.sf-toolbarreset code,.sf-toolbarreset dfn,.sf-toolbarreset em,.sf-toolbarreset strong,.sf-toolbarreset th,.sf-toolbarreset var{font-style:normal;font-weight:normal;}.sf-toolbarreset li{list-style:none;}.sf-toolbarreset caption,.sf-toolbarreset th{text-align:left;}.sf-toolbarreset h1,.sf-toolbarreset h2,.sf-toolbarreset h3,.sf-toolbarreset h4,.sf-toolbarreset h5,.sf-toolbarreset h6{font-size:100%;font-weight:normal;}.sf-toolbarreset q:before,.sf-toolbarreset q:after{content:'';}.sf-toolbarreset abbr,.sf-toolbarreset acronym{border:0;font-variant:normal;}.sf-toolbarreset sup{vertical-align:text-top;}.sf-toolbarreset sub{vertical-align:text-bottom;}.sf-toolbarreset input,.sf-toolbarreset textarea,.sf-toolbarreset select{font-family:inherit;font-size:inherit;font-weight:inherit;}.sf-toolbarreset input,.sf-toolbarreset textarea,.sf-toolbarreset select{*font-size:100%;}.sf-toolbarreset legend{color:#000;} - -.sf-toolbarreset { - background: #cbcbcb; - background-image: -moz-linear-gradient(-90deg, #e8e8e8, #cbcbcb); - background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e8e8e8), to(#cbcbcb)); - bottom: 0; - left: 0; - z-index: 6000000; - width: 100%; - border-top: 1px solid #bbb; - padding: 5px 0; - margin: 0; - font: 11px Verdana, Arial, sans-serif; - color: #000; -} - -.sf-toolbarreset abbr { - border-bottom: 1px dotted #000000; - cursor: help; -} diff --git a/web/bundles/webprofiler/favicon.ico b/web/bundles/webprofiler/favicon.ico deleted file mode 100644 index 8648036..0000000 Binary files a/web/bundles/webprofiler/favicon.ico and /dev/null differ diff --git a/web/bundles/webprofiler/images/close.png b/web/bundles/webprofiler/images/close.png deleted file mode 100644 index f28db61..0000000 Binary files a/web/bundles/webprofiler/images/close.png and /dev/null differ diff --git a/web/bundles/webprofiler/images/config.png b/web/bundles/webprofiler/images/config.png deleted file mode 100644 index 6907b48..0000000 Binary files a/web/bundles/webprofiler/images/config.png and /dev/null differ diff --git a/web/bundles/webprofiler/images/db.png b/web/bundles/webprofiler/images/db.png deleted file mode 100644 index 8bfe151..0000000 Binary files a/web/bundles/webprofiler/images/db.png and /dev/null differ diff --git a/web/bundles/webprofiler/images/events.png b/web/bundles/webprofiler/images/events.png deleted file mode 100644 index 5306afe..0000000 Binary files a/web/bundles/webprofiler/images/events.png and /dev/null differ diff --git a/web/bundles/webprofiler/images/exception.png b/web/bundles/webprofiler/images/exception.png deleted file mode 100644 index 08d5bcb..0000000 Binary files a/web/bundles/webprofiler/images/exception.png and /dev/null differ diff --git a/web/bundles/webprofiler/images/import.png b/web/bundles/webprofiler/images/import.png deleted file mode 100644 index 180584b..0000000 Binary files a/web/bundles/webprofiler/images/import.png and /dev/null differ diff --git a/web/bundles/webprofiler/images/logger.png b/web/bundles/webprofiler/images/logger.png deleted file mode 100644 index a56e582..0000000 Binary files a/web/bundles/webprofiler/images/logger.png and /dev/null differ diff --git a/web/bundles/webprofiler/images/mail.png b/web/bundles/webprofiler/images/mail.png deleted file mode 100644 index 4e535e7..0000000 Binary files a/web/bundles/webprofiler/images/mail.png and /dev/null differ diff --git a/web/bundles/webprofiler/images/memory.png b/web/bundles/webprofiler/images/memory.png deleted file mode 100644 index 54f2d80..0000000 Binary files a/web/bundles/webprofiler/images/memory.png and /dev/null differ diff --git a/web/bundles/webprofiler/images/profiler/bg_submenu.gif b/web/bundles/webprofiler/images/profiler/bg_submenu.gif deleted file mode 100644 index fc77660..0000000 Binary files a/web/bundles/webprofiler/images/profiler/bg_submenu.gif and /dev/null differ diff --git a/web/bundles/webprofiler/images/profiler/border_l.png b/web/bundles/webprofiler/images/profiler/border_l.png deleted file mode 100644 index 3d96564..0000000 Binary files a/web/bundles/webprofiler/images/profiler/border_l.png and /dev/null differ diff --git a/web/bundles/webprofiler/images/profiler/border_r.png b/web/bundles/webprofiler/images/profiler/border_r.png deleted file mode 100644 index 3665355..0000000 Binary files a/web/bundles/webprofiler/images/profiler/border_r.png and /dev/null differ diff --git a/web/bundles/webprofiler/images/profiler/btn_bg.png b/web/bundles/webprofiler/images/profiler/btn_bg.png deleted file mode 100644 index f168bfa..0000000 Binary files a/web/bundles/webprofiler/images/profiler/btn_bg.png and /dev/null differ diff --git a/web/bundles/webprofiler/images/profiler/config.png b/web/bundles/webprofiler/images/profiler/config.png deleted file mode 100644 index 6907b48..0000000 Binary files a/web/bundles/webprofiler/images/profiler/config.png and /dev/null differ diff --git a/web/bundles/webprofiler/images/profiler/db.png b/web/bundles/webprofiler/images/profiler/db.png deleted file mode 100644 index 8c4fc0e..0000000 Binary files a/web/bundles/webprofiler/images/profiler/db.png and /dev/null differ diff --git a/web/bundles/webprofiler/images/profiler/events.png b/web/bundles/webprofiler/images/profiler/events.png deleted file mode 100644 index c3c4c8a..0000000 Binary files a/web/bundles/webprofiler/images/profiler/events.png and /dev/null differ diff --git a/web/bundles/webprofiler/images/profiler/exception.png b/web/bundles/webprofiler/images/profiler/exception.png deleted file mode 100644 index ddf5472..0000000 Binary files a/web/bundles/webprofiler/images/profiler/exception.png and /dev/null differ diff --git a/web/bundles/webprofiler/images/profiler/grey_magnifier.png b/web/bundles/webprofiler/images/profiler/grey_magnifier.png deleted file mode 100644 index 3c88b6a..0000000 Binary files a/web/bundles/webprofiler/images/profiler/grey_magnifier.png and /dev/null differ diff --git a/web/bundles/webprofiler/images/profiler/input_bg.gif b/web/bundles/webprofiler/images/profiler/input_bg.gif deleted file mode 100644 index 7c0efc1..0000000 Binary files a/web/bundles/webprofiler/images/profiler/input_bg.gif and /dev/null differ diff --git a/web/bundles/webprofiler/images/profiler/logger.png b/web/bundles/webprofiler/images/profiler/logger.png deleted file mode 100644 index a399160..0000000 Binary files a/web/bundles/webprofiler/images/profiler/logger.png and /dev/null differ diff --git a/web/bundles/webprofiler/images/profiler/logo_symfony_profiler.gif b/web/bundles/webprofiler/images/profiler/logo_symfony_profiler.gif deleted file mode 100644 index 61d5f94..0000000 Binary files a/web/bundles/webprofiler/images/profiler/logo_symfony_profiler.gif and /dev/null differ diff --git a/web/bundles/webprofiler/images/profiler/mail.png b/web/bundles/webprofiler/images/profiler/mail.png deleted file mode 100644 index 30bcdb1..0000000 Binary files a/web/bundles/webprofiler/images/profiler/mail.png and /dev/null differ diff --git a/web/bundles/webprofiler/images/profiler/request.png b/web/bundles/webprofiler/images/profiler/request.png deleted file mode 100644 index 72ec62d..0000000 Binary files a/web/bundles/webprofiler/images/profiler/request.png and /dev/null differ diff --git a/web/bundles/webprofiler/images/profiler/security.png b/web/bundles/webprofiler/images/profiler/security.png deleted file mode 100644 index 3147d09..0000000 Binary files a/web/bundles/webprofiler/images/profiler/security.png and /dev/null differ diff --git a/web/bundles/webprofiler/images/request.png b/web/bundles/webprofiler/images/request.png deleted file mode 100644 index 4e4fe19..0000000 Binary files a/web/bundles/webprofiler/images/request.png and /dev/null differ diff --git a/web/bundles/webprofiler/images/search.png b/web/bundles/webprofiler/images/search.png deleted file mode 100644 index 03ccf72..0000000 Binary files a/web/bundles/webprofiler/images/search.png and /dev/null differ diff --git a/web/bundles/webprofiler/images/security.png b/web/bundles/webprofiler/images/security.png deleted file mode 100644 index b0e683b..0000000 Binary files a/web/bundles/webprofiler/images/security.png and /dev/null differ diff --git a/web/bundles/webprofiler/images/spacer.gif b/web/bundles/webprofiler/images/spacer.gif deleted file mode 100644 index d112d8a..0000000 Binary files a/web/bundles/webprofiler/images/spacer.gif and /dev/null differ diff --git a/web/bundles/webprofiler/images/symfony.png b/web/bundles/webprofiler/images/symfony.png deleted file mode 100644 index 1321f60..0000000 Binary files a/web/bundles/webprofiler/images/symfony.png and /dev/null differ diff --git a/web/bundles/webprofiler/images/timer.png b/web/bundles/webprofiler/images/timer.png deleted file mode 100644 index 7ab04e3..0000000 Binary files a/web/bundles/webprofiler/images/timer.png and /dev/null differ