Browse code

bump(github.com/openshift/origin-web-console): 7973c2b9c77a236f7ff9516467cb46ee25212624

OpenShift Bot authored on 2016/12/20 05:12:02
Showing 1 changed files
... ...
@@ -114435,12 +114435,14 @@ a.subtle-link:active,a.subtle-link:focus,a.subtle-link:hover{color:#00659c;borde
114435 114435
 @media (min-width:650px){.projects-bar{flex-direction:row;justify-content:space-between}
114436 114436
 }
114437 114437
 .projects-bar h1{margin-bottom:0!important;margin-top:0!important}
114438
-.projects-bar .projects-add{display:flex;justify-content:flex-end;margin:-27px 0 20px}
114438
+.projects-bar .projects-add{display:flex;justify-content:flex-end;margin:-27px 0 0}
114439 114439
 .projects-bar .projects-options{display:flex;flex-direction:column}
114440
-@media (min-width:650px){.projects-bar .projects-add{margin-left:40px;margin-top:0;order:2}
114440
+@media (min-width:650px){.projects-bar .projects-add{margin-bottom:20px;margin-left:40px;margin-top:0;order:2}
114441 114441
 .projects-bar .projects-options{flex-direction:row}
114442 114442
 }
114443
-.projects-bar .projects-search{display:flex;margin-bottom:20px}
114443
+.projects-bar .projects-search{display:flex;margin-bottom:20px;margin-top:20px}
114444
+@media (min-width:650px){.projects-bar .projects-search{margin-top:0}
114445
+}
114444 114446
 .projects-bar .projects-search .search-pf{display:block;flex:0 1 auto}
114445 114447
 .projects-bar .projects-search .search-pf.has-button .form-group{display:block}
114446 114448
 .projects-bar .projects-sort-label{margin-right:6px;padding-top:3px}