From a1330d45f3a46d4ccfdcea712926eaa23bdccb4f Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Fri, 18 Mar 2016 10:55:41 +0100 Subject: [PATCH] - extract CSS style need for market/registry into separated file --- www/css/market.css | 10 ++++++++++ www/css/style.css | 14 -------------- www/index.html | 3 +-- 3 files changed, 11 insertions(+), 16 deletions(-) create mode 100644 www/css/market.css diff --git a/www/css/market.css b/www/css/market.css new file mode 100644 index 00000000..513e6659 --- /dev/null +++ b/www/css/market.css @@ -0,0 +1,10 @@ + +/********** + Categories select +**********/ + +.item-category{ + overflow: inherit ; + text-overflow: inherit ; + white-space: normal !important; +} diff --git a/www/css/style.css b/www/css/style.css index 82fe26c6..bfe19f0f 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -18,7 +18,6 @@ body { margin-top: 30px; } - .badge sub, .badge sup { line-height: inherit; } @@ -51,17 +50,6 @@ body { .light { color: grey; } - -/********** - Categories select -**********/ - -.item-category{ - overflow: inherit ; - text-overflow: inherit ; - white-space: normal !important; -} - /*.button {*/ /*height: 50px !important;*/ /*font-size: 18px !important;*/ @@ -118,8 +106,6 @@ body { .slider-slide { color: #000; background-color: #fff; - /*text-align: center;*/ - font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 300; } diff --git a/www/index.html b/www/index.html index 924ec2b5..05e8edd5 100644 --- a/www/index.html +++ b/www/index.html @@ -7,6 +7,7 @@ <link href="lib/ionic/css/ionic.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> + <link href="css/market.css" rel="stylesheet"> <!-- IF using Sass (run gulp sass first), then uncomment below and remove the CSS includes above <link href="css/ionic.app.css" rel="stylesheet"> @@ -61,7 +62,5 @@ </head> <body ng-app="cesium"> <ion-nav-view></ion-nav-view> - </body> - </html> -- GitLab