#267 UI Updates and Fixes
Opened 7 years ago by dtheisen. Modified 7 years ago
dtheisen/ipsilon ui-fixes  into  master

@@ -127,7 +127,7 @@ 

              pconfig.Image(

                  'Image File',

                  'Image to display for this SP in the Portal. Scale to '

-                 '100x200 for best results.',

+                 '200x100 pixels for best results.',

                  self.imagefile),

              pconfig.Pick(

                  'Default NameID',

file modified
+2 -5
@@ -2547,6 +2547,8 @@ 

  }

  .navbar-pf .navbar-brand img {

    display: block;

+   margin: -9px 0;

+   height: 28px;

  }

  .navbar-pf .navbar-collapse {

    border-top: 0;
@@ -3494,8 +3496,3 @@ 

  .ipsilon-user .list-group{

    border-top: 1px solid rgba(255,255,255,0.01);

  }

- .ipsilon-logotext{

-   margin-top: 2em;

-   height: 18px;

-   padding-left: 1em;

- }

@@ -31,7 +31,7 @@ 

          <div class="form-group">

              <label for="image">Portal image:</label>

              <input type="file" name="imagefile" id="image"

-                    title="Image to display for this Service Provider in the IdP Portal. Scale to 100x200 for best results."

+                    title="Image to display for this Service Provider in the IdP Portal. Scale to 100x200 pixels for best results."

                     accept=".png,.jpg"

              />

          </div>

file modified
+13 -10
@@ -2,8 +2,11 @@ 

  <html>

    <head>

      <title>Ipsilon</title>

-     <meta charset="utf-8" /> 

+     <meta charset="utf-8" />

      <meta name="viewport" content="width=device-width, initial-scale=1.0">

+     <link rel="icon" type="image/png" href="{{ basepath }}/ui/img/favicon-32x32.png" sizes="32x32">

+     <link rel="icon" type="image/png" href="{{ basepath }}/ui/img/favicon-16x16.png" sizes="16x16">

+     <link rel="shortcut icon" href="{{ basepath }}/ui/favicons/favicon.ico">

      <link href="{{ basepath }}/ui/css/patternfly.css" rel="stylesheet" media="screen, print">

      <link href="{{ basepath }}/ui/css/styles.css" rel="stylesheet" media="screen, print">

    </head>
@@ -18,7 +21,7 @@ 

            <span class="icon-bar"></span>

          </button>

          <a class="navbar-brand" href="{{ basepath }}/">

-           <img type="image/svg+xml" src="{{ basepath }}/ui/img/brand.png" alt="Ipsilon" width="auto" height="10px" />

+           <img src="{{ basepath }}/ui/img/ipsilon.svg" alt="Ipsilon" />

          </a>

        </div>

        <div class="collapse navbar-collapse navbar-collapse-1">
@@ -54,7 +57,7 @@ 

            or go to the 

            <a href="{{ basepath }}/admin" id="admin">Administration Console</a>

        {% endif %}

-       .</p>

+       </p>

      {% endif %}

    </div>

    <div id="content">
@@ -70,9 +73,9 @@ 

    <div id="authenticated">

      {% if user.name %}

      <div class="container-fluid">

-       

+ 

        <div class="header">

-                 

+ 

          <form role="form" class="search-pf has-button">

            <div class="form-group has-clear">

              <div class="search-pf-input-group">
@@ -114,7 +117,7 @@ 

  

        </div><!-- row -->

  

-     

+ 

      </div><!-- /container -->

  

      {% endif %}
@@ -146,14 +149,14 @@ 

              $(this).prev('.form-control').val('').focus();

              $(this).hide();

            });

-         });    

-         

+         });

+ 

          $(function () {

        $('[data-toggle="tooltip"]').tooltip()

      })

-         

+ 

        })(jQuery);

-     </script>      

+     </script>

  

    </body>

  </html>

file modified
+4 -1
@@ -5,6 +5,9 @@ 

      <title>{{ title }}</title>

      <meta charset="UTF-8">

      <meta name="viewport" content="width=device-width, initial-scale=1.0">

+     <link rel="icon" type="image/png" href="{{ basepath }}/ui/img/favicon-32x32.png" sizes="32x32">

+     <link rel="icon" type="image/png" href="{{ basepath }}/ui/img/favicon-16x16.png" sizes="16x16">

