Allign "Add Repository" button properly on Configuration screen

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Fixed
    • 3.3
    • Component/s: None
    • None

      When no repository was created, the Add Repository button allignment is weird.

      The following CSS causes it to float around by 5% from the left.

      .no-repository > #repository-list > .aui-toolbar {
      left: -40px;
      margin-left: 5%;
      }
      
      #repository-list > .aui-toolbar {
      margin: 0 5px 1em;
      vertical-align: middle;
      }
      

      We should get rid of the first block completely and remove the 5px in the second block to left-align it with the text.

            Assignee:
            Unassigned
            Reporter:
            jens
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: