Difference between revisions of "MediaWiki:Common.css"

From Engineered Arts Wiki
Jump to navigation Jump to search
Line 4: Line 4:
 
   float: right;
 
   float: right;
 
   text-indent: 100%;
 
   text-indent: 100%;
   width: 22px;
+
   width: 16px;
   height: 32px;
+
   height: 24px;
 
   white-space: nowrap;
 
   white-space: nowrap;
 
   overflow: hidden;
 
   overflow: hidden;
   background-image: url('http://wiki.engineeredarts.co.uk/w/images/e/e4/Padlock32.png');
+
   background-image: url('http://wiki.engineeredarts.co.uk/w/images/e/e4/Padlock24.png');
 
}
 
}

Revision as of 16:04, 15 March 2016

/* CSS placed here will be applied to all skins */

#accesscontrol {
  float: right;
  text-indent: 100%;
  width: 16px;
  height: 24px;
  white-space: nowrap;
  overflow: hidden;
  background-image: url('http://wiki.engineeredarts.co.uk/w/images/e/e4/Padlock24.png');
}