+     <link rel="shortcut icon" href="{{ basepath }}/ui/favicons/favicon.ico">

      <link href="{{ basepath }}/ui/css/admin.css" rel="stylesheet" media="screen, print">

      <link href="{{ basepath }}/ui/css/styles.css" rel="stylesheet" media="screen, print">

      <script src="{{ basepath }}/ui/js/jquery.js"></script>
@@ -36,7 +39,7 @@ 

            <span class="icon-bar"></span>

          </button>

          <a class="navbar-brand" href="{{ basepath }}">

-           <img src="{{ basepath }}/ui/img/brand.png" alt="Ipsilon" />

+           <img src="{{ basepath }}/ui/img/ipsilon.svg" alt="Ipsilon" />

          </a>

        </div>

        <div class="collapse navbar-collapse navbar-collapse-1">

file modified
+5 -2
@@ -2,8 +2,11 @@ 

  <html>

    <head>

      <title>{{ title }}</title>

-     <meta charset="utf-8" /> 

+     <meta charset="utf-8" />

      <meta name="viewport" content="width=device-width, initial-scale=1.0">

+     <link rel="icon" type="image/png" href="{{ basepath }}/ui/img/favicon-32x32.png" sizes="32x32">

+     <link rel="icon" type="image/png" href="{{ basepath }}/ui/img/favicon-16x16.png" sizes="16x16">

+     <link rel="shortcut icon" href="{{ basepath }}/ui/favicons/favicon.ico">

      <link href="{{ basepath }}/ui/css/patternfly.css" rel="stylesheet" media="screen, print">

      <link href="{{ basepath }}/ui/css/styles.css" rel="stylesheet" media="screen, print">

    </head>
@@ -17,7 +20,7 @@ 

            <span class="icon-bar"></span>

          </button>

          <a class="navbar-brand" href="{{ basepath }}/">

-           <img type="image/svg+xml" src="{{ basepath }}/ui/img/brand.png" alt="Ipsilon" width="auto" height="10px" />

+           <img src="{{ basepath }}/ui/img/ipsilon.svg" alt="Ipsilon" />

          </a>

        </div>

        <div class="collapse navbar-collapse navbar-collapse-1">

file modified
+4 -1
@@ -7,6 +7,9 @@ 

      <title>{{ title }}</title>

      <meta charset="UTF-8">

      <meta name="viewport" content="width=device-width, initial-scale=1.0">

+     <link rel="icon" type="image/png" href="{{ basepath }}/ui/img/favicon-32x32.png" sizes="32x32">

+     <link rel="icon" type="image/png" href="{{ basepath }}/ui/img/favicon-16x16.png" sizes="16x16">

+     <link rel="shortcut icon" href="{{ basepath }}/ui/favicons/favicon.ico">

      <link href="{{ basepath }}/ui/css/patternfly.css" rel="stylesheet" media="screen, print">

      <link href="{{ basepath }}/ui/css/styles.css" rel="stylesheet" media="screen, print">

      {%- if heads %}
@@ -22,7 +25,7 @@ 

        <div class="row">

          <div class="col-md-6">

            <a href="{{ basepath }}/" id="badge" tabindex="-1">

-             <img class="ipsilon-logotext" src="{{ basepath }}/ui/img/brand-lg.png" alt="Ipsilon" />

+             <img src="{{ basepath }}/ui/img/ipsilon.svg" alt="Ipsilon" />

            </a>

          </div>

          <div class="col-md-6 text-right">

file modified
+4 -1
@@ -7,6 +7,9 @@ 

      <title>{{ title }}</title>

      <meta charset="UTF-8">

      <meta name="viewport" content="width=device-width, initial-scale=1.0">

+     <link rel="icon" type="image/png" href="{{ basepath }}/ui/img/favicon-32x32.png" sizes="32x32">

+     <link rel="icon" type="image/png" href="{{ basepath }}/ui/img/favicon-16x16.png" sizes="16x16">

+     <link rel="shortcut icon" href="{{ basepath }}/ui/favicons/favicon.ico">

      <link href="{{ basepath }}/ui/css/ipsilon.css" rel="stylesheet" media="screen, print">

      <link href="{{ basepath }}/ui/css/styles.css" rel="stylesheet" media="screen, print">

      {%- if heads %}
@@ -25,7 +28,7 @@ 

        <div class="row">

          <div class="col-sm-12">

            <div id="brand">

