Updated Branches: refs/heads/master 80cdb9d43 -> 47750cded
http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e0b6f77/components/org.apache.stratos.manager.console/sso/views/stratos-resources/css/main.css ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/sso/views/stratos-resources/css/main.css b/components/org.apache.stratos.manager.console/sso/views/stratos-resources/css/main.css new file mode 100644 index 0000000..48833fd --- /dev/null +++ b/components/org.apache.stratos.manager.console/sso/views/stratos-resources/css/main.css @@ -0,0 +1,146 @@ +body, div, h1,h2,h3,h4,h5, p, span{ + font-family: 'Open Sans', sans-serif; +} +a{cursor: pointer} +a:hover{text-decoration: none} +.top-blue-strip{ + background: #18c3f4; + height: 6px; +} +.login-logo-section{ + text-align: center; + width: 100%; + padding:20px 0; +} +h1.login-title{ + font-size:28px; + text-align: center; + padding-bottom:20px; + margin:0; +} +h2.login-sub-title{ + font-size:14px; + background: transparent url(../img/transparent-white.png) repeat left top; + padding:5px; + margin:20px 0; +} +.login-box-wrapper{ + text-align: center; +} +.login-box{ + width:415px; + display: inline-block; +} +.login-error{ + color: #FF0000; + margin: -18px 0 0; + padding: 0; + position: absolute; + text-align: center; + width: 415px; +} +.login-box-top{ + background: #e8ebeb url(../img/clouds.png) no-repeat 40px 10px; + border-radius: 0; + -webkit-border-top-left-radius: 8px; + -webkit-border-top-right-radius: 8px; + -moz-border-radius-topleft: 8px; + -moz-border-radius-topright: 8px; + border-top-left-radius: 8px; + border-top-right-radius: 8px; + padding-top:10px; + padding-bottom:10px; +} +.login-box-bottom{ + background: #c1c1c1; + border-radius: 0; + -webkit-border-bottom-right-radius: 8px; + -webkit-border-bottom-left-radius: 8px; + -moz-border-radius-bottomright: 8px; + -moz-border-radius-bottomleft: 8px; + border-bottom-right-radius: 8px; + border-bottom-left-radius: 8px; + padding:20px 10px; + text-align: left; +} +.login-box-footer{ + background: transparent url(../img/login-shadow.png) no-repeat left top; + width:440px; + height: 64px; + margin-top:10px; + display: inline-block; +} +.username-wrapper{ + background: #c1c1c1 url(../img/icon-user.png) no-repeat 8px 16px; + -webkit-border-top-left-radius: 5px; + -webkit-border-bottom-left-radius: 5px; + -moz-border-radius-topleft: 5px; + -moz-border-radius-bottomleft: 5px; + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; + height:60px; + margin:0 10px; + padding-left:40px; +} +.password-wrapper{ + background: #c1c1c1 url(../img/icon-lock.png) no-repeat 8px 16px; + -webkit-border-top-left-radius: 5px; + -webkit-border-bottom-left-radius: 5px; + -moz-border-radius-topleft: 5px; + -moz-border-radius-bottomleft: 5px; + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; + height:60px; + margin:0 10px; + padding-left:40px; +} +.login-button-wrapper{ + margin:20px 10px; +} +div.username-wrapper input.input-username{ + height:60px; + width:100%; + font-size: 16px; +} +div.password-wrapper input.input-password{ + height:60px; + width:100%; + font-size: 16px; +} +.login-button{ + height:40px; + width:100%; + font-size: 16px; +} +.footer-right{ + width:400px; + font-size: 11px; +} +/* Sticky footer styles + -------------------------------------------------- */ + +html, +body { + height: 100%; + /* The html and body elements cannot have any padding or margin. */ +} + +/* Wrapper for page content to push down footer */ +#wrap { + min-height: 100%; + height: auto !important; + height: 100%; + /* Negative indent footer by it's height */ + margin: 0 auto -60px; +} + +/* Set the fixed height of the footer here */ +#push, +#footer { + height: 62px; + padding-top:10px; + +} +#footer{ + background: #e8ebeb; +} http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e0b6f77/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/clouds.png ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/clouds.png b/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/clouds.png new file mode 100644 index 0000000..3709106 Binary files /dev/null and b/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/clouds.png differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e0b6f77/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/egg-logo.png ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/egg-logo.png b/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/egg-logo.png new file mode 100644 index 0000000..7dc6065 Binary files /dev/null and b/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/egg-logo.png differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e0b6f77/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/gray.png ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/gray.png b/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/gray.png new file mode 100644 index 0000000..45edb5c Binary files /dev/null and b/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/gray.png differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e0b6f77/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/icon-lock.png ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/icon-lock.png b/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/icon-lock.png new file mode 100644 index 0000000..d2924d1 Binary files /dev/null and b/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/icon-lock.png differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e0b6f77/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/icon-user.png ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/icon-user.png b/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/icon-user.png new file mode 100644 index 0000000..43b2723 Binary files /dev/null and b/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/icon-user.png differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e0b6f77/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/login-shadow.png ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/login-shadow.png b/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/login-shadow.png new file mode 100644 index 0000000..32f30e7 Binary files /dev/null and b/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/login-shadow.png differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e0b6f77/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/logo-inside.png ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/logo-inside.png b/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/logo-inside.png new file mode 100644 index 0000000..2680030 Binary files /dev/null and b/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/logo-inside.png differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e0b6f77/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/logo-login.png ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/logo-login.png b/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/logo-login.png new file mode 100644 index 0000000..952f7e9 Binary files /dev/null and b/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/logo-login.png differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e0b6f77/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/repeat.png ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/repeat.png b/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/repeat.png new file mode 100644 index 0000000..0eea5bd Binary files /dev/null and b/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/repeat.png differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e0b6f77/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/transparent-white.png ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/transparent-white.png b/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/transparent-white.png new file mode 100644 index 0000000..f1174b2 Binary files /dev/null and b/components/org.apache.stratos.manager.console/sso/views/stratos-resources/img/transparent-white.png differ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e0b6f77/products/stratos-manager/modules/distribution/src/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/products/stratos-manager/modules/distribution/src/assembly/bin.xml b/products/stratos-manager/modules/distribution/src/assembly/bin.xml index 8fc16a3..bc20e3d 100755 --- a/products/stratos-manager/modules/distribution/src/assembly/bin.xml +++ b/products/stratos-manager/modules/distribution/src/assembly/bin.xml @@ -74,6 +74,7 @@ <exclude>**/store-admin/**</exclude> <exclude>**/storage/**</exclude> <exclude>**/social/**</exclude> + <exclude>**/sso/views/login.jag</exclude> </excludes> </fileSet> <fileSet> @@ -85,11 +86,15 @@ </includes> </fileSet> <fileSet> - <directory>../../../../components/org.apache.stratos.manager.console</directory> - <outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/console</outputDirectory> + <directory>../../../../components/org.apache.stratos.manager.console/console</directory> + <outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/</outputDirectory> <excludes> <exclude>**/README</exclude> </excludes> + </fileSet> + <fileSet> + <directory>../../../../components/org.apache.stratos.manager.console/sso</directory> + <outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/sso</outputDirectory> </fileSet> <fileSet> <directory>target/wso2carbon-core-${carbon.kernel.version}</directory>
