]> _ Git - eif-extranet.git/commitdiff
wait #5482 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 29 Sep 2022 15:43:20 +0000 (17:43 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 29 Sep 2022 15:43:20 +0000 (17:43 +0200)
EIF-URW.zip
projet-calcul.php
style/inc/forms.sass
style/inc/page-dashboard.sass
style/inc/table.sass
style/style.sass

index 854765b2f609cf5856e4ca5f9a18110bd1ae13df..39ad302accc390a381c8fb52f9128e857a12d619 100644 (file)
Binary files a/EIF-URW.zip and b/EIF-URW.zip differ
index eba12719428ba9855a6a764132e8f2debcad6efc..fbfa58f04c21b2a2332342be9c9bfd61e923af18 100644 (file)
         </table>
         <footer class="calculation">
             <form method="post" action="#" class="notes">
-                <label><span>Observation</span>
+                <label><span>Observations</span>
                     <textarea></textarea>
                 </label>
             </form>
index 7a4f0ade57a0d2f37fcb3bf957c3e364bf357d3c..64aaef5804bdbe6c5204dadd00a618d88825d3d3 100644 (file)
@@ -7,6 +7,15 @@
   position: relative
   font-size: 16px
 
+select
+  -webkit-appearance: none
+  -moz-appearance: none
+  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>")
+  background-repeat: no-repeat
+  background-position-x: 98%
+  background-position-y: 50%
+
+
 input[type="text"], input[type="search"], select, textarea
   background-color: #fff
   color: $input-text-color
index 7061daea0b64d92a9738f7478f980901721b332b..355d0e927073df45d902b04e9cc9daf50f27e21d 100644 (file)
@@ -67,6 +67,7 @@ main
           color: $light-color
 
           .dots
+            margin-top: 6px
             svg
               height: 10px
 
index c726e9585ba78f4a3d007f3dbddfebf6686c06f0..963c1a2e2b3b952e115de0f635baf3adbeaee700 100644 (file)
@@ -4,6 +4,8 @@ table
 
   &.table-compact
     font-size: 12px
+    td, th
+      padding: 10px 8px
 
   &.calculation
     td, th
index 7d3ef1603740527a721038b4138eea3d358b0f11..1fc509cfb5dc4d791cd32f695adf8acee2e9d8e1 100644 (file)
@@ -10,4 +10,3 @@
 @import "inc/switch"
 @import "inc/tags"
 @import "inc/msie"
-