Fix the icon layout
authorJeremy Mordkoff <Jeremy.Mordkoff@riftio.com>
Sat, 2 Apr 2016 18:11:09 +0000 (14:11 -0400)
committerJeremy Mordkoff <Jeremy.Mordkoff@riftio.com>
Sat, 2 Apr 2016 18:11:09 +0000 (14:11 -0400)
Signed-off-by: Jeremy Mordkoff <Jeremy.Mordkoff@riftio.com>
modules/ui/composer/webapp/src/images/osm_header_253x50.png
modules/ui/composer/webapp/src/images/osm_header_506x100.png
modules/ui/composer/webapp/src/styles/RiftHeader.scss
modules/ui/rw.ui/webapp/app/assets/img/osm_header.png
modules/ui/rw.ui/webapp/app/assets/img/osm_header_253x50.png
modules/ui/rw.ui/webapp/app/assets/img/osm_header_506x100.png
modules/ui/rw.ui/webapp/app/modules/components/header/header.scss
modules/ui/rw.ui/webapp/app/modules/login/login.scss

index 3055122..1005431 100644 (file)
Binary files a/modules/ui/composer/webapp/src/images/osm_header_253x50.png and b/modules/ui/composer/webapp/src/images/osm_header_253x50.png differ
index 4b7a344..7ece845 100644 (file)
Binary files a/modules/ui/composer/webapp/src/images/osm_header_506x100.png and b/modules/ui/composer/webapp/src/images/osm_header_506x100.png differ
index 048749d..414775a 100644 (file)
  *    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  *    See the License for the specific language governing permissions and
  *    limitations under the License.
- */
-
-
-/*
- * 
  *
  */
 @import 'variables';
@@ -35,7 +30,7 @@
                    background-size: contain;
                    line-height: 51px;
                    margin-left: 30px;
-                   padding-left: 280px;
+                   padding-left: 160px;
                    position: absolute;
                    left: 0;
                    text-transform: uppercase;
index c67dca3..53a9500 100644 (file)
Binary files a/modules/ui/rw.ui/webapp/app/assets/img/osm_header.png and b/modules/ui/rw.ui/webapp/app/assets/img/osm_header.png differ
index 3055122..1005431 100644 (file)
Binary files a/modules/ui/rw.ui/webapp/app/assets/img/osm_header_253x50.png and b/modules/ui/rw.ui/webapp/app/assets/img/osm_header_253x50.png differ
index 4b7a344..7ece845 100644 (file)
Binary files a/modules/ui/rw.ui/webapp/app/assets/img/osm_header_506x100.png and b/modules/ui/rw.ui/webapp/app/assets/img/osm_header_506x100.png differ
index 0ae01b8..9290f5e 100644 (file)
@@ -12,8 +12,8 @@
  *    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  *    See the License for the specific language governing permissions and
  *    limitations under the License.
+ *
  */
-
 /*
  * 
  *
@@ -35,7 +35,7 @@ header.header-app-component {
         height: 51px;
         line-height: 51px;
         margin-left: 20px;
-        padding-left: 280px;
+        padding-left: 160px;
         left: 0;
         text-transform: uppercase;
         font-size: 1.625rem;
index 14aa8b0..f386776 100644 (file)
@@ -12,8 +12,8 @@
  *    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  *    See the License for the specific language governing permissions and
  *    limitations under the License.
+ *
  */
-
 /*
  * 
  *
@@ -22,7 +22,7 @@
     background-image: url(../../assets/img/osm_header_506x100.png);
     background-size:contain;
     background-repeat:no-repeat;
-    width:400px;
+    width: 280px;
     height: 102px;
     margin-left: auto;
     margin-right: auto;