You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
291 B
CSS
17 lines
291 B
CSS
/* 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;
|
|
}
|