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

From NetHackWiki
Jump to navigation Jump to search
(float edit tools to right if wide screen)
 
m (fixes: editOptions border, editTools visibility)
Line 11: Line 11:
 
     width: 25%;
 
     width: 25%;
 
     border-style: solid;
 
     border-style: solid;
 +
    border-width: 1px;
 
}
 
}
  
Line 19: Line 20:
 
}
 
}
  
.mw-editTools > div {
+
.mw-editTools > div:first-child {
 
     display: none;
 
     display: none;
 
}
 
}
  
 
}
 
}

Revision as of 09:56, 6 January 2015

@media screen and (min-width:1200px) {

#wpTextbox1 {
   float:left;
   width: 70%;
}

.editOptions {
    float: right;
    width: 25%;
    border-style: solid;
    border-width: 1px;
}


.mw-editTools {
    float: right;
    width: 25%;
}

.mw-editTools > div:first-child {
    display: none;
}

}