You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by mitchell852 <gi...@git.apache.org> on 2017/04/27 13:57:40 UTC

[GitHub] incubator-trafficcontrol pull request #526: [TC-64] - TO exp - fixes respons...

GitHub user mitchell852 opened a pull request:

    https://github.com/apache/incubator-trafficcontrol/pull/526

    [TC-64] - TO exp - fixes responsive layout

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mitchell852/incubator-trafficcontrol tc-64-toui-exp-change-server-status

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafficcontrol/pull/526.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #526
    
----
commit d277dffb7e79ced173e661139b9b434fe9a0c072
Author: Jeremy Mitchell <mi...@gmail.com>
Date:   2017-04-27T13:54:01Z

    fixes responsive layout

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafficcontrol pull request #526: [TC-64] - TO exp - fixes respons...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-trafficcontrol/pull/526


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafficcontrol pull request #526: [TC-64] - TO exp - fixes respons...

Posted by dangogh <gi...@git.apache.org>.
Github user dangogh commented on a diff in the pull request:

    https://github.com/apache/incubator-trafficcontrol/pull/526#discussion_r113956455
  
    --- Diff: traffic_ops/experimental/ui/app/src/styles/main.scss ---
    @@ -140,3 +139,10 @@ body.nav-sm .container.body .main-content {
       }
     
     }
    +
    +@media(min-width:992px) {
    --- End diff --
    
    is that @ sign supposed to be there?   


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafficcontrol pull request #526: [TC-64] - TO exp - fixes respons...

Posted by mitchell852 <gi...@git.apache.org>.
Github user mitchell852 commented on a diff in the pull request:

    https://github.com/apache/incubator-trafficcontrol/pull/526#discussion_r113958839
  
    --- Diff: traffic_ops/experimental/ui/app/src/styles/main.scss ---
    @@ -140,3 +139,10 @@ body.nav-sm .container.body .main-content {
       }
     
     }
    +
    +@media(min-width:992px) {
    --- End diff --
    
    yes, that's how media queries are written. not sure why GH wants to highlight it..


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---