Difference between revisions of "User:Evanjohnman/vector.css"

From Team Fortress Wiki
Jump to: navigation, search
m
m
Line 5: Line 5:
 
@media screen and (max-width: 982px) #p-cactions {
 
@media screen and (max-width: 982px) #p-cactions {
 
     left: 376px;
 
     left: 376px;
 +
}
 +
 +
#right-navigation {
 +
    float: none;
 
}
 
}
  
Line 22: Line 26:
 
div#p-cactions {
 
div#p-cactions {
 
     left: 392px;
 
     left: 392px;
 +
}
 +
 +
#p-search {
 +
    float: right;
 
}
 
}

Revision as of 22:31, 29 November 2016

@media screen and (max-width: 982px) #p-views {
    left: 376px;
}

@media screen and (max-width: 982px) #p-cactions {
    left: 376px;
}

#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;
}