Changeset - b5dc4f1c4a83
[Not reviewed]
default
0 2 0
Drew Perttula - 6 years ago 2019-06-09 07:27:44
drewp@bigasterisk.com
more compact device boxes on live page
Ignore-this: eeb323899eb939e571d40a0d719da2ae
2 files changed with 5 insertions and 3 deletions:
0 comments (0 inline, 0 general)
light9/web/light9-color-picker.html
Show inline comments
 
@@ -72,14 +72,14 @@
 
     
 
     #swatch {
 
         display: inline-block;
 
         width: 150px; 
 
         width: 50px; 
 
         height: 30px;
 
         margin-right: 3px;
 
         border: 1px solid #333;
 
     }
 
     
 
     paper-slider {
 
         width: 170px;
 
         width: 160px;
 
     }
 
     
 
     #vee {
light9/web/live/elements.html
Show inline comments
 
@@ -155,7 +155,7 @@
 
         padding: 1px;
 
         background: #171717;  /* deviceClass gradient added later */
 
         break-inside: avoid-column;
 
         width: 445px;
 
         width: 335px;
 
         
 
     }
 
     .deviceAttr {
 
@@ -172,6 +172,8 @@
 
     h2 {
 
         font-size: 110%;
 
         padding: 4px;
 
         margin-top: 0;
 
         margin-bottom: 0;
 
     }
 
     .device, h2 {
 
         border-top-right-radius: 15px;
0 comments (0 inline, 0 general)