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

From NetHackWiki
Jump to navigation Jump to search
m (fixes: editOptions border, editTools visibility)
m (again...)
Line 7: Line 7:
 
}
 
}
  
.editOptions {
+
.editOptions,
 +
.mw-editTools,
 +
.templatesUsed {
 
     float: right;
 
     float: right;
 
     width: 25%;
 
     width: 25%;
    border-style: solid;
 
    border-width: 1px;
 
 
}
 
}
  
 
+
.editOptions {
.mw-editTools {
+
     border: 1px solid #ccc;
    float: right;
 
    width: 25%;
 
}
 
 
 
.mw-editTools > div:first-child {
 
     display: none;
 
 
}
 
}
  
 
}
 
}

Revision as of 10:02, 6 January 2015

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

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

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

.editOptions {
    border: 1px solid #ccc;
}

}