Announcement

Collapse
No announcement yet.

Fields too narrow

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Fields too narrow

    I'm having trouble selecting devices for use in Device Groups because the fields to select from are too narrow (see screenshot). I cannot distinguish between some of the devices because the unique part of the name extends beyond the visible space!
    Attached Files

    #2
    See this post. It is a quick edit of the css stylesheet - edit html/css/hs.css and change the following lines (line 374):
    Code:
    /* selector pop-up layout */
    .selectorleft {min-width:200px; width:auto;}
    .selectorright {min-width:200px; width:auto;}
    HS4 Pro, 4.2.19.16 Windows 10 pro, Supermicro LP Xeon

    Comment


      #3
      Thank you for the reply! I did see that code, but had put it into Custom.css instead of the file you mentioned. I will try it in hs.css

      Comment


        #4
        Same behavior... neither in hs.css nor Custom.css did this code resolve my problem.

        Comment


          #5
          Originally posted by bbuck2002 View Post
          Same behavior... neither in hs.css nor Custom.css did this code resolve my problem.
          Did you force refresh or clear the cache on your browser? The changes do not show up until you force the edited stylesheet to load. With the code in mine both windows are dynamic.

          Click image for larger version

Name:	Capture.PNG
Views:	1
Size:	51.2 KB
ID:	1196989

          Click image for larger version

Name:	Capture1.PNG
Views:	1
Size:	60.4 KB
ID:	1196990
          HS4 Pro, 4.2.19.16 Windows 10 pro, Supermicro LP Xeon

          Comment


            #6
            what version of HS3 are you running?
            This fix is supposed to be in recent versions. I just checked and it works for me out of the box (no need to change anything manually) with version 3.0.0.435

            Comment


              #7
              Originally posted by spud View Post
              what version of HS3 are you running?
              This fix is supposed to be in recent versions. I just checked and it works for me out of the box (no need to change anything manually) with version 3.0.0.435
              On mine, I don’t think an update of HS replaces hs.css. Mine still has the date of October, 2017 when I manually changed it. I haven’t looked at a fresh HS install.
              HS4 Pro, 4.2.19.16 Windows 10 pro, Supermicro LP Xeon

              Comment


                #8
                Rich put the fix in hs.css on October 5th 2017, it should look like this:

                Code:
                /* selector pop-up layout */
                .selectorleft {
                    min-width: 200px;
                }
                
                .selectorright {
                    min-width: 200px;
                }
                the "width:auto" part is not needed

                Comment


                  #9
                  Originally posted by spud View Post
                  Rich put the fix in hs.css on October 5th 2017, it should look like this:

                  Code:
                  /* selector pop-up layout */
                  .selectorleft {
                      min-width: 200px;
                  }
                  
                  .selectorright {
                      min-width: 200px;
                  }
                  the "width:auto" part is not needed
                  Then Bryan's should be working fine, unless as you suspect, he is on an older version.
                  HS4 Pro, 4.2.19.16 Windows 10 pro, Supermicro LP Xeon

                  Comment


                    #10
                    This is NOT fixed in HS3 Pro Edition 3.0.0.500 (Linux). If anyone from HomeSeer is reading this, please fix it. I don't want to version-control and patch after every single update.

                    Comment

                    Working...
                    X