Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify deleted CSS in PR #56 #92

Closed
6 tasks done
nrenner opened this issue Jul 19, 2017 · 0 comments
Closed
6 tasks done

Verify deleted CSS in PR #56 #92

nrenner opened this issue Jul 19, 2017 · 0 comments

Comments

@nrenner
Copy link
Owner

nrenner commented Jul 19, 2017

PR #56 removed CSS parts that might still be relevant. Old state before: b108efa style.css.

After #90.

Some candidates from scanning the diff that need to be checked:

  • iternity CSS

      #iternity pre {
          font-size: small;
          /* turn off bootstrap 'break-word' */
          word-wrap: normal;
      }
    
  • profile buttons

      #profile_buttons {
          padding-top: 4px;
      }
    
  • profile textarea

      textarea {
          width: 100%;
          height: 100%;
          box-sizing: border-box;
    
          font-size: 10px;
          font-family: "Courier New", Courier, monospace;
          line-height: 1.2em;
    
          background-color: rgba(255,255,255,0);
      }
      textarea:focus {
          background-color: rgba(255,255,255,255);
      }
    
  • layer switcher labels vs. Bootstrap - noch benötigt?

      /* override Bootstrap label for Leaflet layer switcher */
      .leaflet-control-layers label {
          max-width: none;
          margin-bottom: 0px;
          font-weight: normal;
          /* normalize label height
                          | Firefox | Chrome |
          Leaflet only | 21      | 20     |
          Bootstrap    | 23      | 22     |*/
          height: 21px;
      }
    
  • Message CSS

      .alert {
          margin-top: 3px;
          margin-bottom: 0px;
          padding-left: 35px;
      }
      .alert span.fa {
          position: relative;
          left: -23px;
          margin-right: -1em;
      }
    
  • Locatecontrol icon size (?)

      .leaflet-bar .fa {
          font-size: 16px;
      }
    
@nrenner nrenner mentioned this issue Jul 19, 2017
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant