Difference between revisions of "User:Evanjohnman/vector.css"
Evanjohnman (talk | contribs) |
Evanjohnman (talk | contribs) m (Wish there was a good way to actually test this...) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
#right-navigation { | #right-navigation { | ||
float: none; | float: none; | ||
Line 38: | Line 22: | ||
#p-search { | #p-search { | ||
float: right; | float: right; | ||
+ | } | ||
+ | |||
+ | @media screen and (max-width: 982px) { | ||
+ | #p-views { | ||
+ | float: left; | ||
+ | position: relative; | ||
+ | left: 376px; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | @media screen and (max-width: 982px) { | ||
+ | #p-cactions { | ||
+ | float: left; | ||
+ | position: relative; | ||
+ | left: 376px; | ||
+ | } | ||
} | } |
Revision as of 22:24, 30 November 2016
#right-navigation { float: none; } h3#p-cactions-label { background-image: none; } h3#p-cactions-label > span { display: none; } div#p-views { float: left; position: relative; left: 392px; } div#p-cactions { left: 392px; } #p-search { float: right; } @media screen and (max-width: 982px) { #p-views { float: left; position: relative; left: 376px; } } @media screen and (max-width: 982px) { #p-cactions { float: left; position: relative; left: 376px; } }