Merge "Use flex for logo container width and to show some username on small screens"
commit
b2d8b48493
@ -0,0 +1,16 @@
|
|||||||
|
/* Basic support for desktop-small and -mid because IE9 doesn't do flexbox */
|
||||||
|
/* Mobile/desktop-full would need a bit more, but nobody cares */
|
||||||
|
#p-search {
|
||||||
|
margin-left: 14em;
|
||||||
|
margin-right: 16em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#p-logo-text {
|
||||||
|
width: 14em;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
#user-tools {
|
||||||
|
width: 16em;
|
||||||
|
float: right;
|
||||||
|
}
|
Loading…
Reference in New Issue