Use flex for logo container width and to show some username on small screens
* No columns, so no point aligning anything to column-widths here. * Add some IE9 fallbacks because the entire header is now flex. * Clean up, consolidate same styles, etc Bug: T184998 Change-Id: Iecf99d093a689d3c32932b2603f16939127ce7bdisekai
parent
cd71b68b6a
commit
a4900353b1
@ -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