-             <img src="{{ basepath }}/ui/img/brand-lg.png" alt="Ipsilon">

+             <img src="{{ basepath }}/ui/img/ipsilon.svg" alt="Ipsilon" />

            </div>

          </div>

          {% block main %}

file modified
+2
@@ -6204,6 +6204,8 @@ 

  }

  .navbar-pf .navbar-brand img {

    display: block;

+   margin: -9px 0;

+   height: 28px;

  }

  .navbar-pf .navbar-collapse {

    border-top: 0;

file modified
+1 -1
@@ -3074,7 +3074,7 @@ 

  }

  .login-pf #brand img {

    display: block;

-   height: 18px;

+   height: 40px;

    margin: 0 auto;

    max-width: 100%;

  }

file modified
+3 -6
@@ -2439,7 +2439,7 @@ 

  }

  .login-pf #brand img {

    display: block;

-   height: 18px;

+   height: 40px;

    margin: 0 auto;

    max-width: 100%;

  }
@@ -2547,6 +2547,8 @@ 

  }

  .navbar-pf .navbar-brand img {

    display: block;

+   margin: -9px 0;

+   height: 28px;

  }

  .navbar-pf .navbar-collapse {

    border-top: 0;
@@ -3494,8 +3496,3 @@ 

  .ipsilon-user .list-group {

    border-top: 1px solid rgba(255, 255, 255, 0.01);

  }

- .ipsilon-logotext {

-   margin-top: 2em;

-   height: 18px;

-   padding-left: 1em;

- }

file removed

empty or binary file added
empty or binary file added
empty or binary file added
file added
+132
@@ -0,0 +1,132 @@ 

+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>

+ <svg

+    xmlns:dc="http://purl.org/dc/elements/1.1/"

+    xmlns:cc="http://creativecommons.org/ns#"

+    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"

+    xmlns:svg="http://www.w3.org/2000/svg"

+    xmlns="http://www.w3.org/2000/svg"

+    xmlns:xlink="http://www.w3.org/1999/xlink"

+    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"

+    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"

+    viewBox="0 0 400 100"

+    height="100"

+    width="400"

+    version="1.1"

+    id="svg5010"

+    inkscape:version="0.91 r13725"

+    sodipodi:docname="ipsilon.svg">

+   <sodipodi:namedview

+      pagecolor="#ffffff"

+      bordercolor="#666666"

+      borderopacity="1"

+      objecttolerance="10"

+      gridtolerance="10"

+      guidetolerance="10"

+      inkscape:pageopacity="0"

+      inkscape:pageshadow="2"

+      inkscape:window-width="1446"

+      inkscape:window-height="807"

+      id="namedview3414"

+      showgrid="false"

+      inkscape:zoom="2.4638534"

+      inkscape:cx="256.91464"

+      inkscape:cy="78.034683"

+      inkscape:window-x="0"

+      inkscape:window-y="0"

+      inkscape:window-maximized="0"

+      inkscape:current-layer="svg5010" />

+   <metadata

+      id="metadata5016">

+     <rdf:RDF>

+       <cc:Work

+          rdf:about="">

+         <dc:format>image/svg+xml</dc:format>

+         <dc:type

+            rdf:resource="http://purl.org/dc/dcmitype/StillImage" />

+         <dc:title></dc:title>

+       </cc:Work>

+     </rdf:RDF>

+   </metadata>

+   <defs

+      id="defs5014">

+     <linearGradient

+        id="linearGradient5140">

+       <stop

+          style="stop-color:#ffffff;stop-opacity:1"

+          offset="0"

+          id="stop5142" />

+       <stop

+          style="stop-color:#e1e1e1;stop-opacity:1"

+          offset="1"

+          id="stop5144" />

+     </linearGradient>

+     <linearGradient

+        id="linearGradient5134">

+       <stop

+          style="stop-color:#ffffff;stop-opacity:1"

+          offset="0"

+          id="stop5136" />

+       <stop

+          style="stop-color:#e1e1e1;stop-opacity:1"

+          offset="1"

+          id="stop5138" />

+     </linearGradient>

+     <linearGradient

+        id="linearGradient5090">

+       <stop

+          id="stop5092"

+          offset="0"

+          style="stop-color:#eeeeec;stop-opacity:1;" />

+       <stop

+          id="stop5094"

+          offset="1"

+          style="stop-color:#e1e1e1;stop-opacity:1" />

+     </linearGradient>

+     <linearGradient

+        gradientUnits="userSpaceOnUse"

+        y2="112.99831"

+        x2="185.35373"

+        y1="54.807682"

+        x1="185.35373"

+        id="linearGradient5096"

+        xlink:href="#linearGradient5140"

+        gradientTransform="translate(-2.4352098,-28.064449)" />

+     <linearGradient

+        gradientUnits="userSpaceOnUse"

+        y2="120.06937"

+        x2="53"

+        y1="36.069366"

+        x1="53"

+        id="linearGradient5096-8"

+        xlink:href="#linearGradient5090"

+        gradientTransform="translate(-2.714844,-28.97727)" />

+     <linearGradient

+        gradientTransform="translate(0.70710678,0)"

+        y2="120.06937"

+        x2="53"

+        y1="36.069366"

+        x1="53"

+        gradientUnits="userSpaceOnUse"

+        id="linearGradient5123"

+        xlink:href="#linearGradient5134" />

+   </defs>

+   <path

+      d="m 391.15021,74.090556 -19.2954,-28.34965 q -0.47476,-0.71214 -1.05124,-1.72947 -0.54258,-1.051241 -0.94951,-1.932929 0.10173,0.779954 0.13564,1.831199 0.0678,1.05124 0.0678,1.8312 l 0,28.34965 -9.32554,0 0,-48.628474 8.81688,0 18.82064,28.010544 q 0.44085,0.67822 1.01733,1.69555 0.57649,1.01734 1.01734,1.96685 -0.10174,-0.98343 -0.16956,-1.96685 -0.0339,-1.01733 -0.0339,-1.69555 l 0,-28.010544 9.29163,0 0,48.628474 -8.34212,0 z m -62.63374,0.84777 q -3.93368,0 -7.0535,-1.01733 -3.11982,-1.05124 -5.52751,-2.81461 -2.37377,-1.79729 -4.06933,-4.20498 -1.69555,-2.44159 -2.7807,-5.2223 -1.05125,-2.81462 -1.55991,-5.8327 -0.47476,-3.052 -0.47476,-6.07009 0,-2.98417 0.47476,-6.00226 0.50866,-3.051992 1.55991,-5.8327 1.08515,-2.814619 2.7807,-5.222305 1.69556,-2.441597 4.06933,-4.204973 2.40769,-1.797287 5.52751,-2.814619 3.11982,-1.051243 7.0535,-1.051243 3.93368,0 7.01959,1.051243 3.11982,1.017332 5.4936,2.814619 2.37377,1.763376 4.06932,4.204973 1.69556,2.407686 2.7468,5.222305 1.08516,2.780708 1.55991,5.8327 0.50867,3.01809 0.50867,6.00226 0,3.01809 -0.50867,6.07009 -0.47475,3.01808 -1.55991,5.8327 -1.05124,2.78071 -2.7468,5.2223 -1.69555,2.40769 -4.06932,4.20498 -2.37378,1.76337 -5.4936,2.81461 -3.08591,1.01733 -7.01959,1.01733 z m 0,-9.05425 q 3.25546,0 5.45968,-1.526 2.23813,-1.52599 3.59458,-3.89977 1.39035,-2.37377 2.00075,-5.18839 0.6104,-2.84853 0.6104,-5.4936 0,-1.86511 -0.27129,-3.76413 -0.23738,-1.93293 -0.81387,-3.696302 -0.57648,-1.797287 -1.49208,-3.357196 -0.9156,-1.59382 -2.20422,-2.746797 -1.28862,-1.186887 -3.01809,-1.865109 -1.69555,-0.678221 -3.86586,-0.678221 -2.20422,0 -3.93368,0.712132 -1.69556,0.712133 -3.01809,1.932932 -1.28862,1.186887 -2.20422,2.780707 -0.9156,1.593821 -1.49209,3.391108 -0.57648,1.797286 -0.84777,3.662396 -0.23738,1.86511 -0.23738,3.62848 0,2.78071 0.6104,5.66315 0.6104,2.84853 1.96684,5.1884 1.39036,2.30595 3.62849,3.79804 2.23813,1.45817 5.5275,1.45817 z m -59.88695,8.20648 0,-48.628474 9.39336,0 0,39.608134 23.46646,0 0,9.02034 -32.85982,0 z m -22.27958,0 0,-48.628474 9.35946,0 0,48.628474 -9.35946,0 z M 225.22335,38.6874 q -0.44085,-1.085155 -1.18689,-2.034665 -0.74604,-0.94951 -1.79729,-1.627731 -1.01733,-0.712133 -2.37377,-1.085155 -1.32253,-0.406932 -2.95026,-0.406932 -3.052,0 -4.78146,1.220798 -1.69556,1.220799 -1.69556,3.425018 0,1.458177 1.08516,2.441598 1.08515,0.983421 2.84853,1.797286 1.76337,0.779955 4.0015,1.492089 2.27204,0.71213 4.64582,1.59382 2.37377,0.84778 4.6119,2.03466 2.27205,1.15298 4.03542,2.88244 1.76338,1.69556 2.84853,4.06933 1.08516,2.33987 1.08516,5.62924 0,3.56066 -1.35645,6.30746 -1.35644,2.7468 -3.73021,4.64582 -2.33987,1.89901 -5.56142,2.88243 -3.22155,0.98342 -6.95177,0.98342 -3.42502,0 -6.40919,-0.9156 -2.98418,-0.94951 -5.42577,-2.67896 -2.40769,-1.72947 -4.20498,-4.20498 -1.79728,-2.47551 -2.84853,-5.56141 l 8.54559,-3.18764 q 0.77996,1.69555 1.86511,3.11981 1.11907,1.39036 2.47551,2.40769 1.35644,0.98342 2.91635,1.55991 1.59382,0.54258 3.39111,0.54258 1.76338,0 3.18764,-0.37302 1.45818,-0.37303 2.47551,-1.11907 1.05124,-0.74604 1.59382,-1.8312 0.57649,-1.11906 0.57649,-2.57724 0,-1.76338 -1.08516,-2.95026 -1.08515,-1.2208 -2.84853,-2.10249 -1.76337,-0.9156 -4.03541,-1.62773 -2.23813,-0.74604 -4.61191,-1.55991 -2.33986,-0.81387 -4.61191,-1.89902 -2.23813,-1.08515 -4.0015,-2.67897 -1.76338,-1.59383 -2.84853,-3.831955 -1.08516,-2.238131 -1.08516,-5.425772 0,-2.746797 1.08516,-5.154483 1.11906,-2.441597 3.22155,-4.272795 2.10249,-1.831198 5.15448,-2.882441 3.052,-1.085154 6.98568,-1.085154 3.28938,0 5.93444,0.847777 2.67898,0.847776 4.71364,2.373775 2.03466,1.492087 3.42502,3.560662 1.39035,2.034664 2.10248,4.476262 l -8.40994,2.780708 z m -69.85681,35.403156 0,-48.628474 20.85531,0 q 4.6119,0 7.76563,1.356442 3.15373,1.322532 5.12057,3.526752 1.96685,2.170308 2.81462,4.917105 0.88169,2.746797 0.88169,5.561416 0,1.763376 -0.40693,3.594569 -0.40693,1.79729 -1.25471,3.52676 -0.84778,1.69555 -2.17031,3.18764 -1.32253,1.49208 -3.18764,2.64506 -1.8312,1.11907 -4.23888,1.76338 -2.37378,0.64431 -5.32404,0.64431 l -11.46195,0 0,17.90504 -9.39336,0 z m 21.26224,-26.82366 q 1.79729,0 3.01809,-0.57648 1.22079,-0.57649 1.96684,-1.49209 0.77995,-0.9156 1.11906,-2.068576 0.33911,-1.152977 0.33911,-2.305953 0,-1.051243 -0.3052,-2.170309 -0.27128,-1.152976 -1.01733,-2.102486 -0.71213,-0.94951 -1.96684,-1.559909 -1.25471,-0.6104 -3.15373,-0.6104 l -11.86888,0 0,12.886203 11.86888,0 z m -43.54182,26.82366 0,-48.628474 9.35946,0 0,48.628474 -9.35946,0 z"

+      style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:medium;line-height:125%;font-family:Overpass;-inkscape-font-specification:'Overpass Bold';letter-spacing:0px;word-spacing:0px;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:url(#linearGradient5096);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:36.90000153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"

+      id="path5080"

+      inkscape:connector-curvature="0" />

+   <g

+      id="g5130"

+      transform="translate(-2.4352098,-28.064449)">

+     <path

+        style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#d3d3d3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:36.90000153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"

+        d="m 70.630859,47.673828 c -0.195423,-5.05e-4 -0.385271,0.01162 -0.578125,0.01758 0.697565,0.08355 10.29249,1.376052 10.271485,9.498047 -0.01437,5.584722 -3.419525,8.49137 -7.173828,8.683594 0.100097,0.0028 0.186013,0.01731 0.289062,0.01758 3.91614,0.01012 7.576897,-2.909328 7.591797,-8.701172 0.02179,-8.42539 -10.400391,-9.515625 -10.400391,-9.515625 z m -44.914062,0.417969 0,0.01758 c 19.951805,0.370569 23.910156,13.947266 23.910156,13.947266 0,0 0.159218,-0.298597 0.423828,-0.75586 C 48.872154,58.427368 43.424292,48.137589 25.716797,48.091797 Z M 65.617188,58.890625 C 61.604897,58.880245 54.898941,68.624854 54.875,77.882812 l 0.976562,34.984378 c -0.0033,1.19789 -4.121724,5.20663 -5.015624,6.06445 0.09975,0.0914 0.361328,0.33789 0.361328,0.33789 0,0 5.357628,-5.06564 5.361328,-6.40234 L 55.582031,77.882812 c 0.02258,-8.732165 5.988692,-17.894132 10.033203,-18.898437 9.02e-4,-0.02063 0.002,-0.09375 0.002,-0.09375 z"

+        id="path5121"

+        inkscape:connector-curvature="0" />

+     <path

+        id="path5125"

+        d="M 52.684637,28.97727 A 49.262337,49.262337 0 0 0 3.4219508,78.239956 49.262337,49.262337 0 0 0 52.684637,127.50124 49.262337,49.262337 0 0 0 101.94732,78.239956 49.262337,49.262337 0 0 0 52.684637,28.97727 Z m 17.945709,18.6962 c 0,0 10.42338,1.091042 10.40159,9.516432 -0.0149,5.791844 -3.67568,8.711543 -7.59182,8.701424 -7.57595,-0.01959 -7.11629,-7.001259 -7.11629,-7.001259 -4.012291,-0.01038 -10.718519,9.735627 -10.74246,18.993586 L 56.5591,112.86748 c -0.0037,1.3367 -5.362803,6.40228 -5.362803,6.40228 0,0 -6.267827,-5.60322 -4.794693,-6.96338 l 2.84343,-2.62461 -2.832208,-1.32983 2.843431,-3.01736 -2.832208,-1.70858 3.029996,-2.0719 -3.018774,-2.276704 0.05611,-21.207171 C 46.544624,57.479395 27.959454,57.721686 25.691019,57.715941 l 0.02525,-9.624445 c 20.575716,0.05321 24.617317,13.964635 24.617317,13.964635 0,0 7.324691,-14.416202 20.296761,-14.382661 z"

+        style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:url(#linearGradient5123);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:36.90000153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"

+        inkscape:connector-curvature="0" />

+   </g>

+ </svg>

This PR includes some updates to the Ipsilon UI. I hope to get the following accomplished before this is merged:
1. Update Ipsilon icon with new icon from website
2. Fix "100x200 px" typo on SAML provider logo comment, should read "200x100"
3. Add a Favicon
4. Add a confirm box for deleting providers, etc

rebased

7 years ago

1 is complete. Please let me know if anyone has any comments or suggestions as to how it looks.
I'll be completing the rest shortly.

1 new commit added

  • Fix image size recommendations for new SAML SP
7 years ago

2 new commits added

  • Fix image size recommendations for new SAML SP
  • Update Ipsilon icon
7 years ago

1 new commit added

  • Add favicons, cleanup whitespace, fix img tags from
7 years ago

Favicons and text fix are complete.

Please hold off on merging this. I'm still working on making the required modifications to the LESS files. I found a slight issue with the margin size on the new logo on the admin console page. I've come up with a resolution to this in CSS, but I'm slightly inexperienced with LESS, and looking into how to fix this. I generally don't work on UI stuff, so if anyone out there is familiar with how this works, I'd be happy to accept some assistance.

I also still need to implement the "Confirm Delete" modal. This can be split to a separate pull request if desired.

@dtheisen Are you still working on this? Or shall I just review this, and you can open a new PR once ready?